Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/questdb/questdb
/ close
Method
close
core/src/main/java/io/questdb/network/Net.java:107–109 ·
view source on GitHub ↗
(long fd)
Source
from the content-addressed store, hash-verified
105
}
106
107
public
static
int
close(long fd) {
108
return
Files.close(fd);
109
}
110
111
public
static
void
configureKeepAlive(long fd) {
112
if
(TCP_KEEPALIVE_SECONDS < 0 || fd < 0) {
Callers
15
testHeartbeatIntervals
Method · 0.95
testHeartbeatsDoNotPreventIdleDisconnects
Method · 0.95
testBiasWrite
Method · 0.95
testCannotSetNonBlocking
Method · 0.95
testConnectDisconnect
Method · 0.95
testMissingURL
Method · 0.95
testOnAllocationExceptionDispatcherDoesNotLeakConnections
Method · 0.95
testSCPFullDownload
Method · 0.95
testSendHttpGet
Method · 0.95
testSendHttpGetAndSimpleResponse
Method · 0.95
testSendTimeout
Method · 0.95
testTwoThreadsSendTwoThreadsRead
Method · 0.95
Calls
1
close
Method · 0.95
Tested by
15
testHeartbeatIntervals
Method · 0.76
testHeartbeatsDoNotPreventIdleDisconnects
Method · 0.76
testBiasWrite
Method · 0.76
testCannotSetNonBlocking
Method · 0.76
testConnectDisconnect
Method · 0.76
testMissingURL
Method · 0.76
testOnAllocationExceptionDispatcherDoesNotLeakConnections
Method · 0.76
testSCPFullDownload
Method · 0.76
testSendHttpGet
Method · 0.76
testSendHttpGetAndSimpleResponse
Method · 0.76
testSendTimeout
Method · 0.76
testTwoThreadsSendTwoThreadsRead
Method · 0.76