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

Method write

core/src/main/java/io/questdb/std/Files.java:620–622  ·  view source on GitHub ↗
(long fd, long address, long len, long offset)

Source from the content-addressed store, hash-verified

618 }
619
620 public static long write(long fd, long address, long len, long offset) {
621 return write(toOsFd(fd), address, len, offset);
622 }
623
624 private native static boolean allocate(int fd, long size);
625

Callers 15

testMixedIOConcurrentMethod · 0.95
testReadOver2GBMethod · 0.95
testSendFileOver2GBMethod · 0.95
testWriteFailsMethod · 0.95
testWriteOver2GBMethod · 0.95
createTestFileMethod · 0.95
createTestFileMethod · 0.95
createTestFileMethod · 0.95

Calls 1

toOsFdMethod · 0.95

Tested by 15

testMixedIOConcurrentMethod · 0.76
testReadOver2GBMethod · 0.76
testSendFileOver2GBMethod · 0.76
testWriteFailsMethod · 0.76
testWriteOver2GBMethod · 0.76
createTestFileMethod · 0.76
createTestFileMethod · 0.76
createTestFileMethod · 0.76