MCPcopy Index your code
hub / github.com/questdb/questdb / putLong

Method putLong

core/src/main/java/io/questdb/std/Unsafe.java:378–380  ·  view source on GitHub ↗
(long address, long value)

Source from the content-addressed store, hash-verified

376 }
377
378 public static void putLong(long address, long value) {
379 UNSAFE.putLong(address, value);
380 }
381
382 public static void putLong(Object o, long offset, long value) {
383 UNSAFE.putLong(o, offset, value);

Callers 15

testMixedIOConcurrentMethod · 0.95
testOpenCleanRWLoopMethod · 0.95
testReadFailsMethod · 0.95
testReadOver2GBMethod · 0.95
testSendFileOver2GBMethod · 0.95
testWriteFailsMethod · 0.95
testWriteOver2GBMethod · 0.95
putTimestampsMethod · 0.95
testDecodeLargeColumnMethod · 0.95

Calls 1

putLongMethod · 0.65

Tested by 15

testMixedIOConcurrentMethod · 0.76
testOpenCleanRWLoopMethod · 0.76
testReadFailsMethod · 0.76
testReadOver2GBMethod · 0.76
testSendFileOver2GBMethod · 0.76
testWriteFailsMethod · 0.76
testWriteOver2GBMethod · 0.76
putTimestampsMethod · 0.76
testDecodeLargeColumnMethod · 0.76