MCPcopy Create free account
hub / github.com/questdb/questdb / nextIndex

Method nextIndex

core/src/main/java/io/questdb/std/FdCache.java:308–312  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

306 }
307
308 private int nextIndex() {
309 int raw = fdCounter.getAndIncrement();
310 // mask out the non-cached bit
311 return raw & ~NON_CACHED_MASK;
312 }
313
314 @TestOnly
315 void setFDCounter(int newValue) {

Callers 3

openROCachedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected