Class PhysicalTallyStorageSanitizationAdapter
java.lang.Object
io.datarouter.storage.node.adapter.BaseAdapter<PK,D,F,N>
io.datarouter.storage.node.adapter.sanitization.BaseSanitizationAdapter<TallyKey,Tally,Tally.TallyFielder,TallyStorage.PhysicalTallyStorageNode>
io.datarouter.storage.node.adapter.sanitization.TallyStorageSanitizationAdapter
io.datarouter.storage.node.adapter.sanitization.physical.PhysicalTallyStorageSanitizationAdapter
- All Implemented Interfaces:
PhysicalAdapterMixin<TallyKey,,Tally, Tally.TallyFielder, TallyStorage.PhysicalTallyStorageNode> Node<TallyKey,,Tally, Tally.TallyFielder> NodeOps<TallyKey,,Tally> TallyStorage,TallyStorage.PhysicalTallyStorageNode,TallyStorage.TallyStorageNode,PhysicalNode<TallyKey,,Tally, Tally.TallyFielder> Comparable<Node<TallyKey,Tally, Tally.TallyFielder>>
public class PhysicalTallyStorageSanitizationAdapter
extends TallyStorageSanitizationAdapter
implements TallyStorage.PhysicalTallyStorageNode, PhysicalAdapterMixin<TallyKey,Tally,Tally.TallyFielder,TallyStorage.PhysicalTallyStorageNode>
-
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 class io.datarouter.storage.node.adapter.BaseAdapter
backingNodeFields inherited from interface io.datarouter.storage.node.op.raw.TallyStorage
OP_deleteTally, OP_findTallyCount, OP_getMultiTallyCount, OP_incrementAndGetCount, OP_vacuum -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class io.datarouter.storage.node.adapter.sanitization.TallyStorageSanitizationAdapter
deleteTally, findTallyCount, getMultiTallyCount, incrementAndGetCount, vacuumMethods inherited from class io.datarouter.storage.node.adapter.sanitization.BaseSanitizationAdapter
getToStringPrefixMethods inherited from class io.datarouter.storage.node.adapter.BaseAdapter
compareTo, getBackingNode, getChildNodes, getClientIds, getName, getPhysicalNodes, getPhysicalNodesForClient, getUnderlyingNode, toString, usesClientMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface io.datarouter.storage.node.Node
getChildNodes, getClientIds, getName, getPhysicalNodes, getPhysicalNodesForClient, usesClientMethods inherited from interface io.datarouter.storage.node.adapter.PhysicalAdapterMixin
getBackingNode, getClientId, getClientTypeMethods inherited from interface io.datarouter.storage.node.op.raw.TallyStorage
deleteTally, deleteTally, findTallyCount, findTallyCount, getMultiTallyCount, getMultiTallyCount, incrementAndGetCount, incrementAndGetCount, vacuum
-
Constructor Details
-
PhysicalTallyStorageSanitizationAdapter
-
-
Method Details
-
getFieldInfo
- Specified by:
getFieldInfoin interfaceNode<TallyKey,Tally, Tally.TallyFielder> - Specified by:
getFieldInfoin interfacePhysicalAdapterMixin<TallyKey,Tally, Tally.TallyFielder, TallyStorage.PhysicalTallyStorageNode> - Specified by:
getFieldInfoin interfacePhysicalNode<TallyKey,Tally, Tally.TallyFielder> - Overrides:
getFieldInfoin classBaseAdapter<TallyKey,Tally, Tally.TallyFielder, TallyStorage.PhysicalTallyStorageNode>
-