Class BaseCounterAdapter<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 Node<PK,​D,​F>>

java.lang.Object
io.datarouter.storage.node.adapter.BaseAdapter<PK,​D,​F,​N>
io.datarouter.storage.node.adapter.counter.BaseCounterAdapter<PK,​D,​F,​N>
All Implemented Interfaces:
CounterAdapter<PK,​D,​F,​N>, Node<PK,​D,​F>, Comparable<Node<PK,​D,​F>>
Direct Known Subclasses:
IndexedSortedMapStorageCounterAdapter, MapStorageCounterAdapter, PhysicalIndexedSortedMapStorageCounterAdapter, PhysicalMapStorageCounterAdapter, PhysicalMapStorageReaderCounterAdapter, PhysicalSortedMapStorageCounterAdapter, QueueStorageWriterCounterAdapter, SortedMapStorageCounterAdapter, TallyStorageWriterCounterAdapter

public abstract class BaseCounterAdapter<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 Node<PK,​D,​F>>
extends BaseAdapter<PK,​D,​F,​N>
implements CounterAdapter<PK,​D,​F,​N>