| Package | Description |
|---|---|
| io.confluent.kafka.schemaregistry.client | |
| io.confluent.kafka.schemaregistry.client.rest |
| Modifier and Type | Method and Description |
|---|---|
default void |
SchemaRegistryClient.deleteCompatibility(String subject) |
void |
CachedSchemaRegistryClient.deleteConfig(String subject) |
default void |
SchemaRegistryClient.deleteConfig(String subject) |
void |
CachedSchemaRegistryClient.deleteMode(String subject) |
default void |
SchemaRegistryClient.deleteMode(String subject) |
default Integer |
SchemaRegistryClient.deleteSchemaVersion(Map<String,String> requestProperties,
String subject,
String version) |
Integer |
CachedSchemaRegistryClient.deleteSchemaVersion(Map<String,String> requestProperties,
String subject,
String version,
boolean isPermanent) |
Integer |
MockSchemaRegistryClient.deleteSchemaVersion(Map<String,String> requestProperties,
String subject,
String version,
boolean isPermanent) |
default Integer |
SchemaRegistryClient.deleteSchemaVersion(Map<String,String> requestProperties,
String subject,
String version,
boolean isPermanent) |
default Integer |
SchemaRegistryClient.deleteSchemaVersion(String subject,
String version) |
Integer |
CachedSchemaRegistryClient.deleteSchemaVersion(String subject,
String version,
boolean isPermanent) |
Integer |
MockSchemaRegistryClient.deleteSchemaVersion(String subject,
String version,
boolean isPermanent) |
default Integer |
SchemaRegistryClient.deleteSchemaVersion(String subject,
String version,
boolean isPermanent) |
default List<Integer> |
SchemaRegistryClient.deleteSubject(Map<String,String> requestProperties,
String subject) |
List<Integer> |
CachedSchemaRegistryClient.deleteSubject(Map<String,String> requestProperties,
String subject,
boolean isPermanent) |
List<Integer> |
MockSchemaRegistryClient.deleteSubject(Map<String,String> requestProperties,
String subject,
boolean isPermanent) |
default List<Integer> |
SchemaRegistryClient.deleteSubject(Map<String,String> requestProperties,
String subject,
boolean isPermanent) |
default List<Integer> |
SchemaRegistryClient.deleteSubject(String subject) |
List<Integer> |
CachedSchemaRegistryClient.deleteSubject(String subject,
boolean isPermanent) |
List<Integer> |
MockSchemaRegistryClient.deleteSubject(String subject,
boolean isPermanent) |
default List<Integer> |
SchemaRegistryClient.deleteSubject(String subject,
boolean isPermanent) |
Collection<String> |
CachedSchemaRegistryClient.getAllContexts() |
Collection<String> |
MockSchemaRegistryClient.getAllContexts() |
default Collection<String> |
SchemaRegistryClient.getAllContexts() |
Collection<String> |
CachedSchemaRegistryClient.getAllSubjects() |
Collection<String> |
MockSchemaRegistryClient.getAllSubjects() |
Collection<String> |
SchemaRegistryClient.getAllSubjects() |
Collection<String> |
CachedSchemaRegistryClient.getAllSubjects(boolean lookupDeletedSubject) |
default Collection<String> |
SchemaRegistryClient.getAllSubjects(boolean lookupDeletedSubject) |
Collection<String> |
CachedSchemaRegistryClient.getAllSubjectsById(int id) |
Collection<String> |
SchemaRegistryClient.getAllSubjectsById(int id) |
Collection<String> |
CachedSchemaRegistryClient.getAllSubjectsByPrefix(String subjectPrefix) |
Collection<String> |
MockSchemaRegistryClient.getAllSubjectsByPrefix(String subjectPrefix) |
default Collection<String> |
SchemaRegistryClient.getAllSubjectsByPrefix(String subjectPrefix) |
List<Integer> |
CachedSchemaRegistryClient.getAllVersions(String subject) |
List<Integer> |
MockSchemaRegistryClient.getAllVersions(String subject) |
List<Integer> |
SchemaRegistryClient.getAllVersions(String subject) |
List<Integer> |
CachedSchemaRegistryClient.getAllVersions(String subject,
boolean lookupDeletedSchema) |
default List<Integer> |
SchemaRegistryClient.getAllVersions(String subject,
boolean lookupDeletedSchema) |
Collection<SubjectVersion> |
CachedSchemaRegistryClient.getAllVersionsById(int id) |
default Collection<SubjectVersion> |
SchemaRegistryClient.getAllVersionsById(int id) |
default org.apache.avro.Schema |
SchemaRegistryClient.getById(int id)
Deprecated.
use
SchemaRegistryClient.getSchemaById(int) instead |
default org.apache.avro.Schema |
SchemaRegistryClient.getByID(int id)
Deprecated.
use
SchemaRegistryClient.getSchemaById(int) instead |
default org.apache.avro.Schema |
SchemaRegistryClient.getBySubjectAndId(String subject,
int id)
Deprecated.
|
default org.apache.avro.Schema |
SchemaRegistryClient.getBySubjectAndID(String subject,
int id)
Deprecated.
|
default String |
SchemaRegistryClient.getCompatibility(String subject) |
Config |
CachedSchemaRegistryClient.getConfig(String subject) |
Config |
MockSchemaRegistryClient.getConfig(String subject) |
default Config |
SchemaRegistryClient.getConfig(String subject) |
int |
CachedSchemaRegistryClient.getId(String subject,
ParsedSchema schema) |
int |
MockSchemaRegistryClient.getId(String subject,
ParsedSchema schema) |
int |
SchemaRegistryClient.getId(String subject,
ParsedSchema schema) |
int |
CachedSchemaRegistryClient.getId(String subject,
ParsedSchema schema,
boolean normalize) |
int |
MockSchemaRegistryClient.getId(String subject,
ParsedSchema schema,
boolean normalize) |
default int |
SchemaRegistryClient.getId(String subject,
ParsedSchema schema,
boolean normalize) |
default int |
SchemaRegistryClient.getId(String subject,
org.apache.avro.Schema schema)
Deprecated.
|
SchemaMetadata |
CachedSchemaRegistryClient.getLatestSchemaMetadata(String subject) |
SchemaMetadata |
MockSchemaRegistryClient.getLatestSchemaMetadata(String subject) |
SchemaMetadata |
SchemaRegistryClient.getLatestSchemaMetadata(String subject) |
SchemaMetadata |
CachedSchemaRegistryClient.getLatestWithMetadata(String subject,
Map<String,String> metadata,
boolean lookupDeletedSchema) |
SchemaMetadata |
MockSchemaRegistryClient.getLatestWithMetadata(String subject,
Map<String,String> metadata,
boolean lookupDeletedSchema) |
default SchemaMetadata |
SchemaRegistryClient.getLatestWithMetadata(String subject,
Map<String,String> metadata,
boolean lookupDeletedSchema) |
String |
CachedSchemaRegistryClient.getMode() |
String |
MockSchemaRegistryClient.getMode() |
String |
SchemaRegistryClient.getMode() |
String |
CachedSchemaRegistryClient.getMode(String subject) |
String |
MockSchemaRegistryClient.getMode(String subject) |
String |
SchemaRegistryClient.getMode(String subject) |
ParsedSchema |
CachedSchemaRegistryClient.getSchemaById(int id) |
ParsedSchema |
MockSchemaRegistryClient.getSchemaById(int id) |
ParsedSchema |
SchemaRegistryClient.getSchemaById(int id) |
protected ParsedSchema |
CachedSchemaRegistryClient.getSchemaByIdFromRegistry(int id,
String subject) |
ParsedSchema |
CachedSchemaRegistryClient.getSchemaBySubjectAndId(String subject,
int id) |
ParsedSchema |
MockSchemaRegistryClient.getSchemaBySubjectAndId(String subject,
int id) |
ParsedSchema |
SchemaRegistryClient.getSchemaBySubjectAndId(String subject,
int id) |
SchemaMetadata |
CachedSchemaRegistryClient.getSchemaMetadata(String subject,
int version) |
SchemaMetadata |
MockSchemaRegistryClient.getSchemaMetadata(String subject,
int version) |
SchemaMetadata |
SchemaRegistryClient.getSchemaMetadata(String subject,
int version) |
SchemaMetadata |
CachedSchemaRegistryClient.getSchemaMetadata(String subject,
int version,
boolean lookupDeletedSchema) |
SchemaMetadata |
MockSchemaRegistryClient.getSchemaMetadata(String subject,
int version,
boolean lookupDeletedSchema) |
default SchemaMetadata |
SchemaRegistryClient.getSchemaMetadata(String subject,
int version,
boolean lookupDeletedSchema) |
List<ParsedSchema> |
CachedSchemaRegistryClient.getSchemas(String subjectPrefix,
boolean lookupDeletedSchema,
boolean latestOnly) |
List<ParsedSchema> |
MockSchemaRegistryClient.getSchemas(String subjectPrefix,
boolean lookupDeletedSchema,
boolean latestOnly) |
default List<ParsedSchema> |
SchemaRegistryClient.getSchemas(String subjectPrefix,
boolean lookupDeletedSchema,
boolean latestOnly) |
int |
CachedSchemaRegistryClient.getVersion(String subject,
ParsedSchema schema) |
int |
MockSchemaRegistryClient.getVersion(String subject,
ParsedSchema schema) |
int |
SchemaRegistryClient.getVersion(String subject,
ParsedSchema schema) |
int |
CachedSchemaRegistryClient.getVersion(String subject,
ParsedSchema schema,
boolean normalize) |
int |
MockSchemaRegistryClient.getVersion(String subject,
ParsedSchema schema,
boolean normalize) |
default int |
SchemaRegistryClient.getVersion(String subject,
ParsedSchema schema,
boolean normalize) |
default int |
SchemaRegistryClient.getVersion(String subject,
org.apache.avro.Schema schema)
Deprecated.
|
int |
CachedSchemaRegistryClient.register(String subject,
ParsedSchema schema) |
int |
MockSchemaRegistryClient.register(String subject,
ParsedSchema schema) |
int |
SchemaRegistryClient.register(String subject,
ParsedSchema schema) |
int |
CachedSchemaRegistryClient.register(String subject,
ParsedSchema schema,
boolean normalize) |
int |
MockSchemaRegistryClient.register(String subject,
ParsedSchema schema,
boolean normalize) |
default int |
SchemaRegistryClient.register(String subject,
ParsedSchema schema,
boolean normalize) |
int |
CachedSchemaRegistryClient.register(String subject,
ParsedSchema schema,
int version,
int id) |
int |
MockSchemaRegistryClient.register(String subject,
ParsedSchema schema,
int version,
int id) |
int |
SchemaRegistryClient.register(String subject,
ParsedSchema schema,
int version,
int id) |
default int |
SchemaRegistryClient.register(String subject,
org.apache.avro.Schema schema)
Deprecated.
use
SchemaRegistryClient.register(String, ParsedSchema) instead;
for example, you can convert a Schema into a ParsedSchema
via new AvroSchema(schema) |
default int |
SchemaRegistryClient.register(String subject,
org.apache.avro.Schema schema,
int version,
int id)
Deprecated.
use
SchemaRegistryClient.register(String, ParsedSchema, int, int) instead;
for example, you can convert a Schema into a ParsedSchema
via new AvroSchema(schema) |
default RegisterSchemaResponse |
SchemaRegistryClient.registerWithResponse(String subject,
ParsedSchema schema,
boolean normalize) |
RegisterSchemaResponse |
CachedSchemaRegistryClient.registerWithResponse(String subject,
ParsedSchema schema,
boolean normalize,
boolean propagateSchemaTags) |
RegisterSchemaResponse |
MockSchemaRegistryClient.registerWithResponse(String subject,
ParsedSchema schema,
boolean normalize,
boolean propagateSchemaTags) |
default RegisterSchemaResponse |
SchemaRegistryClient.registerWithResponse(String subject,
ParsedSchema schema,
boolean normalize,
boolean propagateSchemaTags) |
String |
CachedSchemaRegistryClient.setMode(String mode) |
String |
MockSchemaRegistryClient.setMode(String mode) |
String |
SchemaRegistryClient.setMode(String mode) |
String |
CachedSchemaRegistryClient.setMode(String mode,
String subject) |
String |
MockSchemaRegistryClient.setMode(String mode,
String subject) |
String |
SchemaRegistryClient.setMode(String mode,
String subject) |
String |
CachedSchemaRegistryClient.setMode(String mode,
String subject,
boolean force) |
String |
MockSchemaRegistryClient.setMode(String mode,
String subject,
boolean force) |
default String |
SchemaRegistryClient.setMode(String mode,
String subject,
boolean force) |
boolean |
CachedSchemaRegistryClient.testCompatibility(String subject,
ParsedSchema schema) |
boolean |
MockSchemaRegistryClient.testCompatibility(String subject,
ParsedSchema newSchema) |
boolean |
SchemaRegistryClient.testCompatibility(String subject,
ParsedSchema schema) |
default boolean |
SchemaRegistryClient.testCompatibility(String subject,
org.apache.avro.Schema schema)
Deprecated.
|
List<String> |
CachedSchemaRegistryClient.testCompatibilityVerbose(String subject,
ParsedSchema schema) |
List<String> |
MockSchemaRegistryClient.testCompatibilityVerbose(String subject,
ParsedSchema newSchema) |
default List<String> |
SchemaRegistryClient.testCompatibilityVerbose(String subject,
ParsedSchema schema) |
List<String> |
CachedSchemaRegistryClient.testCompatibilityVerbose(String subject,
ParsedSchema schema,
boolean normalize) |
default List<String> |
SchemaRegistryClient.testCompatibilityVerbose(String subject,
ParsedSchema schema,
boolean normalize) |
default String |
SchemaRegistryClient.updateCompatibility(String subject,
String compatibility) |
Config |
CachedSchemaRegistryClient.updateConfig(String subject,
Config config) |
Config |
MockSchemaRegistryClient.updateConfig(String subject,
Config config) |
default Config |
SchemaRegistryClient.updateConfig(String subject,
Config config) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
RestService.isRetriable(RestClientException e) |
| Modifier and Type | Method and Description |
|---|---|
Config |
RestService.deleteConfig(Map<String,String> requestProperties,
String subject) |
Config |
RestService.deleteConfig(String subject) |
Integer |
RestService.deleteSchemaVersion(Map<String,String> requestProperties,
String subject,
String version) |
Integer |
RestService.deleteSchemaVersion(Map<String,String> requestProperties,
String subject,
String version,
boolean permanentDelete) |
List<Integer> |
RestService.deleteSubject(Map<String,String> requestProperties,
String subject) |
List<Integer> |
RestService.deleteSubject(Map<String,String> requestProperties,
String subject,
boolean permanentDelete) |
Mode |
RestService.deleteSubjectMode(Map<String,String> requestProperties,
String subject) |
Mode |
RestService.deleteSubjectMode(String subject) |
List<String> |
RestService.getAllContexts() |
List<String> |
RestService.getAllContexts(Map<String,String> requestProperties) |
List<String> |
RestService.getAllContextsWithPagination(int limit,
int offset) |
List<String> |
RestService.getAllSubjects() |
List<String> |
RestService.getAllSubjects(boolean deletedSubjects) |
List<String> |
RestService.getAllSubjects(Map<String,String> requestProperties) |
List<String> |
RestService.getAllSubjects(Map<String,String> requestProperties,
String subjectPrefix,
boolean deletedSubjects) |
List<String> |
RestService.getAllSubjects(Map<String,String> requestProperties,
String subjectPrefix,
boolean deletedSubjects,
boolean deletedOnlySubjects) |
List<String> |
RestService.getAllSubjects(String subjectPrefix,
boolean deletedSubjects) |
List<String> |
RestService.getAllSubjectsById(int id) |
List<String> |
RestService.getAllSubjectsById(int id,
String subject) |
List<String> |
RestService.getAllSubjectsById(int id,
String subject,
boolean deleted) |
List<String> |
RestService.getAllSubjectsById(Map<String,String> requestProperties,
int id) |
List<String> |
RestService.getAllSubjectsById(Map<String,String> requestProperties,
int id,
String subject) |
List<String> |
RestService.getAllSubjectsById(Map<String,String> requestProperties,
int id,
String subject,
boolean lookupDeleted) |
List<String> |
RestService.getAllSubjectsByIdWithPagination(Map<String,String> requestProperties,
int id,
String subject,
boolean lookupDeleted,
int limit,
int offset) |
List<String> |
RestService.getAllSubjectsWithPagination(int offset,
int limit) |
List<String> |
RestService.getAllSubjectsWithPagination(Map<String,String> requestProperties,
int offset,
int limit) |
List<Integer> |
RestService.getAllVersions(Map<String,String> requestProperties,
String subject) |
List<Integer> |
RestService.getAllVersions(Map<String,String> requestProperties,
String subject,
boolean lookupDeletedSchema) |
List<Integer> |
RestService.getAllVersions(Map<String,String> requestProperties,
String subject,
boolean lookupDeletedSchema,
boolean lookupDeletedOnlySchema) |
List<Integer> |
RestService.getAllVersions(String subject) |
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) |
List<Integer> |
RestService.getAllVersionsWithPagination(Map<String,String> requestProperties,
String subject,
boolean lookupDeletedSchema,
int offset,
int limit) |
ServerClusterId |
RestService.getClusterId() |
ServerClusterId |
RestService.getClusterId(Map<String,String> requestProperties) |
Config |
RestService.getConfig(Map<String,String> requestProperties,
String subject) |
Config |
RestService.getConfig(Map<String,String> requestProperties,
String subject,
boolean defaultToGlobal) |
Config |
RestService.getConfig(String subject) |
List<String> |
RestService.getDeletedOnlySubjects(String subjectPrefix) |
List<Integer> |
RestService.getDeletedOnlyVersions(String subject) |
SchemaString |
RestService.getId(int id) |
SchemaString |
RestService.getId(int id,
boolean fetchMaxId) |
SchemaString |
RestService.getId(int id,
String subject) |
SchemaString |
RestService.getId(int id,
String subject,
boolean fetchMaxId) |
SchemaString |
RestService.getId(Map<String,String> requestProperties,
int id) |
SchemaString |
RestService.getId(Map<String,String> requestProperties,
int id,
String subject) |
SchemaString |
RestService.getId(Map<String,String> requestProperties,
int id,
String subject,
boolean fetchMaxId) |
SchemaString |
RestService.getId(Map<String,String> requestProperties,
int id,
String subject,
Set<String> findTags,
boolean fetchMaxId) |
SchemaString |
RestService.getId(Map<String,String> requestProperties,
int id,
String subject,
String format,
Set<String> findTags,
boolean fetchMaxId) |
Schema |
RestService.getLatestVersion(Map<String,String> requestProperties,
String subject) |
Schema |
RestService.getLatestVersion(Map<String,String> requestProperties,
String subject,
Set<String> findTags) |
Schema |
RestService.getLatestVersion(Map<String,String> requestProperties,
String subject,
String format,
Set<String> findTags) |
Schema |
RestService.getLatestVersion(String subject) |
String |
RestService.getLatestVersionSchemaOnly(String subject) |
Schema |
RestService.getLatestWithMetadata(Map<String,String> requestProperties,
String subject,
Map<String,String> metadata,
boolean lookupDeletedSchema) |
Schema |
RestService.getLatestWithMetadata(Map<String,String> requestProperties,
String subject,
Map<String,String> metadata,
String format,
boolean lookupDeletedSchema) |
Schema |
RestService.getLatestWithMetadata(String subject,
Map<String,String> metadata,
boolean lookupDeletedSchema) |
Mode |
RestService.getMode() |
Mode |
RestService.getMode(String subject) |
Mode |
RestService.getMode(String subject,
boolean defaultToGlobal) |
String |
RestService.getOnlySchemaById(int id) |
String |
RestService.getOnlySchemaById(Map<String,String> requestProperties,
int id,
String subject) |
List<Integer> |
RestService.getReferencedBy(Map<String,String> requestProperties,
String subject,
int version) |
List<Integer> |
RestService.getReferencedBy(String subject,
int version) |
List<Integer> |
RestService.getReferencedByWithPagination(String subject,
int version,
int offset,
int limit) |
SchemaRegistryServerVersion |
RestService.getSchemaRegistryServerVersion() |
List<ExtendedSchema> |
RestService.getSchemas(Map<String,String> requestProperties,
String subjectPrefix,
boolean includeAliases,
boolean lookupDeletedSchema,
boolean latestOnly,
String ruleType,
Integer offset,
Integer limit) |
List<Schema> |
RestService.getSchemas(Map<String,String> requestProperties,
String subjectPrefix,
boolean lookupDeletedSchema,
boolean latestOnly,
String ruleType,
Integer offset,
Integer limit) |
List<Schema> |
RestService.getSchemas(String subjectPrefix,
boolean lookupDeletedSchema,
boolean latestOnly) |
List<String> |
RestService.getSchemaTypes() |
List<String> |
RestService.getSchemaTypes(Map<String,String> requestProperties) |
Schema |
RestService.getVersion(Map<String,String> requestProperties,
String subject,
int version) |
Schema |
RestService.getVersion(Map<String,String> requestProperties,
String subject,
int version,
boolean lookupDeletedSchema) |
Schema |
RestService.getVersion(Map<String,String> requestProperties,
String subject,
int version,
String format,
boolean lookupDeletedSchema,
Set<String> findTags) |
Schema |
RestService.getVersion(String subject,
int version) |
Schema |
RestService.getVersion(String subject,
int version,
boolean lookupDeletedSchema) |
String |
RestService.getVersionSchemaOnly(String subject,
int version) |
<T> T |
RestService.httpRequest(String path,
String method,
byte[] requestBodyData,
Map<String,String> requestProperties,
com.fasterxml.jackson.core.type.TypeReference<T> responseFormat)
Send an HTTP request.
|
Schema |
RestService.lookUpSubjectVersion(Map<String,String> requestProperties,
RegisterSchemaRequest registerSchemaRequest,
String subject,
boolean normalize,
boolean lookupDeletedSchema) |
Schema |
RestService.lookUpSubjectVersion(Map<String,String> requestProperties,
RegisterSchemaRequest registerSchemaRequest,
String subject,
boolean normalize,
String format,
boolean lookupDeletedSchema) |
Schema |
RestService.lookUpSubjectVersion(RegisterSchemaRequest registerSchemaRequest,
String subject,
boolean normalize,
boolean lookupDeletedSchema) |
Schema |
RestService.lookUpSubjectVersion(String schemaString,
String subject) |
Schema |
RestService.lookUpSubjectVersion(String schemaString,
String subject,
boolean lookupDeletedSchema) |
Schema |
RestService.lookUpSubjectVersion(String schemaString,
String subject,
boolean normalize,
boolean lookupDeletedSchema) |
Schema |
RestService.lookUpSubjectVersion(String schemaString,
String schemaType,
List<SchemaReference> references,
String subject,
boolean lookupDeletedSchema) |
Schema |
RestService.lookUpSubjectVersion(String schemaString,
String schemaType,
List<SchemaReference> references,
String subject,
boolean normalize,
boolean lookupDeletedSchema) |
RegisterSchemaResponse |
RestService.modifySchemaTags(Map<String,String> requestProperties,
TagSchemaRequest tagSchemaRequest,
String subject,
String version) |
RegisterSchemaResponse |
RestService.registerSchema(Map<String,String> requestProperties,
RegisterSchemaRequest registerSchemaRequest,
String subject,
boolean normalize) |
RegisterSchemaResponse |
RestService.registerSchema(Map<String,String> requestProperties,
RegisterSchemaRequest registerSchemaRequest,
String subject,
boolean normalize,
String format) |
RegisterSchemaResponse |
RestService.registerSchema(RegisterSchemaRequest registerSchemaRequest,
String subject,
boolean normalize) |
int |
RestService.registerSchema(String schemaString,
String subject) |
RegisterSchemaResponse |
RestService.registerSchema(String schemaString,
String subject,
boolean normalize) |
int |
RestService.registerSchema(String schemaString,
String subject,
int version,
int id) |
RegisterSchemaResponse |
RestService.registerSchema(String schemaString,
String subject,
int version,
int id,
boolean normalize) |
RegisterSchemaResponse |
RestService.registerSchema(String schemaString,
String schemaType,
List<SchemaReference> references,
String subject) |
RegisterSchemaResponse |
RestService.registerSchema(String schemaString,
String schemaType,
List<SchemaReference> references,
String subject,
boolean normalize) |
RegisterSchemaResponse |
RestService.registerSchema(String schemaString,
String schemaType,
List<SchemaReference> references,
String subject,
int version,
int id) |
RegisterSchemaResponse |
RestService.registerSchema(String schemaString,
String schemaType,
List<SchemaReference> references,
String subject,
int version,
int id,
boolean normalize) |
<T> T |
RetryExecutor.retry(Callable<T> callable) |
ModeUpdateRequest |
RestService.setMode(Map<String,String> requestProperties,
ModeUpdateRequest modeUpdateRequest,
String subject,
boolean force)
On success, this api simply echoes the request in the response.
|
ModeUpdateRequest |
RestService.setMode(String mode) |
ModeUpdateRequest |
RestService.setMode(String mode,
String subject) |
ModeUpdateRequest |
RestService.setMode(String mode,
String subject,
boolean force) |
List<String> |
RestService.testCompatibility(Map<String,String> requestProperties,
RegisterSchemaRequest registerSchemaRequest,
String subject,
String version,
boolean normalize,
boolean verbose) |
List<String> |
RestService.testCompatibility(RegisterSchemaRequest registerSchemaRequest,
String subject,
String version,
boolean normalize,
boolean verbose) |
List<String> |
RestService.testCompatibility(String schemaString,
String subject,
boolean verbose) |
List<String> |
RestService.testCompatibility(String schemaString,
String schemaType,
List<SchemaReference> references,
String subject,
String version,
boolean verbose) |
List<String> |
RestService.testCompatibility(String schemaString,
String subject,
String version) |
ConfigUpdateRequest |
RestService.updateCompatibility(String compatibility,
String subject) |
ConfigUpdateRequest |
RestService.updateConfig(ConfigUpdateRequest configUpdateRequest,
String subject) |
ConfigUpdateRequest |
RestService.updateConfig(Map<String,String> requestProperties,
ConfigUpdateRequest configUpdateRequest,
String subject)
On success, this api simply echoes the request in the response.
|
Copyright © 2025 Confluent, Inc.. All rights reserved.