Class DataStoreTypes
- java.lang.Object
-
- com.launchdarkly.sdk.server.subsystems.DataStoreTypes
-
public abstract class DataStoreTypes extends java.lang.Object
Types that are used by theDataStore
interface.Applications should never need to use any of these types unless they are implementing a custom data store.
- Since:
- 5.0.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DataStoreTypes.DataKind
Represents a separately namespaced collection of storable data items.static class
DataStoreTypes.FullDataSet<TDescriptor>
Wrapper for a set of storable items being passed to a data store.static class
DataStoreTypes.ItemDescriptor
A versioned item (or placeholder) storable in aDataStore
.static class
DataStoreTypes.KeyedItems<TDescriptor>
Wrapper for a set of storable items being passed to a data store, within a singleDataStoreTypes.DataKind
.static class
DataStoreTypes.SerializedItemDescriptor
A versioned item (or placeholder) storable in aPersistentDataStore
.
-