| Package | Description |
|---|---|
| com.hortonworks.registries.schemaregistry.client |
| Modifier and Type | Method and Description |
|---|---|
static SchemaMetadataCache.Key |
SchemaMetadataCache.Key.of(Long id) |
static SchemaMetadataCache.Key |
SchemaMetadataCache.Key.of(String name) |
| Modifier and Type | Method and Description |
|---|---|
SchemaMetadataInfo |
SchemaMetadataCache.get(SchemaMetadataCache.Key key) |
SchemaMetadataInfo |
SchemaMetadataCache.getIfPresent(SchemaMetadataCache.Key key) |
void |
SchemaMetadataCache.invalidateSchemaMetadata(SchemaMetadataCache.Key key) |
void |
SchemaMetadataCache.put(SchemaMetadataCache.Key key,
SchemaMetadataInfo schemaMetadataInfo) |
Copyright © 2020. All rights reserved.