Interface TallyStorage.TallyStorageNode
- All Superinterfaces:
Comparable<Node<TallyKey,,Tally, Tally.TallyFielder>> Node<TallyKey,,Tally, Tally.TallyFielder> NodeOps<TallyKey,,Tally> TallyStorage
- All Known Subinterfaces:
TallyStorage.PhysicalTallyStorageNode
- All Known Implementing Classes:
PhysicalTallyStorageCounterAdapter,PhysicalTallyStorageSanitizationAdapter,PhysicalTallyStorageTraceAdapter
- Enclosing interface:
- TallyStorage
public static interface TallyStorage.TallyStorageNode
extends TallyStorage, Node<TallyKey,Tally,Tally.TallyFielder>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.datarouter.storage.node.op.raw.TallyStorage
TallyStorage.PhysicalTallyStorageNode, TallyStorage.TallyStorageNode -
Field Summary
Fields inherited from interface io.datarouter.storage.node.op.raw.TallyStorage
OP_deleteTally, OP_findTallyCount, OP_getMultiTallyCount, OP_incrementAndGetCount, OP_vacuum -
Method Summary
Methods inherited from interface java.lang.Comparable
compareToMethods inherited from interface io.datarouter.storage.node.Node
getChildNodes, getClientIds, getFieldInfo, getName, getPhysicalNodes, getPhysicalNodesForClient, usesClientMethods inherited from interface io.datarouter.storage.node.op.raw.TallyStorage
deleteTally, deleteTally, findTallyCount, findTallyCount, getMultiTallyCount, getMultiTallyCount, incrementAndGetCount, incrementAndGetCount, vacuum