MCPcopy
hub / github.com/questdb/questdb / of

Method of

core/src/main/java/io/questdb/network/Socket.java:70–70  ·  view source on GitHub ↗

Sets the file descriptor associated with the socket. The socket owns the fd after this call. @param fd file descriptor

(long fd)

Source from the content-addressed store, hash-verified

68 * @param fd file descriptor
69 */
70 void of(long fd);
71
72 /**
73 * Receives plain data into the given buffer from the socket. On encrypted

Callers 15

assertRawArrayMethod · 0.65
test1dArrayMethod · 0.65
test2dArrayMethod · 0.65
createTestPathMethod · 0.65
createTestPathMethod · 0.65
runColumnRebuildMethod · 0.65
serializeJsonMethod · 0.65

Implementers 2

PlainSocketcore/src/main/java/io/questdb/network/
JavaTlsClientSocketcore/src/main/java/io/questdb/network/

Calls

no outgoing calls

Tested by 15

assertRawArrayMethod · 0.52
test1dArrayMethod · 0.52
test2dArrayMethod · 0.52
createTestPathMethod · 0.52
createTestPathMethod · 0.52
setUpStaticMethod · 0.52
createDummyWebConsoleMethod · 0.52