Interface TallyStorage
- All Known Subinterfaces:
TallyStorage.PhysicalTallyStorageNode,TallyStorage.TallyStorageNode
- All Known Implementing Classes:
PhysicalTallyStorageCounterAdapter,PhysicalTallyStorageSanitizationAdapter,PhysicalTallyStorageTraceAdapter,TallyStorageSanitizationAdapter
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault voiddeleteTally(String key) voiddeleteTally(String key, Config config) findTallyCount(String key) findTallyCount(String key, Config config) getMultiTallyCount(Collection<String> keys) getMultiTallyCount(Collection<String> keys, Config config) default LongincrementAndGetCount(String key, int delta) incrementAndGetCount(String key, int delta, Config config) void
-
Field Details
-
OP_incrementAndGetCount
- See Also:
-
OP_findTallyCount
- See Also:
-
OP_getMultiTallyCount
- See Also:
-
OP_deleteTally
- See Also:
-
OP_vacuum
- See Also:
-
-
Method Details
-
incrementAndGetCount
-
incrementAndGetCount
-
findTallyCount
-
findTallyCount
-
getMultiTallyCount
-
getMultiTallyCount
-
deleteTally
-
deleteTally
-
vacuum
-