Interface MapStorageCounterAdapterMixin<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 MapStorage.MapStorageNode<PK,​D,​F>>

All Superinterfaces:
CounterAdapter<PK,​D,​F,​N>, MapStorage<PK,​D>, MapStorageReader<PK,​D>, MapStorageReaderCounterAdapterMixin<PK,​D,​F,​N>, MapStorageWriter<PK,​D>, NodeOps<PK,​D>, StorageWriter<PK,​D>
All Known Implementing Classes:
IndexedSortedMapStorageCounterAdapter, MapStorageCounterAdapter, PhysicalIndexedSortedMapStorageCounterAdapter, PhysicalMapStorageCounterAdapter, PhysicalSortedMapStorageCounterAdapter, PhysicalSubEntitySortedMapStorageCounterAdapter, PhysicalTallyStorageCounterAdapter, SortedMapStorageCounterAdapter, TallyStorageWriterCounterAdapter

public interface MapStorageCounterAdapterMixin<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 MapStorage.MapStorageNode<PK,​D,​F>>
extends MapStorage<PK,​D>, MapStorageReaderCounterAdapterMixin<PK,​D,​F,​N>