- read() - Method in class io.confluent.kafka.schemaregistry.storage.OffsetCheckpoint
-
Reads the offsets from the local checkpoint file, skipping any negative offsets it finds.
- readExternal(ObjectInput) - Method in class otherns.Subrecord
-
- record() - Method in class io.confluent.kafka.schemaregistry.metrics.SchemaRegistryMetric
-
- record(double) - Method in class io.confluent.kafka.schemaregistry.metrics.SchemaRegistryMetric
-
- REFERENCE_EXISTS_ERROR_CODE - Static variable in class io.confluent.kafka.schemaregistry.rest.exceptions.Errors
-
- REFERENCE_EXISTS_MESSAGE_FORMAT - Static variable in exception io.confluent.kafka.schemaregistry.rest.exceptions.RestReferenceExistsException
-
- ReferenceExistsException - Exception in io.confluent.kafka.schemaregistry.exceptions
-
Indicates the schema cannot be deleted because another schema references it.
- ReferenceExistsException(String, Throwable) - Constructor for exception io.confluent.kafka.schemaregistry.exceptions.ReferenceExistsException
-
- ReferenceExistsException(String) - Constructor for exception io.confluent.kafka.schemaregistry.exceptions.ReferenceExistsException
-
- ReferenceExistsException(Throwable) - Constructor for exception io.confluent.kafka.schemaregistry.exceptions.ReferenceExistsException
-
- ReferenceExistsException() - Constructor for exception io.confluent.kafka.schemaregistry.exceptions.ReferenceExistsException
-
- referenceExistsException(String) - Static method in class io.confluent.kafka.schemaregistry.rest.exceptions.Errors
-
- referencesSchema(SchemaKey) - Method in class io.confluent.kafka.schemaregistry.storage.InMemoryCache
-
- referencesSchema(SchemaKey) - Method in interface io.confluent.kafka.schemaregistry.storage.LookupCache
-
Returns schemas that reference the given schema.
- register(String, ParsedSchema) - Method in class io.confluent.kafka.schemaregistry.rest.client.LocalSchemaRegistryClient
-
- register(String, ParsedSchema, boolean) - Method in class io.confluent.kafka.schemaregistry.rest.client.LocalSchemaRegistryClient
-
- register(String, ParsedSchema, int, int) - Method in class io.confluent.kafka.schemaregistry.rest.client.LocalSchemaRegistryClient
-
- register(Configurable<?>, SchemaRegistryConfig, SchemaRegistry) - Method in interface io.confluent.kafka.schemaregistry.rest.extensions.SchemaRegistryResourceExtension
-
- register(AsyncResponse, HttpHeaders, String, boolean, String, RegisterSchemaRequest) - Method in class io.confluent.kafka.schemaregistry.rest.resources.SubjectVersionsResource
-
- register(String, RegisterSchemaRequest, boolean) - Method in class io.confluent.kafka.schemaregistry.storage.KafkaSchemaRegistry
-
- register(String, Schema, boolean, boolean) - Method in class io.confluent.kafka.schemaregistry.storage.KafkaSchemaRegistry
-
Register the given schema under the given subject.
- register(String, Schema) - Method in interface io.confluent.kafka.schemaregistry.storage.SchemaRegistry
-
- register(String, Schema, boolean) - Method in interface io.confluent.kafka.schemaregistry.storage.SchemaRegistry
-
- register(String, Schema, boolean, boolean) - Method in interface io.confluent.kafka.schemaregistry.storage.SchemaRegistry
-
- registerInitResourceExtensions(Configurable<?>, SchemaRegistryConfig) - Method in class io.confluent.kafka.schemaregistry.rest.SchemaRegistryRestApplication
-
- registerOrForward(String, RegisterSchemaRequest, boolean, Map<String, String>) - Method in class io.confluent.kafka.schemaregistry.storage.KafkaSchemaRegistry
-
- registerWithResponse(String, ParsedSchema, boolean, boolean) - Method in class io.confluent.kafka.schemaregistry.rest.client.LocalSchemaRegistryClient
-
- remove() - Method in class io.confluent.kafka.schemaregistry.storage.FilteredIterator
-
- remove() - Method in class io.confluent.kafka.schemaregistry.storage.TransformedIterator
-
- removeIf(Predicate<SchemaKey>) - Method in class io.confluent.kafka.schemaregistry.storage.SchemaIdAndSubjects
-
- REQUEST_FORWARDING_FAILED_ERROR_CODE - Static variable in class io.confluent.kafka.schemaregistry.rest.exceptions.Errors
-
- REQUEST_ID_HEADER - Static variable in class io.confluent.kafka.schemaregistry.rest.RequestIdHandler
-
- requestForwardingFailedException(String, Throwable) - Static method in class io.confluent.kafka.schemaregistry.rest.exceptions.Errors
-
- RequestHeaderBuilder - Class in io.confluent.kafka.schemaregistry.rest.resources
-
- RequestHeaderBuilder() - Constructor for class io.confluent.kafka.schemaregistry.rest.resources.RequestHeaderBuilder
-
- RequestIdHandler - Class in io.confluent.kafka.schemaregistry.rest
-
- RequestIdHandler() - Constructor for class io.confluent.kafka.schemaregistry.rest.RequestIdHandler
-
- reset() - Method in class io.confluent.kafka.schemaregistry.rest.client.LocalSchemaRegistryClient
-
- RESOURCE_EXTENSION_CONFIG - Static variable in class io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig
-
- RESOURCE_LABEL_CLUSTER_ID - Static variable in class io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig
-
- RESOURCE_LABEL_COMMIT_ID - Static variable in class io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig
-
- RESOURCE_LABEL_GROUP_ID - Static variable in class io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig
-
- RESOURCE_LABEL_KAFKA_CLUSTER_ID - Static variable in class io.confluent.kafka.schemaregistry.metrics.MetricsContainer
-
- RESOURCE_LABEL_PREFIX - Static variable in class io.confluent.kafka.schemaregistry.metrics.MetricsContainer
-
- RESOURCE_LABEL_PREFIX - Static variable in class io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig
-
- RESOURCE_LABEL_TYPE - Static variable in class io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig
-
- RESOURCE_LABEL_VERSION - Static variable in class io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig
-
- RESOURCE_STATIC_LOCATIONS_CONFIG - Static variable in class io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig
-
- RESOURCE_STATIC_LOCATIONS_DOC - Static variable in class io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig
-
- RestCallMetricFilter - Class in io.confluent.kafka.schemaregistry.rest.filters
-
- RestCallMetricFilter(SchemaRegistryMetric, SchemaRegistryMetric) - Constructor for class io.confluent.kafka.schemaregistry.rest.filters.RestCallMetricFilter
-
- RestIdDoesNotMatchException - Exception in io.confluent.kafka.schemaregistry.rest.exceptions
-
Indicates that the ID of an imported schema does not match the existing ID.
- RestIdDoesNotMatchException() - Constructor for exception io.confluent.kafka.schemaregistry.rest.exceptions.RestIdDoesNotMatchException
-
- RestIdDoesNotMatchException(String) - Constructor for exception io.confluent.kafka.schemaregistry.rest.exceptions.RestIdDoesNotMatchException
-
- RestIncompatibleSchemaException - Exception in io.confluent.kafka.schemaregistry.rest.exceptions
-
An exception thrown when the registered schema is not compatible with the latest schema according
to the compatibility level.
- RestIncompatibleSchemaException(String, int) - Constructor for exception io.confluent.kafka.schemaregistry.rest.exceptions.RestIncompatibleSchemaException
-
- RestIncompatibleSchemaException(String, int, Throwable) - Constructor for exception io.confluent.kafka.schemaregistry.rest.exceptions.RestIncompatibleSchemaException
-
- RestInvalidCompatibilityException - Exception in io.confluent.kafka.schemaregistry.rest.exceptions
-
- RestInvalidCompatibilityException() - Constructor for exception io.confluent.kafka.schemaregistry.rest.exceptions.RestInvalidCompatibilityException
-
- RestInvalidCompatibilityException(String) - Constructor for exception io.confluent.kafka.schemaregistry.rest.exceptions.RestInvalidCompatibilityException
-
- RestInvalidModeException - Exception in io.confluent.kafka.schemaregistry.rest.exceptions
-
- RestInvalidModeException() - Constructor for exception io.confluent.kafka.schemaregistry.rest.exceptions.RestInvalidModeException
-
- RestInvalidModeException(String) - Constructor for exception io.confluent.kafka.schemaregistry.rest.exceptions.RestInvalidModeException
-
- RestInvalidRuleSetException - Exception in io.confluent.kafka.schemaregistry.rest.exceptions
-
- RestInvalidRuleSetException(String) - Constructor for exception io.confluent.kafka.schemaregistry.rest.exceptions.RestInvalidRuleSetException
-
- RestInvalidSchemaException - Exception in io.confluent.kafka.schemaregistry.rest.exceptions
-
Indicates an invalid schema that does not conform to the expected format of the schema
- RestInvalidSchemaException() - Constructor for exception io.confluent.kafka.schemaregistry.rest.exceptions.RestInvalidSchemaException
-
- RestInvalidSchemaException(String) - Constructor for exception io.confluent.kafka.schemaregistry.rest.exceptions.RestInvalidSchemaException
-
- RestInvalidSubjectException - Exception in io.confluent.kafka.schemaregistry.rest.exceptions
-
Indicates an invalid subject name
- RestInvalidSubjectException(String) - Constructor for exception io.confluent.kafka.schemaregistry.rest.exceptions.RestInvalidSubjectException
-
- RestInvalidVersionException - Exception in io.confluent.kafka.schemaregistry.rest.exceptions
-
Indicates that the version is not a valid version id.
- RestInvalidVersionException(String) - Constructor for exception io.confluent.kafka.schemaregistry.rest.exceptions.RestInvalidVersionException
-
- RestOperationNotPermittedException - Exception in io.confluent.kafka.schemaregistry.rest.exceptions
-
- RestOperationNotPermittedException(String) - Constructor for exception io.confluent.kafka.schemaregistry.rest.exceptions.RestOperationNotPermittedException
-
- RestReferenceExistsException - Exception in io.confluent.kafka.schemaregistry.rest.exceptions
-
Indicates a reference exists to the given schema, so it cannot be deleted.
- RestReferenceExistsException(String) - Constructor for exception io.confluent.kafka.schemaregistry.rest.exceptions.RestReferenceExistsException
-
- RestRequestForwardingException - Exception in io.confluent.kafka.schemaregistry.rest.exceptions
-
Indicates a problem while forwarding the request to the leader node in a schema
registry cluster
- RestRequestForwardingException(String) - Constructor for exception io.confluent.kafka.schemaregistry.rest.exceptions.RestRequestForwardingException
-
- RestRequestForwardingException(String, Throwable) - Constructor for exception io.confluent.kafka.schemaregistry.rest.exceptions.RestRequestForwardingException
-
- RestSchemaRegistryException - Exception in io.confluent.kafka.schemaregistry.rest.exceptions
-
Indicates some error while performing a schema registry operation
- RestSchemaRegistryException(String) - Constructor for exception io.confluent.kafka.schemaregistry.rest.exceptions.RestSchemaRegistryException
-
- RestSchemaRegistryException(String, Throwable) - Constructor for exception io.confluent.kafka.schemaregistry.rest.exceptions.RestSchemaRegistryException
-
- RestSchemaRegistryStoreException - Exception in io.confluent.kafka.schemaregistry.rest.exceptions
-
Indicates an error while performing an operation on the underlying data store that
stores all schemas in the registry
- RestSchemaRegistryStoreException(String) - Constructor for exception io.confluent.kafka.schemaregistry.rest.exceptions.RestSchemaRegistryStoreException
-
- RestSchemaRegistryStoreException(String, Throwable) - Constructor for exception io.confluent.kafka.schemaregistry.rest.exceptions.RestSchemaRegistryStoreException
-
- RestSchemaRegistryTimeoutException - Exception in io.confluent.kafka.schemaregistry.rest.exceptions
-
Indicates that some schema registry operation timed out.
- RestSchemaRegistryTimeoutException(String) - Constructor for exception io.confluent.kafka.schemaregistry.rest.exceptions.RestSchemaRegistryTimeoutException
-
- RestSchemaRegistryTimeoutException(String, Throwable) - Constructor for exception io.confluent.kafka.schemaregistry.rest.exceptions.RestSchemaRegistryTimeoutException
-
- RestSchemaTooLargeException - Exception in io.confluent.kafka.schemaregistry.rest.exceptions
-
- RestSchemaTooLargeException(String) - Constructor for exception io.confluent.kafka.schemaregistry.rest.exceptions.RestSchemaTooLargeException
-
- RestUnknownLeaderException - Exception in io.confluent.kafka.schemaregistry.rest.exceptions
-
- RestUnknownLeaderException(String) - Constructor for exception io.confluent.kafka.schemaregistry.rest.exceptions.RestUnknownLeaderException
-
- RestUnknownLeaderException(String, Throwable) - Constructor for exception io.confluent.kafka.schemaregistry.rest.exceptions.RestUnknownLeaderException
-
- RootResource - Class in io.confluent.kafka.schemaregistry.rest.resources
-
- RootResource() - Constructor for class io.confluent.kafka.schemaregistry.rest.resources.RootResource
-
- Rule - Class in io.confluent.kafka.schemaregistry.storage
-
- Rule(String, String, RuleKind, RuleMode, String, SortedSet<String>, SortedMap<String, String>, String, String, String, boolean) - Constructor for class io.confluent.kafka.schemaregistry.storage.Rule
-
- Rule(Rule) - Constructor for class io.confluent.kafka.schemaregistry.storage.Rule
-
- RuleKind - Enum in io.confluent.kafka.schemaregistry.storage
-
- RuleMode - Enum in io.confluent.kafka.schemaregistry.storage
-
- RuleSet - Class in io.confluent.kafka.schemaregistry.storage
-
Rule set, which includes migration rules (for migrating between versions) and domain rules
(for the current version).
- RuleSet(List<Rule>, List<Rule>) - Constructor for class io.confluent.kafka.schemaregistry.storage.RuleSet
-
- RuleSet(RuleSet) - Constructor for class io.confluent.kafka.schemaregistry.storage.RuleSet
-
- RuleSetHandler - Class in io.confluent.kafka.schemaregistry.storage
-
- RuleSetHandler() - Constructor for class io.confluent.kafka.schemaregistry.storage.RuleSetHandler
-
- run() - Method in class io.confluent.kafka.schemaregistry.utils.ShutdownableThread
-
- runningFast(int, float) - Method in class io.confluent.kafka.schemaregistry.tools.SchemaRegistryPerformance
-
- schema() - Method in class io.confluent.kafka.schemaregistry.storage.LazyParsedSchemaHolder
-
Returns the schema.
- SCHEMA$ - Static variable in class otherns.Subrecord
-
- SCHEMA_CACHE_EXPIRY_SECS_CONFIG - Static variable in class io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig
-
schema.cache.expiry.secs
- SCHEMA_CACHE_EXPIRY_SECS_DEFAULT - Static variable in class io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig
-
- SCHEMA_CACHE_EXPIRY_SECS_DOC - Static variable in class io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig
-
- SCHEMA_CACHE_SIZE_CONFIG - Static variable in class io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig
-
schema.cache.size
- SCHEMA_CACHE_SIZE_DEFAULT - Static variable in class io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig
-
- SCHEMA_CACHE_SIZE_DOC - Static variable in class io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig
-
- SCHEMA_CANONICALIZE_ON_CONSUME_CONFIG - Static variable in class io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig
-
schema.canonicalize.on.consume
- SCHEMA_CANONICALIZE_ON_CONSUME_DOC - Static variable in class io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig
-
- SCHEMA_COMPATIBILITY_CONFIG - Static variable in class io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig
-
- SCHEMA_NOT_FOUND_ERROR_CODE - Static variable in class io.confluent.kafka.schemaregistry.rest.exceptions.Errors
-
- SCHEMA_NOT_FOUND_MESSAGE - Static variable in class io.confluent.kafka.schemaregistry.rest.exceptions.Errors
-
- SCHEMA_NOT_FOUND_MESSAGE_FORMAT - Static variable in class io.confluent.kafka.schemaregistry.rest.exceptions.Errors
-
- SCHEMA_PROVIDERS_CONFIG - Static variable in class io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig
-
- SCHEMA_PROVIDERS_DOC - Static variable in class io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig
-
- SCHEMA_REGISTRY - Static variable in interface io.confluent.kafka.schemaregistry.storage.StoreUpdateHandler
-
- SCHEMA_SEARCH_DEFAULT_LIMIT_CONFIG - Static variable in class io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig
-
schema.search.default.limit
- SCHEMA_SEARCH_DEFAULT_LIMIT_DEFAULT - Static variable in class io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig
-
- SCHEMA_SEARCH_DEFAULT_LIMIT_DOC - Static variable in class io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig
-
- SCHEMA_SEARCH_MAX_LIMIT_CONFIG - Static variable in class io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig
-
schema.search.max.limit
- SCHEMA_SEARCH_MAX_LIMIT_DEFAULT - Static variable in class io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig
-
- SCHEMA_SEARCH_MAX_LIMIT_DOC - Static variable in class io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig
-
- SCHEMA_TOO_LARGE_ERROR_CODE - Static variable in class io.confluent.kafka.schemaregistry.rest.exceptions.Errors
-
- SCHEMA_VALIDATE_FIELDS_CONFIG - Static variable in class io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig
-
- SCHEMA_VALIDATE_FIELDS_DEFAULT - Static variable in class io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig
-
- schemaDeleted(SchemaKey, SchemaValue, SchemaValue) - Method in class io.confluent.kafka.schemaregistry.storage.InMemoryCache
-
- schemaDeleted(SchemaKey, SchemaValue, SchemaValue) - Method in interface io.confluent.kafka.schemaregistry.storage.LookupCache
-
Callback that is invoked when a schema is deleted.
- schemaIdAndSubjects(Schema) - Method in class io.confluent.kafka.schemaregistry.storage.InMemoryCache
-
- schemaIdAndSubjects(Schema) - Method in interface io.confluent.kafka.schemaregistry.storage.LookupCache
-
Provides SchemaIdAndSubjects associated with the schema.
- SchemaIdAndSubjects - Class in io.confluent.kafka.schemaregistry.storage
-
Kafka schema registry maintains a few in memory indices to facilitate schema lookups.
- SchemaIdAndSubjects(int) - Constructor for class io.confluent.kafka.schemaregistry.storage.SchemaIdAndSubjects
-
- SchemaIdAndSubjects(int, Map<String, Integer>) - Constructor for class io.confluent.kafka.schemaregistry.storage.SchemaIdAndSubjects
-
- SchemaIdRange - Class in io.confluent.kafka.schemaregistry.id
-
A range of schema IDs, from the first available ID to the inclusive upper bound.
- SchemaIdRange(int, int) - Constructor for class io.confluent.kafka.schemaregistry.id.SchemaIdRange
-
- SchemaKey - Class in io.confluent.kafka.schemaregistry.storage
-
- SchemaKey(String, int) - Constructor for class io.confluent.kafka.schemaregistry.storage.SchemaKey
-
- schemaKeyById(Integer, String) - Method in class io.confluent.kafka.schemaregistry.storage.InMemoryCache
-
- schemaKeyById(Integer, String) - Method in interface io.confluent.kafka.schemaregistry.storage.LookupCache
-
Provides the
SchemaKey for the provided schema id.
- schemaNotFoundException() - Static method in class io.confluent.kafka.schemaregistry.rest.exceptions.Errors
-
- schemaNotFoundException(Integer) - Static method in class io.confluent.kafka.schemaregistry.rest.exceptions.Errors
-
- schemaProvider(String) - Method in class io.confluent.kafka.schemaregistry.storage.KafkaSchemaRegistry
-
- SchemaReference - Class in io.confluent.kafka.schemaregistry.storage
-
- SchemaReference(String, String, Integer) - Constructor for class io.confluent.kafka.schemaregistry.storage.SchemaReference
-
- SchemaReference(SchemaReference) - Constructor for class io.confluent.kafka.schemaregistry.storage.SchemaReference
-
- schemaRegistered(SchemaKey, SchemaValue) - Method in interface io.confluent.kafka.schemaregistry.id.IdGenerator
-
Callback method that is invoked when a schema is registered.
- schemaRegistered(SchemaKey, SchemaValue) - Method in class io.confluent.kafka.schemaregistry.id.IncrementalIdGenerator
-
- schemaRegistered(SchemaKey, SchemaValue, SchemaValue) - Method in class io.confluent.kafka.schemaregistry.storage.InMemoryCache
-
- schemaRegistered(SchemaKey, SchemaValue, SchemaValue) - Method in interface io.confluent.kafka.schemaregistry.storage.LookupCache
-
Callback that is invoked when a schema is registered.
- schemaRegistry() - Method in class io.confluent.kafka.schemaregistry.rest.SchemaRegistryRestApplication
-
- SchemaRegistry - Interface in io.confluent.kafka.schemaregistry.storage
-
- SCHEMAREGISTRY_GROUP_ID_CONFIG - Static variable in class io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig
-
- SCHEMAREGISTRY_GROUP_ID_DOC - Static variable in class io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig
-
- SCHEMAREGISTRY_INTER_INSTANCE_PROTOCOL_CONFIG - Static variable in class io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig
-
Deprecated.
- SCHEMAREGISTRY_INTER_INSTANCE_PROTOCOL_DOC - Static variable in class io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig
-
- SCHEMAREGISTRY_RESOURCE_EXTENSION_CONFIG - Static variable in class io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig
-
Deprecated.
- SCHEMAREGISTRY_RESOURCE_EXTENSION_DOC - Static variable in class io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig
-
- SchemaRegistryClientPerformance - Class in io.confluent.kafka.schemaregistry.tools
-
- SchemaRegistryClientPerformance(String, String, long, long, String) - Constructor for class io.confluent.kafka.schemaregistry.tools.SchemaRegistryClientPerformance
-
- SchemaRegistryConfig - Class in io.confluent.kafka.schemaregistry.rest
-
- SchemaRegistryConfig(String) - Constructor for class io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig
-
- SchemaRegistryConfig(Properties) - Constructor for class io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig
-
- SchemaRegistryConfig(ConfigDef, Properties) - Constructor for class io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig
-
- SchemaRegistryException - Exception in io.confluent.kafka.schemaregistry.exceptions
-
Indicates some error while performing a schema registry operation
- SchemaRegistryException(String, Throwable) - Constructor for exception io.confluent.kafka.schemaregistry.exceptions.SchemaRegistryException
-
- SchemaRegistryException(String) - Constructor for exception io.confluent.kafka.schemaregistry.exceptions.SchemaRegistryException
-
- SchemaRegistryException(Throwable) - Constructor for exception io.confluent.kafka.schemaregistry.exceptions.SchemaRegistryException
-
- SchemaRegistryException() - Constructor for exception io.confluent.kafka.schemaregistry.exceptions.SchemaRegistryException
-
- schemaRegistryException(String, Throwable) - Static method in class io.confluent.kafka.schemaregistry.rest.exceptions.Errors
-
- SchemaRegistryIdentity - Class in io.confluent.kafka.schemaregistry.storage
-
The identity of a schema registry instance.
- SchemaRegistryIdentity(String, Integer, Boolean, String) - Constructor for class io.confluent.kafka.schemaregistry.storage.SchemaRegistryIdentity
-
- SchemaRegistryInitializationException - Exception in io.confluent.kafka.schemaregistry.exceptions
-
Indicates an error while initializing schema registry
- SchemaRegistryInitializationException(String, Throwable) - Constructor for exception io.confluent.kafka.schemaregistry.exceptions.SchemaRegistryInitializationException
-
- SchemaRegistryInitializationException(String) - Constructor for exception io.confluent.kafka.schemaregistry.exceptions.SchemaRegistryInitializationException
-
- SchemaRegistryInitializationException(Throwable) - Constructor for exception io.confluent.kafka.schemaregistry.exceptions.SchemaRegistryInitializationException
-
- SchemaRegistryInitializationException() - Constructor for exception io.confluent.kafka.schemaregistry.exceptions.SchemaRegistryInitializationException
-
- SchemaRegistryKey - Class in io.confluent.kafka.schemaregistry.storage
-
- SchemaRegistryKey(SchemaRegistryKeyType) - Constructor for class io.confluent.kafka.schemaregistry.storage.SchemaRegistryKey
-
- SchemaRegistryKeyType - Enum in io.confluent.kafka.schemaregistry.storage
-
- SchemaRegistryMain - Class in io.confluent.kafka.schemaregistry.rest
-
- SchemaRegistryMain() - Constructor for class io.confluent.kafka.schemaregistry.rest.SchemaRegistryMain
-
- SchemaRegistryMetric - Class in io.confluent.kafka.schemaregistry.metrics
-
- SchemaRegistryMetric(Metrics, String, MetricName, MeasurableStat) - Constructor for class io.confluent.kafka.schemaregistry.metrics.SchemaRegistryMetric
-
- SchemaRegistryPerformance - Class in io.confluent.kafka.schemaregistry.tools
-
- SchemaRegistryPerformance(String, String, long, long, String) - Constructor for class io.confluent.kafka.schemaregistry.tools.SchemaRegistryPerformance
-
- SchemaRegistryRequestForwardingException - Exception in io.confluent.kafka.schemaregistry.exceptions
-
Indicates an error while forwarding a write request to the leader node in a schema
registry cluster
- SchemaRegistryRequestForwardingException(String, Throwable) - Constructor for exception io.confluent.kafka.schemaregistry.exceptions.SchemaRegistryRequestForwardingException
-
- SchemaRegistryRequestForwardingException(String) - Constructor for exception io.confluent.kafka.schemaregistry.exceptions.SchemaRegistryRequestForwardingException
-
- SchemaRegistryRequestForwardingException(Throwable) - Constructor for exception io.confluent.kafka.schemaregistry.exceptions.SchemaRegistryRequestForwardingException
-
- SchemaRegistryRequestForwardingException() - Constructor for exception io.confluent.kafka.schemaregistry.exceptions.SchemaRegistryRequestForwardingException
-
- SchemaRegistryResourceExtension - Interface in io.confluent.kafka.schemaregistry.rest.extensions
-
- SchemaRegistryRestApplication - Class in io.confluent.kafka.schemaregistry.rest
-
- SchemaRegistryRestApplication(Properties) - Constructor for class io.confluent.kafka.schemaregistry.rest.SchemaRegistryRestApplication
-
- SchemaRegistryRestApplication(SchemaRegistryConfig) - Constructor for class io.confluent.kafka.schemaregistry.rest.SchemaRegistryRestApplication
-
- SchemaRegistrySerializer - Class in io.confluent.kafka.schemaregistry.storage.serialization
-
- SchemaRegistrySerializer() - Constructor for class io.confluent.kafka.schemaregistry.storage.serialization.SchemaRegistrySerializer
-
- SchemaRegistryStoreException - Exception in io.confluent.kafka.schemaregistry.exceptions
-
Indicates an error while performing an operation on the underlying data store that
stores all schemas in the registry
- SchemaRegistryStoreException(String, Throwable) - Constructor for exception io.confluent.kafka.schemaregistry.exceptions.SchemaRegistryStoreException
-
- SchemaRegistryStoreException(String) - Constructor for exception io.confluent.kafka.schemaregistry.exceptions.SchemaRegistryStoreException
-
- SchemaRegistryStoreException(Throwable) - Constructor for exception io.confluent.kafka.schemaregistry.exceptions.SchemaRegistryStoreException
-
- SchemaRegistryStoreException() - Constructor for exception io.confluent.kafka.schemaregistry.exceptions.SchemaRegistryStoreException
-
- SchemaRegistryTimeoutException - Exception in io.confluent.kafka.schemaregistry.exceptions
-
Indicates that some schema registry operation timed out.
- SchemaRegistryTimeoutException(String, Throwable) - Constructor for exception io.confluent.kafka.schemaregistry.exceptions.SchemaRegistryTimeoutException
-
- SchemaRegistryTimeoutException(String) - Constructor for exception io.confluent.kafka.schemaregistry.exceptions.SchemaRegistryTimeoutException
-
- SchemaRegistryTimeoutException(Throwable) - Constructor for exception io.confluent.kafka.schemaregistry.exceptions.SchemaRegistryTimeoutException
-
- SchemaRegistryTimeoutException() - Constructor for exception io.confluent.kafka.schemaregistry.exceptions.SchemaRegistryTimeoutException
-
- SchemaRegistryValue - Class in io.confluent.kafka.schemaregistry.storage
-
- SchemaRegistryValue() - Constructor for class io.confluent.kafka.schemaregistry.storage.SchemaRegistryValue
-
- SchemasResource - Class in io.confluent.kafka.schemaregistry.rest.resources
-
- SchemasResource(KafkaSchemaRegistry) - Constructor for class io.confluent.kafka.schemaregistry.rest.resources.SchemasResource
-
- schemaTombstoned(SchemaKey, SchemaValue) - Method in class io.confluent.kafka.schemaregistry.storage.InMemoryCache
-
- schemaTombstoned(SchemaKey, SchemaValue) - Method in interface io.confluent.kafka.schemaregistry.storage.LookupCache
-
Callback that is invoked when a schema is tombstoned.
- SchemaTooLargeException - Exception in io.confluent.kafka.schemaregistry.exceptions
-
- SchemaTooLargeException(String, Throwable) - Constructor for exception io.confluent.kafka.schemaregistry.exceptions.SchemaTooLargeException
-
- SchemaTooLargeException(String) - Constructor for exception io.confluent.kafka.schemaregistry.exceptions.SchemaTooLargeException
-
- SchemaTooLargeException(Throwable) - Constructor for exception io.confluent.kafka.schemaregistry.exceptions.SchemaTooLargeException
-
- SchemaTooLargeException() - Constructor for exception io.confluent.kafka.schemaregistry.exceptions.SchemaTooLargeException
-
- schemaTooLargeException(String) - Static method in class io.confluent.kafka.schemaregistry.rest.exceptions.Errors
-
- schemaTypes() - Method in class io.confluent.kafka.schemaregistry.storage.KafkaSchemaRegistry
-
- schemaTypes() - Method in interface io.confluent.kafka.schemaregistry.storage.SchemaRegistry
-
- SchemaUpdateHandler - Interface in io.confluent.kafka.schemaregistry.storage
-
- schemaValue() - Method in class io.confluent.kafka.schemaregistry.storage.LazyParsedSchemaHolder
-
- SchemaValue - Class in io.confluent.kafka.schemaregistry.storage
-
- SchemaValue(String, Integer, Integer, String, boolean) - Constructor for class io.confluent.kafka.schemaregistry.storage.SchemaValue
-
- SchemaValue(String, Integer, Integer, String, List<SchemaReference>, String, boolean) - Constructor for class io.confluent.kafka.schemaregistry.storage.SchemaValue
-
- SchemaValue(String, Integer, Integer, String, String, List<SchemaReference>, Metadata, RuleSet, String, boolean) - Constructor for class io.confluent.kafka.schemaregistry.storage.SchemaValue
-
- SchemaValue(Schema) - Constructor for class io.confluent.kafka.schemaregistry.storage.SchemaValue
-
- SchemaValue(Schema, RuleSetHandler) - Constructor for class io.confluent.kafka.schemaregistry.storage.SchemaValue
-
- SCHEMAVERSION_NOT_SOFT_DELETED_ERROR_CODE - Static variable in class io.confluent.kafka.schemaregistry.rest.exceptions.Errors
-
- SCHEMAVERSION_NOT_SOFT_DELETED_MESSAGE_FORMAT - Static variable in class io.confluent.kafka.schemaregistry.rest.exceptions.Errors
-
- SCHEMAVERSION_SOFT_DELETED_ERROR_CODE - Static variable in class io.confluent.kafka.schemaregistry.rest.exceptions.Errors
-
- SCHEMAVERSION_SOFT_DELETED_MESSAGE_FORMAT - Static variable in class io.confluent.kafka.schemaregistry.rest.exceptions.Errors
-
- schemaVersionExists(String, VersionId, boolean) - Method in class io.confluent.kafka.schemaregistry.storage.KafkaSchemaRegistry
-
- SchemaVersionNotSoftDeletedException - Exception in io.confluent.kafka.schemaregistry.exceptions
-
- SchemaVersionNotSoftDeletedException(String, String) - Constructor for exception io.confluent.kafka.schemaregistry.exceptions.SchemaVersionNotSoftDeletedException
-
- schemaVersionNotSoftDeletedException(String, String) - Static method in class io.confluent.kafka.schemaregistry.rest.exceptions.Errors
-
- schemaVersionSoftDeletedException(String, String) - Static method in class io.confluent.kafka.schemaregistry.rest.exceptions.Errors
-
- scheme - Variable in class io.confluent.kafka.schemaregistry.storage.KafkaSchemaRegistry.SchemeAndPort
-
- SchemeAndPort(String, int) - Constructor for class io.confluent.kafka.schemaregistry.storage.KafkaSchemaRegistry.SchemeAndPort
-
- SerializationException - Exception in io.confluent.kafka.schemaregistry.storage.exceptions
-
Error while (de)serializing data while reading from or writing to a
* io.confluent.kafka.schemaregistry.storage.Store
- SerializationException(String, Throwable) - Constructor for exception io.confluent.kafka.schemaregistry.storage.exceptions.SerializationException
-
- SerializationException(String) - Constructor for exception io.confluent.kafka.schemaregistry.storage.exceptions.SerializationException
-
- SerializationException(Throwable) - Constructor for exception io.confluent.kafka.schemaregistry.storage.exceptions.SerializationException
-
- SerializationException() - Constructor for exception io.confluent.kafka.schemaregistry.storage.exceptions.SerializationException
-
- serialize(String, KeysetWrapper) - Method in class io.confluent.kafka.schemaregistry.storage.encoder.KeysetWrapperSerializer
-
- serializeKey(SchemaRegistryKey) - Method in class io.confluent.kafka.schemaregistry.storage.serialization.SchemaRegistrySerializer
-
- serializeKey(K) - Method in interface io.confluent.kafka.schemaregistry.storage.serialization.Serializer
-
- serializer() - Method in class io.confluent.kafka.schemaregistry.storage.encoder.KeysetWrapperSerde
-
- Serializer<K,V> - Interface in io.confluent.kafka.schemaregistry.storage.serialization
-
- serializeValue(SchemaRegistryValue) - Method in class io.confluent.kafka.schemaregistry.storage.serialization.SchemaRegistrySerializer
-
- serializeValue(V) - Method in interface io.confluent.kafka.schemaregistry.storage.serialization.Serializer
-
- ServerMetadataResource - Class in io.confluent.kafka.schemaregistry.rest.resources
-
- ServerMetadataResource(KafkaSchemaRegistry) - Constructor for class io.confluent.kafka.schemaregistry.rest.resources.ServerMetadataResource
-
- setAlias(String) - Method in class io.confluent.kafka.schemaregistry.storage.ConfigValue
-
- setCompatibilityGroup(String) - Method in class io.confluent.kafka.schemaregistry.storage.ConfigValue
-
- setCompatibilityLevel(CompatibilityLevel) - Method in class io.confluent.kafka.schemaregistry.storage.ConfigValue
-
- setContext(String) - Method in class io.confluent.kafka.schemaregistry.storage.ContextKey
-
- setContext(String) - Method in class io.confluent.kafka.schemaregistry.storage.ContextValue
-
- setDefaultMetadata(Metadata) - Method in class io.confluent.kafka.schemaregistry.storage.ConfigValue
-
- setDefaultRuleSet(RuleSet) - Method in class io.confluent.kafka.schemaregistry.storage.ConfigValue
-
- setDeleted(boolean) - Method in class io.confluent.kafka.schemaregistry.storage.SchemaValue
-
- setField2(CharSequence) - Method in class otherns.Subrecord.Builder
-
Sets the value of the 'field2' field.
- setField2(CharSequence) - Method in class otherns.Subrecord
-
Sets the value of the 'field2' field.
- setHost(String) - Method in class io.confluent.kafka.schemaregistry.storage.SchemaRegistryIdentity
-
- setId(Integer) - Method in class io.confluent.kafka.schemaregistry.storage.SchemaValue
-
- setKeyType(SchemaRegistryKeyType) - Method in class io.confluent.kafka.schemaregistry.storage.SchemaRegistryKey
-
- setLastOffset(String, long) - Method in class io.confluent.kafka.schemaregistry.storage.KafkaStore
-
- setLeader(SchemaRegistryIdentity) - Method in class io.confluent.kafka.schemaregistry.storage.KafkaSchemaRegistry
-
'Inform' this SchemaRegistry instance which SchemaRegistry is the current leader.
- setLeader(SchemaRegistryIdentity) - Method in interface io.confluent.kafka.schemaregistry.storage.LeaderAwareSchemaRegistry
-
- setLeader(Boolean) - Method in class io.confluent.kafka.schemaregistry.storage.SchemaRegistryIdentity
-
- setLeaderEligibility(Boolean) - Method in class io.confluent.kafka.schemaregistry.storage.SchemaRegistryIdentity
-
- setMagicByte(int) - Method in class io.confluent.kafka.schemaregistry.storage.SchemaRegistryKey
-
- setMd5(String) - Method in class io.confluent.kafka.schemaregistry.storage.SchemaValue
-
- setMd5Bytes(byte[]) - Method in class io.confluent.kafka.schemaregistry.storage.SchemaValue
-
- setMetadata(Metadata) - Method in class io.confluent.kafka.schemaregistry.storage.SchemaValue
-
- setMode(String) - Method in class io.confluent.kafka.schemaregistry.rest.client.LocalSchemaRegistryClient
-
- setMode(String, String) - Method in class io.confluent.kafka.schemaregistry.rest.client.LocalSchemaRegistryClient
-
- setMode(String, String, boolean) - Method in class io.confluent.kafka.schemaregistry.rest.client.LocalSchemaRegistryClient
-
- setMode(String, Mode) - Method in class io.confluent.kafka.schemaregistry.storage.KafkaSchemaRegistry
-
- setMode(String, Mode, boolean) - Method in class io.confluent.kafka.schemaregistry.storage.KafkaSchemaRegistry
-
- setMode(Mode) - Method in class io.confluent.kafka.schemaregistry.storage.ModeValue
-
- setModeOrForward(String, Mode, boolean, Map<String, String>) - Method in class io.confluent.kafka.schemaregistry.storage.KafkaSchemaRegistry
-
- setName(String) - Method in class io.confluent.kafka.schemaregistry.storage.SchemaReference
-
- setNormalize(Boolean) - Method in class io.confluent.kafka.schemaregistry.storage.ConfigValue
-
- setOffset(Long) - Method in class io.confluent.kafka.schemaregistry.storage.SchemaRegistryValue
-
- setOverrideMetadata(Metadata) - Method in class io.confluent.kafka.schemaregistry.storage.ConfigValue
-
- setOverrideRuleSet(RuleSet) - Method in class io.confluent.kafka.schemaregistry.storage.ConfigValue
-
- setPort(Integer) - Method in class io.confluent.kafka.schemaregistry.storage.SchemaRegistryIdentity
-
- setReferences(List<SchemaReference>) - Method in class io.confluent.kafka.schemaregistry.storage.SchemaValue
-
- setRuleSet(RuleSet) - Method in class io.confluent.kafka.schemaregistry.storage.SchemaValue
-
- setRuleSetHandler(RuleSetHandler) - Method in class io.confluent.kafka.schemaregistry.storage.KafkaSchemaRegistry
-
- setSchema(String) - Method in class io.confluent.kafka.schemaregistry.storage.SchemaValue
-
- setSchemaType(String) - Method in class io.confluent.kafka.schemaregistry.storage.SchemaValue
-
- setScheme(String) - Method in class io.confluent.kafka.schemaregistry.storage.SchemaRegistryIdentity
-
- setSubject(String) - Method in class io.confluent.kafka.schemaregistry.storage.SchemaReference
-
- setSubject(String) - Method in class io.confluent.kafka.schemaregistry.storage.SubjectKey
-
- setSubject(String) - Method in class io.confluent.kafka.schemaregistry.storage.SubjectValue
-
- setTenant(String) - Method in class io.confluent.kafka.schemaregistry.storage.ContextKey
-
- setTenant(String) - Method in class io.confluent.kafka.schemaregistry.storage.ContextValue
-
- setTenant(String) - Method in interface io.confluent.kafka.schemaregistry.storage.LookupCache
-
Can be used by subclasses to implement multi-tenancy
- setTenant(String) - Method in interface io.confluent.kafka.schemaregistry.storage.SchemaRegistry
-
Can be used by subclasses to implement multi-tenancy
- setTimestamp(Long) - Method in class io.confluent.kafka.schemaregistry.storage.SchemaRegistryValue
-
- setUpLockFile(File) - Method in class io.confluent.kafka.schemaregistry.storage.OffsetCheckpoint
-
- setUpLockFile(File) - Method in class io.confluent.kafka.schemaregistry.storage.OffsetCheckpointReadOnly
-
- setupResources(Configurable<?>, SchemaRegistryConfig) - Method in class io.confluent.kafka.schemaregistry.rest.SchemaRegistryRestApplication
-
- setValidateFields(Boolean) - Method in class io.confluent.kafka.schemaregistry.storage.ConfigValue
-
- setValidateRules(Boolean) - Method in class io.confluent.kafka.schemaregistry.storage.ConfigValue
-
- setVersion(Integer) - Method in class io.confluent.kafka.schemaregistry.storage.DeleteSubjectValue
-
- setVersion(int) - Method in class io.confluent.kafka.schemaregistry.storage.SchemaKey
-
- setVersion(Integer) - Method in class io.confluent.kafka.schemaregistry.storage.SchemaReference
-
- setVersion(Integer) - Method in class io.confluent.kafka.schemaregistry.storage.SchemaRegistryIdentity
-
- setVersion(Integer) - Method in class io.confluent.kafka.schemaregistry.storage.SchemaValue
-
- shutdown() - Method in class io.confluent.kafka.schemaregistry.storage.KafkaStoreReaderThread
-
- shutdown() - Method in class io.confluent.kafka.schemaregistry.utils.ShutdownableThread
-
- ShutdownableThread - Class in io.confluent.kafka.schemaregistry.utils
-
- ShutdownableThread(String) - Constructor for class io.confluent.kafka.schemaregistry.utils.ShutdownableThread
-
- ShutdownableThread(String, boolean) - Constructor for class io.confluent.kafka.schemaregistry.utils.ShutdownableThread
-
- ShutdownableThread(String, boolean, String) - Constructor for class io.confluent.kafka.schemaregistry.utils.ShutdownableThread
-
- startBatch(int) - Method in class io.confluent.kafka.schemaregistry.storage.CompositeSchemaUpdateHandler
-
- startBatch(int) - Method in interface io.confluent.kafka.schemaregistry.storage.StoreUpdateHandler
-
Invoked before a batch of updates.
- Store<K,V> - Interface in io.confluent.kafka.schemaregistry.storage
-
- STORE_ERROR_CODE - Static variable in class io.confluent.kafka.schemaregistry.rest.exceptions.Errors
-
- storeException(String, Throwable) - Static method in class io.confluent.kafka.schemaregistry.rest.exceptions.Errors
-
- StoreException - Exception in io.confluent.kafka.schemaregistry.storage.exceptions
-
Error while performing an operation on a
* io.confluent.kafka.schemaregistry.storage.Store
- StoreException(String, Throwable) - Constructor for exception io.confluent.kafka.schemaregistry.storage.exceptions.StoreException
-
- StoreException(String) - Constructor for exception io.confluent.kafka.schemaregistry.storage.exceptions.StoreException
-
- StoreException(Throwable) - Constructor for exception io.confluent.kafka.schemaregistry.storage.exceptions.StoreException
-
- StoreException() - Constructor for exception io.confluent.kafka.schemaregistry.storage.exceptions.StoreException
-
- StoreInitializationException - Exception in io.confluent.kafka.schemaregistry.storage.exceptions
-
Error while initializing a io.confluent.kafka.schemaregistry.storage.Store
- StoreInitializationException(String, Throwable) - Constructor for exception io.confluent.kafka.schemaregistry.storage.exceptions.StoreInitializationException
-
- StoreInitializationException(String) - Constructor for exception io.confluent.kafka.schemaregistry.storage.exceptions.StoreInitializationException
-
- StoreInitializationException(Throwable) - Constructor for exception io.confluent.kafka.schemaregistry.storage.exceptions.StoreInitializationException
-
- StoreInitializationException() - Constructor for exception io.confluent.kafka.schemaregistry.storage.exceptions.StoreInitializationException
-
- StoreTimeoutException - Exception in io.confluent.kafka.schemaregistry.storage.exceptions
-
Indicates either a write, read or a bootstrap operation on the underlying Kafka store timed out.
- StoreTimeoutException(String) - Constructor for exception io.confluent.kafka.schemaregistry.storage.exceptions.StoreTimeoutException
-
- StoreTimeoutException(String, Throwable) - Constructor for exception io.confluent.kafka.schemaregistry.storage.exceptions.StoreTimeoutException
-
- StoreUpdateHandler<K,V> - Interface in io.confluent.kafka.schemaregistry.storage
-
- StoreUpdateHandler.ValidationStatus - Enum in io.confluent.kafka.schemaregistry.storage
-
- SUBJECT_LEVEL_COMPATIBILITY_NOT_CONFIGURED_ERROR_CODE - Static variable in class io.confluent.kafka.schemaregistry.rest.exceptions.Errors
-
- SUBJECT_LEVEL_COMPATIBILITY_NOT_CONFIGURED_MESSAGE_FORMAT - Static variable in class io.confluent.kafka.schemaregistry.rest.exceptions.Errors
-
- SUBJECT_LEVEL_MODE_NOT_CONFIGURED_ERROR_CODE - Static variable in class io.confluent.kafka.schemaregistry.rest.exceptions.Errors
-
- SUBJECT_LEVEL_MODE_NOT_CONFIGURED_MESSAGE_FORMAT - Static variable in class io.confluent.kafka.schemaregistry.rest.exceptions.Errors
-
- SUBJECT_NOT_FOUND_ERROR_CODE - Static variable in class io.confluent.kafka.schemaregistry.rest.exceptions.Errors
-
- SUBJECT_NOT_FOUND_MESSAGE_FORMAT - Static variable in class io.confluent.kafka.schemaregistry.rest.exceptions.Errors
-
- SUBJECT_NOT_SOFT_DELETED_ERROR_CODE - Static variable in class io.confluent.kafka.schemaregistry.rest.exceptions.Errors
-
- SUBJECT_NOT_SOFT_DELETED_MESSAGE_FORMAT - Static variable in class io.confluent.kafka.schemaregistry.rest.exceptions.Errors
-
- SUBJECT_SOFT_DELETED_ERROR_CODE - Static variable in class io.confluent.kafka.schemaregistry.rest.exceptions.Errors
-
- SUBJECT_SOFT_DELETED_MESSAGE_FORMAT - Static variable in class io.confluent.kafka.schemaregistry.rest.exceptions.Errors
-
- SubjectKey - Class in io.confluent.kafka.schemaregistry.storage
-
- SubjectKey(SchemaRegistryKeyType, String) - Constructor for class io.confluent.kafka.schemaregistry.storage.SubjectKey
-
- SubjectKeyComparator<K> - Class in io.confluent.kafka.schemaregistry.storage
-
- SubjectKeyComparator() - Constructor for class io.confluent.kafka.schemaregistry.storage.SubjectKeyComparator
-
- SubjectKeyComparator(LookupCache<K, ?>) - Constructor for class io.confluent.kafka.schemaregistry.storage.SubjectKeyComparator
-
- subjectLevelCompatibilityNotConfiguredException(String) - Static method in class io.confluent.kafka.schemaregistry.rest.exceptions.Errors
-
- subjectLevelModeNotConfiguredException(String) - Static method in class io.confluent.kafka.schemaregistry.rest.exceptions.Errors
-
- subjectNotFoundException(String) - Static method in class io.confluent.kafka.schemaregistry.rest.exceptions.Errors
-
- SubjectNotSoftDeletedException - Exception in io.confluent.kafka.schemaregistry.exceptions
-
- SubjectNotSoftDeletedException(String) - Constructor for exception io.confluent.kafka.schemaregistry.exceptions.SubjectNotSoftDeletedException
-
- subjectNotSoftDeletedException(String) - Static method in class io.confluent.kafka.schemaregistry.rest.exceptions.Errors
-
- subjects(String, boolean) - Method in class io.confluent.kafka.schemaregistry.storage.InMemoryCache
-
- subjects(String, boolean) - Method in class io.confluent.kafka.schemaregistry.storage.KafkaSchemaRegistry
-
- subjects(String, boolean) - Method in interface io.confluent.kafka.schemaregistry.storage.LookupCache
-
Returns subjects that have schemas (that are not deleted) that match the given subject.
- subjectSoftDeletedException(String) - Static method in class io.confluent.kafka.schemaregistry.rest.exceptions.Errors
-
- SubjectsResource - Class in io.confluent.kafka.schemaregistry.rest.resources
-
- SubjectsResource(KafkaSchemaRegistry) - Constructor for class io.confluent.kafka.schemaregistry.rest.resources.SubjectsResource
-
- SubjectValue - Class in io.confluent.kafka.schemaregistry.storage
-
- SubjectValue(String) - Constructor for class io.confluent.kafka.schemaregistry.storage.SubjectValue
-
- SubjectVersionsResource - Class in io.confluent.kafka.schemaregistry.rest.resources
-
- SubjectVersionsResource(KafkaSchemaRegistry) - Constructor for class io.confluent.kafka.schemaregistry.rest.resources.SubjectVersionsResource
-
- Subrecord - Class in otherns
-
- Subrecord() - Constructor for class otherns.Subrecord
-
Default constructor.
- Subrecord(CharSequence) - Constructor for class otherns.Subrecord
-
All-args constructor.
- Subrecord.Builder - Class in otherns
-
RecordBuilder for Subrecord instances.
- VALIDATE_FIELDS_DOC - Static variable in class io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig
-
- validateUpdate(SchemaRegistryKey, SchemaRegistryValue, TopicPartition, long, long) - Method in class io.confluent.kafka.schemaregistry.storage.CompositeSchemaUpdateHandler
-
Invoked before every new K,V pair written to the store
- validateUpdate(SchemaRegistryKey, SchemaRegistryValue, TopicPartition, long, long) - Method in class io.confluent.kafka.schemaregistry.storage.KafkaStoreMessageHandler
-
Invoked before every new K,V pair written to the store
- validateUpdate(K, V, TopicPartition, long, long) - Method in interface io.confluent.kafka.schemaregistry.storage.StoreUpdateHandler
-
Invoked before every new K,V pair written to the store
- valueOf(String) - Static method in enum io.confluent.kafka.schemaregistry.storage.LookupFilter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.confluent.kafka.schemaregistry.storage.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.confluent.kafka.schemaregistry.storage.RuleKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.confluent.kafka.schemaregistry.storage.RuleMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.confluent.kafka.schemaregistry.storage.SchemaRegistryKeyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.confluent.kafka.schemaregistry.storage.StoreUpdateHandler.ValidationStatus
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.confluent.kafka.schemaregistry.storage.LookupFilter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.confluent.kafka.schemaregistry.storage.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.confluent.kafka.schemaregistry.storage.RuleKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.confluent.kafka.schemaregistry.storage.RuleMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.confluent.kafka.schemaregistry.storage.SchemaRegistryKeyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.confluent.kafka.schemaregistry.storage.StoreUpdateHandler.ValidationStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VERSION_NOT_FOUND_ERROR_CODE - Static variable in class io.confluent.kafka.schemaregistry.rest.exceptions.Errors
-
- VERSION_NOT_FOUND_MESSAGE_FORMAT - Static variable in class io.confluent.kafka.schemaregistry.rest.exceptions.Errors
-
- VersionId - Class in io.confluent.kafka.schemaregistry.rest
-
A valid version id should be a positive integer between 1 and 2^31-1.
- VersionId(String) - Constructor for class io.confluent.kafka.schemaregistry.rest.VersionId
-
- VersionId(int) - Constructor for class io.confluent.kafka.schemaregistry.rest.VersionId
-
- versionNotFoundException(Integer) - Static method in class io.confluent.kafka.schemaregistry.rest.exceptions.Errors
-