Interface MapStorageReaderSanitizationAdapterMixin<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>,F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK,D>,N extends MapStorageReader.MapStorageReaderNode<PK,D,F>>
- All Superinterfaces:
MapStorageReader<PK,,D> NodeOps<PK,,D> SanitizationAdapter<PK,D, F, N>
- All Known Subinterfaces:
MapStorageSanitizationAdapterMixin<PK,D, F, N>
- All Known Implementing Classes:
PhysicalIndexedSortedMapStorageSanitizationAdapter,PhysicalMapStorageReaderSanitizationAdapter,PhysicalMapStorageSanitizationAdapter,PhysicalSortedMapStorageSanitizationAdapter
public interface MapStorageReaderSanitizationAdapterMixin<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>,F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK,D>,N extends MapStorageReader.MapStorageReaderNode<PK,D,F>>
extends MapStorageReader<PK,D>, SanitizationAdapter<PK,D,F,N>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.datarouter.storage.node.op.raw.read.MapStorageReader
MapStorageReader.MapStorageReaderNode<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK, D>, F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK, D>>, MapStorageReader.PhysicalMapStorageReaderNode<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>, D extends io.datarouter.model.databean.Databean<PK, D>, F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK, D>> -
Field Summary
Fields inherited from interface io.datarouter.storage.node.op.raw.read.MapStorageReader
OP_exists, OP_get, OP_getKeys, OP_getMulti -
Method Summary
Methods inherited from interface io.datarouter.storage.node.op.raw.read.MapStorageReader
exists, find, find, get, getKeys, getMulti, scanMulti, scanMulti, scanMultiKeys, scanMultiKeysMethods inherited from interface io.datarouter.storage.node.adapter.sanitization.SanitizationAdapter
getBackingNode
-
Method Details
-
exists
-
get
-
getMulti
-
getKeys
-