Interface MapStorageReaderCounterAdapterMixin<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:
CounterAdapter<PK,,D, F, N> MapStorageReader<PK,,D> NodeOps<PK,D>
- All Known Subinterfaces:
MapStorageCounterAdapterMixin<PK,D, F, N>
- All Known Implementing Classes:
IndexedSortedMapStorageCounterAdapter,MapStorageCounterAdapter,PhysicalIndexedSortedMapStorageCounterAdapter,PhysicalMapStorageCounterAdapter,PhysicalMapStorageReaderCounterAdapter,PhysicalSortedMapStorageCounterAdapter,PhysicalSubEntitySortedMapStorageCounterAdapter,SortedMapStorageCounterAdapter
public interface MapStorageReaderCounterAdapterMixin<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>, CounterAdapter<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
FieldsFields 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.adapter.counter.CounterAdapter
getBackingNode, getCounterMethods inherited from interface io.datarouter.storage.node.op.raw.read.MapStorageReader
exists, find, find, get, getKeys, getMulti, scanMulti, scanMulti, scanMultiKeys, scanMultiKeys
-
Field Details
-
logger
static final org.slf4j.Logger logger
-
-
Method Details
-
exists
-
get
-
getMulti
-
getKeys
-