MCPcopy Create free account
hub / github.com/grpc/grpc-java / FaultFilter

Method FaultFilter

xds/src/main/java/io/grpc/xds/FaultFilter.java:84–88  ·  view source on GitHub ↗
(ThreadSafeRandom random, AtomicLong activeFaultCounter)

Source from the content-addressed store, hash-verified

82 private final AtomicLong activeFaultCounter;
83
84 @VisibleForTesting
85 FaultFilter(ThreadSafeRandom random, AtomicLong activeFaultCounter) {
86 this.random = random;
87 this.activeFaultCounter = activeFaultCounter;
88 }
89
90 static final class Provider implements Filter.Provider {
91 @Override

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected