Uses of Interface
one.microstream.collections.interfaces.ChainStorage
Package | Description |
---|---|
one.microstream.collections | |
one.microstream.collections.interfaces |
-
Uses of ChainStorage in one.microstream.collections
Classes in one.microstream.collections that implement ChainStorage Modifier and Type Class Description class
AbstractChainKeyValueStorage<K,V,EN extends AbstractChainEntry<KeyValue<K,V>,K,V,EN>>
class
AbstractChainStorage<E,K,V,EN extends AbstractChainEntry<E,K,V,EN>>
class
ChainStorageStrong<E,K,V,EN extends AbstractChainEntry<E,K,V,EN>>
class
ChainStrongStrongStorage<K,V,EN extends AbstractChainEntry<KeyValue<K,V>,K,V,EN>>
-
Uses of ChainStorage in one.microstream.collections.interfaces
Subinterfaces of ChainStorage in one.microstream.collections.interfaces Modifier and Type Interface Description interface
ChainKeyValueStorage<K,V,EN extends AbstractChainEntry<KeyValue<K,V>,K,V,EN>>