Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/avro
/ close
Method
close
lang/java/ipc/src/main/java/org/apache/avro/ipc/Server.java:30–30 ·
view source on GitHub ↗
Stop this server.
()
Source
from the content-addressed store, hash-verified
28
29
/** Stop this server. */
30
void
close();
31
32
/** Wait
for
this server to exit. */
33
void
join() throws InterruptedException;
Callers
15
close
Method · 0.65
close
Method · 0.65
test_string_rep
Method · 0.65
test_write_read_nothing_round_trip
Method · 0.65
test_write_read_null_round_trip
Method · 0.65
test_write_read_string_round_trip
Method · 0.65
test_write_read_round_trip
Method · 0.65
test_write_read_true_round_trip
Method · 0.65
test_write_read_false_round_trip
Method · 0.65
test_write_read_int_array_round_trip
Method · 0.65
test_differing_schemas_with_primitives
Method · 0.65
test_differing_schemas_with_complex_objects
Method · 0.65
Implementers
4
HttpServer
lang/java/ipc-jetty/src/main/java/org/
NettyServer
lang/java/ipc-netty/src/main/java/org/
DatagramServer
lang/java/ipc/src/main/java/org/apache
SocketServer
lang/java/ipc/src/main/java/org/apache
Calls
no outgoing calls
Tested by
15
test_string_rep
Method · 0.52
test_write_read_nothing_round_trip
Method · 0.52
test_write_read_null_round_trip
Method · 0.52
test_write_read_string_round_trip
Method · 0.52
test_write_read_round_trip
Method · 0.52
test_write_read_true_round_trip
Method · 0.52
test_write_read_false_round_trip
Method · 0.52
test_write_read_int_array_round_trip
Method · 0.52
test_differing_schemas_with_primitives
Method · 0.52
test_differing_schemas_with_complex_objects
Method · 0.52
test_utf8
Method · 0.52
test_append_to_deflated_file
Method · 0.52