- SASL_JAAS_CONFIG - Static variable in class com.hortonworks.registries.schemaregistry.client.SchemaRegistryClient.Configuration
-
- SCHEMA_METADATA_CACHE_EXPIRY_INTERVAL_SECS - Static variable in class com.hortonworks.registries.schemaregistry.client.SchemaRegistryClient.Configuration
-
Expiry interval(in seconds) of an entry in schema metadata cache.
- SCHEMA_METADATA_CACHE_SIZE - Static variable in class com.hortonworks.registries.schemaregistry.client.SchemaRegistryClient.Configuration
-
Maximum size of schema metadata cache.
- SCHEMA_REGISTRY_URL - Static variable in class com.hortonworks.registries.schemaregistry.client.SchemaRegistryClient.Configuration
-
URL of schema registry to which this client connects to.
- SCHEMA_TEXT_CACHE_EXPIRY_INTERVAL_SECS - Static variable in class com.hortonworks.registries.schemaregistry.client.SchemaRegistryClient.Configuration
-
Expiry interval(in seconds) of an entry in schema text cache.
- SCHEMA_TEXT_CACHE_SIZE - Static variable in class com.hortonworks.registries.schemaregistry.client.SchemaRegistryClient.Configuration
-
Maximum size of schema text cache.
- SCHEMA_VERSION_CACHE_EXPIRY_INTERVAL_SECS - Static variable in class com.hortonworks.registries.schemaregistry.client.SchemaRegistryClient.Configuration
-
Expiry interval(in seconds) of an entry in schema version cache.
- SCHEMA_VERSION_CACHE_SIZE - Static variable in class com.hortonworks.registries.schemaregistry.client.SchemaRegistryClient.Configuration
-
Maximum size of schema version cache.
- SchemaMetadataCache - Class in com.hortonworks.registries.schemaregistry.client
-
- SchemaMetadataCache(Long, Long, SchemaMetadataCache.SchemaMetadataFetcher) - Constructor for class com.hortonworks.registries.schemaregistry.client.SchemaMetadataCache
-
- SchemaMetadataCache.Key - Class in com.hortonworks.registries.schemaregistry.client
-
- SchemaMetadataCache.SchemaMetadataFetcher - Interface in com.hortonworks.registries.schemaregistry.client
-
- SchemaRegistryClient - Class in com.hortonworks.registries.schemaregistry.client
-
This is the default implementation of ISchemaRegistryClient which connects to the given rootCatalogURL.
- SchemaRegistryClient(File) - Constructor for class com.hortonworks.registries.schemaregistry.client.SchemaRegistryClient
-
- SchemaRegistryClient(Map<String, ?>) - Constructor for class com.hortonworks.registries.schemaregistry.client.SchemaRegistryClient
-
- SchemaRegistryClient.Configuration - Class in com.hortonworks.registries.schemaregistry.client
-
- select() - Method in class com.hortonworks.registries.schemaregistry.client.FailoverUrlSelector
-
- select() - Method in class com.hortonworks.registries.schemaregistry.client.LoadBalancedFailoverUrlSelector
-
- select() - Method in class com.hortonworks.registries.schemaregistry.client.RoundRobinUrlSelector
-
- select() - Method in interface com.hortonworks.registries.schemaregistry.client.UrlSelector
-
Returns the current url chosen among the given cluster urls.
- startSchemaVersionReview(Long) - Method in class com.hortonworks.registries.schemaregistry.client.SchemaRegistryClient
-