| Package | Description |
|---|---|
| io.confluent.kafka.schemaregistry.client | |
| io.confluent.kafka.schemaregistry.client.rest | |
| io.confluent.kafka.schemaregistry.client.rest.entities |
| Modifier and Type | Method and Description |
|---|---|
Collection<SubjectVersion> |
CachedSchemaRegistryClient.getAllVersionsById(int id) |
Collection<SubjectVersion> |
MockSchemaRegistryClient.getAllVersionsById(int id) |
default Collection<SubjectVersion> |
SchemaRegistryClient.getAllVersionsById(int id) |
| Modifier and Type | Method and Description |
|---|---|
List<SubjectVersion> |
RestService.getAllVersionsById(int id) |
List<SubjectVersion> |
RestService.getAllVersionsById(int id,
String subject) |
List<SubjectVersion> |
RestService.getAllVersionsById(int id,
String subject,
boolean deleted) |
List<SubjectVersion> |
RestService.getAllVersionsById(Map<String,String> requestProperties,
int id) |
List<SubjectVersion> |
RestService.getAllVersionsById(Map<String,String> requestProperties,
int id,
String subject) |
List<SubjectVersion> |
RestService.getAllVersionsById(Map<String,String> requestProperties,
int id,
String subject,
boolean lookupDeleted) |
List<SubjectVersion> |
RestService.getAllVersionsByIdWithPagination(Map<String,String> requestProperties,
int id,
String subject,
boolean lookupDeleted,
int offset,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
int |
SubjectVersion.compareTo(SubjectVersion that) |
Copyright © 2025 Confluent, Inc.. All rights reserved.