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

Method send

core/src/main/java/io/questdb/network/Net.java:307–309  ·  view source on GitHub ↗
(long fd, long ptr, int len)

Source from the content-addressed store, hash-verified

305 }
306
307 public static int send(long fd, long ptr, int len) {
308 return send(toOsFd(fd), ptr, len);
309 }
310
311 public static int sendTo(long fd, long ptr, int len, long sockaddr) {
312 return sendTo(toOsFd(fd), ptr, len, sockaddr);

Callers 15

testBiasWriteMethod · 0.95
testSendHttpGetMethod · 0.95
testSendTimeoutMethod · 0.95
sendRequestMethod · 0.95
testMaxConnections0Method · 0.95
runMethod · 0.95

Calls 1

toOsFdMethod · 0.45

Tested by 15

testBiasWriteMethod · 0.76
testSendHttpGetMethod · 0.76
testSendTimeoutMethod · 0.76
sendRequestMethod · 0.76
testMaxConnections0Method · 0.76
runMethod · 0.76