Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/grpc/grpc-java
/ isShutdown
Method
isShutdown
xds/src/test/java/io/grpc/xds/StatefulFilter.java:47–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
}
46
47
public
boolean isShutdown() {
48
return
shutdown.get();
49
}
50
51
@Override
52
public
void
close() {
Callers
15
filterState_survivesLds
Method · 0.95
filterState_uniquePerFilterChain
Method · 0.95
filterState_specialCase_sameNameDifferentTypeUrl
Method · 0.95
filterState_shutdown_onLdsNotFound
Method · 0.95
filterState_shutdown_onChainRemoved
Method · 0.95
filterState_shutdown_onServerShutdown
Method · 0.95
filterState_shutdown_noShutdownOnRdsNotFound
Method · 0.95
filterState_survivesLds
Method · 0.95
filterState_specialCase_sameNameDifferentTypeUrl
Method · 0.95
filterState_shutdown_onLdsNotFound
Method · 0.95
filterState_noShutdown_onLdsDeletion
Method · 0.95
filterState_shutdown_onResolverShutdown
Method · 0.95
Calls
1
get
Method · 0.65
Tested by
no test coverage detected