- 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, PhysicalTallyStorageCounterAdapter, SortedMapStorageCounterAdapter, TallyStorageWriterCounterAdapter
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>
-
-
-
Method Summary
-
Method Details
-
default boolean exists(
PK key,
Config config)
- Specified by:
exists in interface MapStorageReader<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>>
-
- Specified by:
get in interface MapStorageReader<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>>
-
- Specified by:
getMulti in interface MapStorageReader<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>>
-
- Specified by:
getKeys in interface MapStorageReader<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>>