Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/questdb/questdb
/ add
Method
add
core/src/main/java/io/questdb/metrics/Counter.java:31–31 ·
view source on GitHub ↗
(long value)
Source
from the content-addressed store, hash-verified
29
public
interface
Counter extends Target {
30
31
void
add(long value);
32
33
long getValue();
34
Callers
15
testPageFrameCursor_LifecycleAndToTop
Method · 0.95
testCommitFailed
Method · 0.65
testDropTableWhileWrite
Method · 0.65
testGzipSupportedLotsOfData
Method · 0.65
testTableColumnAddFailedDoesNotCommit
Method · 0.65
testTableIsDroppedWhileColumnIsAdded
Method · 0.65
testColumnsCanBeAddedWithoutCommit
Method · 0.65
testErrorDoesNotFitResponseBuffer
Method · 0.65
testLastEmptyLineIsOk
Method · 0.65
testLineDoesNotFitBuffer
Method · 0.65
testMalformedLines
Method · 0.65
testNoErrorLastLineNoLineBreak
Method · 0.65
Implementers
2
NullCounter
core/src/main/java/io/questdb/metrics/
CounterImpl
core/src/main/java/io/questdb/metrics/
Calls
no outgoing calls
Tested by
15
testPageFrameCursor_LifecycleAndToTop
Method · 0.76
testCommitFailed
Method · 0.52
testDropTableWhileWrite
Method · 0.52
testGzipSupportedLotsOfData
Method · 0.52
testTableColumnAddFailedDoesNotCommit
Method · 0.52
testTableIsDroppedWhileColumnIsAdded
Method · 0.52
testColumnsCanBeAddedWithoutCommit
Method · 0.52
testErrorDoesNotFitResponseBuffer
Method · 0.52
testLastEmptyLineIsOk
Method · 0.52
testLineDoesNotFitBuffer
Method · 0.52
testMalformedLines
Method · 0.52
testNoErrorLastLineNoLineBreak
Method · 0.52