MCPcopy 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) {

Calls 1

closeMethod · 0.95