MCPcopy Create free account
hub / github.com/dgraph-io/dgraph4j / shutdown

Method shutdown

src/main/java/io/dgraph/DgraphClient.java:755–760  ·  view source on GitHub ↗

Calls %io.grpc.ManagedChannel#shutdown on all connections for this client

()

Source from the content-addressed store, hash-verified

753
754 /** Calls %{@link io.grpc.ManagedChannel#shutdown} on all connections for this client */
755 public void shutdown() {
756 Exceptions.withExceptionUnwrapped(
757 () -> {
758 asyncClient.shutdown().join();
759 });
760 }
761}

Callers 9

testOpenWithACLMethod · 0.95
testClientOptionsMethod · 0.95
testBearerTokenAuthMethod · 0.95
testApiKeyAuthMethod · 0.95
testOpencensusJaegerMethod · 0.45
afterClassMethod · 0.45
testBankMethod · 0.45
doUpsertsMethod · 0.45
afterClassMethod · 0.45

Calls 1

Tested by 9

testOpenWithACLMethod · 0.76
testClientOptionsMethod · 0.76
testBearerTokenAuthMethod · 0.76
testApiKeyAuthMethod · 0.76
testOpencensusJaegerMethod · 0.36
afterClassMethod · 0.36
testBankMethod · 0.36
doUpsertsMethod · 0.36
afterClassMethod · 0.36