Uses of Interface
one.microstream.collections.interfaces.ChainStorage
-
Packages that use 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 classAbstractChainKeyValueStorage<K,V,EN extends AbstractChainEntry<KeyValue<K,V>,K,V,EN>>classAbstractChainStorage<E,K,V,EN extends AbstractChainEntry<E,K,V,EN>>classChainStorageStrong<E,K,V,EN extends AbstractChainEntry<E,K,V,EN>>classChainStrongStrongStorage<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 interfaceChainKeyValueStorage<K,V,EN extends AbstractChainEntry<KeyValue<K,V>,K,V,EN>>
-