Home
last modified time | relevance | path

Searched defs:callsInProgress (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/
H A DLoadStatsManager2.java321 private final AtomicLong callsInProgress = new AtomicLong(); field in LoadStatsManager2.ClusterLocalityStats
377 private final long callsInProgress; field in LoadStatsManager2.ClusterLocalityStatsSnapshot
383 long callsSucceeded, long callsInProgress, long callsFailed, long callsIssued, in ClusterLocalityStatsSnapshot()