Home
last modified time | relevance | path

Searched defs:callsIssued (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.java324 private final AtomicLong callsIssued = new AtomicLong(); field in LoadStatsManager2.ClusterLocalityStats
379 private final long callsIssued; field in LoadStatsManager2.ClusterLocalityStatsSnapshot
383 long callsSucceeded, long callsInProgress, long callsFailed, long callsIssued, in ClusterLocalityStatsSnapshot()