Class DataStoreTypes
- java.lang.Object
-
- com.launchdarkly.sdk.server.subsystems.DataStoreTypes
-
public abstract class DataStoreTypes extends java.lang.ObjectTypes that are used by theDataStoreinterface.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 classDataStoreTypes.DataKindRepresents a separately namespaced collection of storable data items.static classDataStoreTypes.FullDataSet<TDescriptor>Wrapper for a set of storable items being passed to a data store.static classDataStoreTypes.ItemDescriptorA versioned item (or placeholder) storable in aDataStore.static classDataStoreTypes.KeyedItems<TDescriptor>Wrapper for a set of storable items being passed to a data store, within a singleDataStoreTypes.DataKind.static classDataStoreTypes.SerializedItemDescriptorA versioned item (or placeholder) storable in aPersistentDataStore.
-