Uses of Interface
io.datarouter.storage.node.adapter.counter.mixin.IndexedStorageCounterAdapterMixin
| Package | Description |
|---|---|
| io.datarouter.storage.node.adapter.counter | |
| io.datarouter.storage.node.adapter.counter.physical |
-
Uses of IndexedStorageCounterAdapterMixin in io.datarouter.storage.node.adapter.counter
Classes in io.datarouter.storage.node.adapter.counter that implement IndexedStorageCounterAdapterMixin Modifier and Type Class Description classIndexedSortedMapStorageCounterAdapter<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 IndexedSortedMapStorage.IndexedSortedMapStorageNode<PK,D,F>> -
Uses of IndexedStorageCounterAdapterMixin in io.datarouter.storage.node.adapter.counter.physical
Classes in io.datarouter.storage.node.adapter.counter.physical that implement IndexedStorageCounterAdapterMixin Modifier and Type Class Description classPhysicalIndexedSortedMapStorageCounterAdapter<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 IndexedSortedMapStorage.PhysicalIndexedSortedMapStorageNode<PK,D,F>>