| Interface | Description |
|---|---|
| MetadataStore |
Metadata store client interface.
|
| Class | Description |
|---|---|
| GetResult |
Represent a result for a
MetadataStore.get(String) operation. |
| MetadataStoreConfig |
The configuration builder for a
MetadataStore config. |
| MetadataStoreFactory |
Factory class for
MetadataStore. |
| Stat |
Represent the information associated with a given value in the store.
|
| Exception | Description |
|---|---|
| MetadataStoreException |
Generic metadata store exception.
|
| MetadataStoreException.BadVersionException |
Unsuccessful update due to mismatched expected version.
|
| MetadataStoreException.NotFoundException |
Value not found in store.
|
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.