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, 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>