See: Description
Interface | Description |
---|---|
FeatureStoreCore |
FeatureStoreCore is an interface for a simplified subset of the functionality of
FeatureStore , to be used in conjunction with CachingStoreWrapper . |
Class | Description |
---|---|
CachingStoreWrapper |
CachingStoreWrapper is a partial implementation of
FeatureStore that delegates the basic
functionality to an instance of FeatureStoreCore . |
CachingStoreWrapper.Builder |
Builder for instances of
CachingStoreWrapper . |
FeatureStoreHelpers |
Helper methods that may be useful for implementing a
FeatureStore or FeatureStoreCore . |
Exception | Description |
---|---|
FeatureStoreHelpers.UnmarshalException |
Thrown by
FeatureStoreHelpers.unmarshalJson(VersionedDataKind, String) for a deserialization error. |