Class LoadStatsManager2.ClusterDropStatsSnapshot

java.lang.Object
io.grpc.xds.client.LoadStatsManager2.ClusterDropStatsSnapshot
Enclosing class:
LoadStatsManager2

private static final class LoadStatsManager2.ClusterDropStatsSnapshot extends Object
  • Field Details

    • categorizedDrops

      private final Map<String,Long> categorizedDrops
    • uncategorizedDrops

      private final long uncategorizedDrops
    • durationNano

      private final long durationNano
  • Constructor Details

    • ClusterDropStatsSnapshot

      private ClusterDropStatsSnapshot(Map<String,Long> categorizedDrops, long uncategorizedDrops, long durationNano)