- AUTO_REGISTRATION_IS_DISABLED_MSG - Static variable in class com.amazonaws.services.schemaregistry.utils.AWSSchemaRegistryConstants
-
Auto registration is disabled
- AVRO_RECORD_TYPE - Static variable in class com.amazonaws.services.schemaregistry.utils.AWSSchemaRegistryConstants
-
AVRO record type.
- AvroRecordType - Enum in com.amazonaws.services.schemaregistry.utils
-
Defines a set of supported Data Formats
- AWS_ENDPOINT - Static variable in class com.amazonaws.services.schemaregistry.utils.AWSSchemaRegistryConstants
-
AWS endpoint to use while initializing the client for service.
- AWS_REGION - Static variable in class com.amazonaws.services.schemaregistry.utils.AWSSchemaRegistryConstants
-
AWS region to use while initializing the client for service.
- AWSDeserializerInput - Class in com.amazonaws.services.schemaregistry.common
-
Encapsulates general inputs for deserializer
- AWSDeserializerInput(ByteBuffer, String) - Constructor for class com.amazonaws.services.schemaregistry.common.AWSDeserializerInput
-
- AWSSchemaNamingStrategy - Interface in com.amazonaws.services.schemaregistry.common
-
Defines the schema name to be used, while registering schema.
- AWSSchemaNamingStrategyDefaultImpl - Class in com.amazonaws.services.schemaregistry.common
-
- AWSSchemaNamingStrategyDefaultImpl() - Constructor for class com.amazonaws.services.schemaregistry.common.AWSSchemaNamingStrategyDefaultImpl
-
- AWSSchemaRegistryClient - Class in com.amazonaws.services.schemaregistry.common
-
Handles all the requests related to the schema management.
- AWSSchemaRegistryClient(AwsCredentialsProvider, GlueSchemaRegistryConfiguration, RetryPolicy) - Constructor for class com.amazonaws.services.schemaregistry.common.AWSSchemaRegistryClient
-
Create Amazon Schema Registry Client.
- AWSSchemaRegistryClient(AwsCredentialsProvider, GlueSchemaRegistryConfiguration) - Constructor for class com.amazonaws.services.schemaregistry.common.AWSSchemaRegistryClient
-
Create Amazon Schema Registry Client.
- AWSSchemaRegistryClient(GlueClient) - Constructor for class com.amazonaws.services.schemaregistry.common.AWSSchemaRegistryClient
-
- AWSSchemaRegistryClient.UserAgentRequestInterceptor - Class in com.amazonaws.services.schemaregistry.common
-
AWS SDK Request interceptor that adds additional data to the UserAgent of Glue API requests.
- AWSSchemaRegistryConstants - Class in com.amazonaws.services.schemaregistry.utils
-
- AWSSchemaRegistryConstants.COMPRESSION - Enum in com.amazonaws.services.schemaregistry.utils
-
- AWSSchemaRegistryConstants.SchemaVersionStatus - Enum in com.amazonaws.services.schemaregistry.utils
-
Enums for the back end job, responsible for fetching schema version Id corresponding
to task id.
- AWSSchemaRegistryException - Exception in com.amazonaws.services.schemaregistry.exception
-
Wraps all exceptions and throws to the caller.
- AWSSchemaRegistryException() - Constructor for exception com.amazonaws.services.schemaregistry.exception.AWSSchemaRegistryException
-
Constructs a new runtime exception with null as its detail message.
- AWSSchemaRegistryException(Throwable, UUID) - Constructor for exception com.amazonaws.services.schemaregistry.exception.AWSSchemaRegistryException
-
Constructs a new runtime exception with null as its detail message.
- AWSSchemaRegistryException(String) - Constructor for exception com.amazonaws.services.schemaregistry.exception.AWSSchemaRegistryException
-
Constructs a new runtime exception with the specified detail message.
- AWSSchemaRegistryException(String, Throwable) - Constructor for exception com.amazonaws.services.schemaregistry.exception.AWSSchemaRegistryException
-
Constructs a new runtime exception with the specified detail message and
cause.
- AWSSchemaRegistryException(Throwable) - Constructor for exception com.amazonaws.services.schemaregistry.exception.AWSSchemaRegistryException
-
Constructs a new runtime exception with the specified cause and a detail
message of cause.
- AWSSchemaRegistryGlueClientRetryPolicyHelper - Class in com.amazonaws.services.schemaregistry.common
-
- AWSSchemaRegistryGlueClientRetryPolicyHelper() - Constructor for class com.amazonaws.services.schemaregistry.common.AWSSchemaRegistryGlueClientRetryPolicyHelper
-
- AWSSerializerInput - Class in com.amazonaws.services.schemaregistry.common
-
Encapsulates general inputs for serializer
- AWSSerializerInput(String, String, String, String) - Constructor for class com.amazonaws.services.schemaregistry.common.AWSSerializerInput
-
- get(K) - Method in interface com.amazonaws.services.schemaregistry.caching.GlueSchemaRegistryCache
-
Get the Value corresponding to the key.
- getCacheSize() - Method in interface com.amazonaws.services.schemaregistry.caching.GlueSchemaRegistryCache
-
Get the current cache size.
- getCacheStats() - Method in interface com.amazonaws.services.schemaregistry.caching.GlueSchemaRegistryCache
-
Get the cache stats.
- getCompressionHandler(AWSSchemaRegistryConstants.COMPRESSION) - Method in class com.amazonaws.services.schemaregistry.common.GlueSchemaRegistryCompressionFactory
-
Get the respective compression handler based on the properties.
- getCompressionHandler(byte) - Method in class com.amazonaws.services.schemaregistry.common.GlueSchemaRegistryCompressionFactory
-
return the compression handler based on the byte.
- getDataFormat(Map<String, ?>) - Method in class com.amazonaws.services.schemaregistry.utils.GlueSchemaRegistryUtils
-
Returns the data format.
- getDeflatorObject(byte[]) - Static method in interface com.amazonaws.services.schemaregistry.common.GlueSchemaRegistryCompressionHandler
-
- getInflatorObject(byte[], int, int) - Static method in interface com.amazonaws.services.schemaregistry.common.GlueSchemaRegistryCompressionHandler
-
- getInstance() - Static method in class com.amazonaws.services.schemaregistry.utils.GlueSchemaRegistryUtils
-
Thread safe singleton instance of the GlueSchemaRegistryUtils Class.
- getName() - Method in enum com.amazonaws.services.schemaregistry.utils.AvroRecordType
-
Returns the name for this Data Format.
- getName() - Method in enum com.amazonaws.services.schemaregistry.utils.ProtobufMessageType
-
- getORRegisterSchemaVersionId(String, String, String, Map<String, String>) - Method in class com.amazonaws.services.schemaregistry.common.SchemaByDefinitionFetcher
-
Get Schema Version ID by following below steps :
- getRetryPolicy() - Static method in class com.amazonaws.services.schemaregistry.common.AWSSchemaRegistryGlueClientRetryPolicyHelper
-
- getSchemaDefinition(Object) - Method in interface com.amazonaws.services.schemaregistry.common.GlueSchemaRegistryDataFormatSerializer
-
Gets schema definition from Object
- getSchemaName(String, Object) - Method in interface com.amazonaws.services.schemaregistry.common.AWSSchemaNamingStrategy
-
- getSchemaName(String, Object, boolean) - Method in interface com.amazonaws.services.schemaregistry.common.AWSSchemaNamingStrategy
-
- getSchemaName(String) - Method in interface com.amazonaws.services.schemaregistry.common.AWSSchemaNamingStrategy
-
Returns the schemaName.
- getSchemaName(String) - Method in class com.amazonaws.services.schemaregistry.common.AWSSchemaNamingStrategyDefaultImpl
-
Returns the schemaName.
- getSchemaName(Map<String, ?>) - Method in class com.amazonaws.services.schemaregistry.utils.GlueSchemaRegistryUtils
-
Returns the schema Name.
- getSchemaVersionIdByDefinition(String, String, String) - Method in class com.amazonaws.services.schemaregistry.common.AWSSchemaRegistryClient
-
Get Schema Version ID by passing the schema definition.
- getSchemaVersionResponse(String) - Method in class com.amazonaws.services.schemaregistry.common.AWSSchemaRegistryClient
-
Get the schema definition by passing the schema id.
- getValue() - Method in enum com.amazonaws.services.schemaregistry.utils.AvroRecordType
-
Returns the value for this Data Format.
- getValue() - Method in enum com.amazonaws.services.schemaregistry.utils.ProtobufMessageType
-
- GlueSchemaRegistryCache<K,V,Stats> - Interface in com.amazonaws.services.schemaregistry.caching
-
- GlueSchemaRegistryCompressionFactory - Class in com.amazonaws.services.schemaregistry.common
-
Factory to create the compression object.
- GlueSchemaRegistryCompressionFactory() - Constructor for class com.amazonaws.services.schemaregistry.common.GlueSchemaRegistryCompressionFactory
-
- GlueSchemaRegistryCompressionHandler - Interface in com.amazonaws.services.schemaregistry.common
-
- GlueSchemaRegistryConfiguration - Class in com.amazonaws.services.schemaregistry.common.configs
-
Glue Schema Registry Configuration entries.
- GlueSchemaRegistryConfiguration(String) - Constructor for class com.amazonaws.services.schemaregistry.common.configs.GlueSchemaRegistryConfiguration
-
- GlueSchemaRegistryConfiguration(Map<String, ?>) - Constructor for class com.amazonaws.services.schemaregistry.common.configs.GlueSchemaRegistryConfiguration
-
- GlueSchemaRegistryConfiguration(Properties) - Constructor for class com.amazonaws.services.schemaregistry.common.configs.GlueSchemaRegistryConfiguration
-
- GlueSchemaRegistryDataFormatDeserializer - Interface in com.amazonaws.services.schemaregistry.common
-
Interface for all schemaType/protocol/dataformat specific de-serializer implementations.
- GlueSchemaRegistryDataFormatSerializer - Interface in com.amazonaws.services.schemaregistry.common
-
Interface for all schemaType/protocol/dataformat specific serializer implementations.
- GlueSchemaRegistryDefaultCompression - Class in com.amazonaws.services.schemaregistry.common
-
Compresses and Decompresses records using the Zlib algorithm.
- GlueSchemaRegistryDefaultCompression() - Constructor for class com.amazonaws.services.schemaregistry.common.GlueSchemaRegistryDefaultCompression
-
- GlueSchemaRegistryIncompatibleDataException - Exception in com.amazonaws.services.schemaregistry.exception
-
Exception class to indicate header bytes are either not available or not related to schema registry.
- GlueSchemaRegistryIncompatibleDataException(String) - Constructor for exception com.amazonaws.services.schemaregistry.exception.GlueSchemaRegistryIncompatibleDataException
-
- GlueSchemaRegistryUtils - Class in com.amazonaws.services.schemaregistry.utils
-
- validate(String, byte[]) - Method in interface com.amazonaws.services.schemaregistry.common.GlueSchemaRegistryDataFormatSerializer
-
Validate the given data against the schema definition if the implementing format supports it.
- validate(Object) - Method in interface com.amazonaws.services.schemaregistry.common.GlueSchemaRegistryDataFormatSerializer
-
Validate the data format object to ensure it conforms to schema if implementation supports it.
- valueOf(String) - Static method in enum com.amazonaws.services.schemaregistry.utils.AvroRecordType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.schemaregistry.utils.AWSSchemaRegistryConstants.COMPRESSION
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.schemaregistry.utils.AWSSchemaRegistryConstants.SchemaVersionStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.amazonaws.services.schemaregistry.utils.ProtobufMessageType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.amazonaws.services.schemaregistry.utils.AvroRecordType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.schemaregistry.utils.AWSSchemaRegistryConstants.COMPRESSION
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.schemaregistry.utils.AWSSchemaRegistryConstants.SchemaVersionStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.amazonaws.services.schemaregistry.utils.ProtobufMessageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VERSION - Static variable in class com.amazonaws.services.schemaregistry.common.MavenPackaging
-
- VERSION - Static variable in class com.amazonaws.services.schemaregistry.common.MavenPackaging
-