public final class AWSSchemaRegistryConstants extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AWSSchemaRegistryConstants.COMPRESSION |
static class |
AWSSchemaRegistryConstants.SchemaVersionStatus
Enums for the back end job, responsible for fetching schema version Id corresponding
to task id.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTO_REGISTRATION_IS_DISABLED_MSG
Auto registration is disabled
|
static String |
AVRO_RECORD_TYPE
AVRO record type.
|
static String |
AWS_ENDPOINT
AWS endpoint to use while initializing the client for service.
|
static String |
AWS_REGION
AWS region to use while initializing the client for service.
|
static String |
CACHE_SIZE
Cache Size.
|
static String |
CACHE_TIME_TO_LIVE_MILLIS
Cache time to live.
|
static String |
COMPATIBILITY_SETTING
Compatibility setting, will be helpful at the time of schema evolution.
|
static byte |
COMPRESSION_BYTE
Compression byte.
|
static int |
COMPRESSION_BYTE_SIZE
Compression byte.
|
static byte |
COMPRESSION_DEFAULT_BYTE
Compression byte default when compression is not enabled.
|
static String |
COMPRESSION_TYPE
Check for compression.
|
static String |
DATA_FORMAT
Data format.
|
static software.amazon.awssdk.services.glue.model.Compatibility |
DEFAULT_COMPATIBILITY_SETTING
Default Compatibility setting if not passed by the client.
|
static String |
DEFAULT_REGISTRY_NAME
Default registry name if not passed by the client.
|
static String |
DEFAULT_SCHEMA_STRATEGY
Default schema strategy class.
|
static String |
DESCRIPTION
Description about the process.
|
static byte |
HEADER_VERSION_BYTE
Header Version Byte.
|
static int |
HEADER_VERSION_BYTE_SIZE
Header Version byte.
|
static String |
JACKSON_DESERIALIZATION_FEATURES
Jackson deserialization features.
|
static String |
JACKSON_SERIALIZATION_FEATURES
Jackson serialization features.
|
static String |
METADATA
Metadata.
|
static String |
PROTOBUF_MESSAGE_TYPE
Protobuf Message type.
|
static String |
PROXY_URL
Proxy URL to use while connecting to AWS endpoint.
|
static String |
REGISTRY_NAME
Registry Name.
|
static String |
SCHEMA_AUTO_REGISTRATION_SETTING
Config to allow auto registrations of Schema.
|
static String |
SCHEMA_NAME
Schema name.
|
static String |
SCHEMA_NAMING_GENERATION_CLASS
Schema Generation Class.
|
static String |
SCHEMA_NOT_FOUND_MSG
Schema not found.
|
static int |
SCHEMA_VERSION_ID_SIZE
Schema Byte Size.
|
static String |
SCHEMA_VERSION_NOT_FOUND_MSG
Schema version Id not found.
|
static String |
SECONDARY_DESERIALIZER
Secondary deserializer class name, which will be initialized by the
deserializer, if client passes and will be used if magic bytes does not
belong to AWS.
|
static String |
TAGS
Tags for schema and registry.
|
static String |
TAGS_CONFIG_NOT_HASHMAP_MSG
Tags config value is not a instance of HashMap
|
static String |
TRANSPORT_METADATA_KEY
Default transport name metadata key.
|
static String |
USER_AGENT_APP
Name of the UserAgent application using the serializer/de-serializer library.
|
public static final String PROXY_URL
public static final String AWS_ENDPOINT
public static final String AWS_REGION
public static final byte HEADER_VERSION_BYTE
public static final String COMPRESSION_TYPE
public static final byte COMPRESSION_BYTE
public static final byte COMPRESSION_DEFAULT_BYTE
public static final int HEADER_VERSION_BYTE_SIZE
public static final int COMPRESSION_BYTE_SIZE
public static final int SCHEMA_VERSION_ID_SIZE
public static final String SCHEMA_NAME
public static final String SCHEMA_NAMING_GENERATION_CLASS
public static final String DEFAULT_SCHEMA_STRATEGY
public static final String DATA_FORMAT
public static final String CACHE_TIME_TO_LIVE_MILLIS
public static final String CACHE_SIZE
public static final String AVRO_RECORD_TYPE
public static final String PROTOBUF_MESSAGE_TYPE
public static final String REGISTRY_NAME
public static final String DEFAULT_REGISTRY_NAME
public static final String COMPATIBILITY_SETTING
public static final String DESCRIPTION
public static final software.amazon.awssdk.services.glue.model.Compatibility DEFAULT_COMPATIBILITY_SETTING
public static final String SECONDARY_DESERIALIZER
public static final String SCHEMA_VERSION_NOT_FOUND_MSG
public static final String TAGS_CONFIG_NOT_HASHMAP_MSG
public static final String SCHEMA_NOT_FOUND_MSG
public static final String AUTO_REGISTRATION_IS_DISABLED_MSG
public static final String SCHEMA_AUTO_REGISTRATION_SETTING
public static final String TAGS
public static final String METADATA
public static final String TRANSPORT_METADATA_KEY
public static final String JACKSON_SERIALIZATION_FEATURES
public static final String JACKSON_DESERIALIZATION_FEATURES
public static final String USER_AGENT_APP
Copyright © 2025. All rights reserved.