Interface Messages.LoadBalancerAccumulatedStatsResponseOrBuilder

    • Method Detail

      • getNumRpcsStartedByMethodCount

        @Deprecated
        int getNumRpcsStartedByMethodCount()
        Deprecated.
         The total number of RPCs have ever issued for each type.
         Deprecated: use stats_per_method.rpcs_started instead.
         
        map<string, int32> num_rpcs_started_by_method = 1 [deprecated = true];
      • containsNumRpcsStartedByMethod

        @Deprecated
        boolean containsNumRpcsStartedByMethod​(java.lang.String key)
        Deprecated.
         The total number of RPCs have ever issued for each type.
         Deprecated: use stats_per_method.rpcs_started instead.
         
        map<string, int32> num_rpcs_started_by_method = 1 [deprecated = true];
      • getNumRpcsStartedByMethod

        @Deprecated
        java.util.Map<java.lang.String,​java.lang.Integer> getNumRpcsStartedByMethod()
        Deprecated.
      • getNumRpcsStartedByMethodMap

        @Deprecated
        java.util.Map<java.lang.String,​java.lang.Integer> getNumRpcsStartedByMethodMap()
        Deprecated.
         The total number of RPCs have ever issued for each type.
         Deprecated: use stats_per_method.rpcs_started instead.
         
        map<string, int32> num_rpcs_started_by_method = 1 [deprecated = true];
      • getNumRpcsStartedByMethodOrDefault

        @Deprecated
        int getNumRpcsStartedByMethodOrDefault​(java.lang.String key,
                                               int defaultValue)
        Deprecated.
         The total number of RPCs have ever issued for each type.
         Deprecated: use stats_per_method.rpcs_started instead.
         
        map<string, int32> num_rpcs_started_by_method = 1 [deprecated = true];
      • getNumRpcsStartedByMethodOrThrow

        @Deprecated
        int getNumRpcsStartedByMethodOrThrow​(java.lang.String key)
        Deprecated.
         The total number of RPCs have ever issued for each type.
         Deprecated: use stats_per_method.rpcs_started instead.
         
        map<string, int32> num_rpcs_started_by_method = 1 [deprecated = true];
      • getNumRpcsSucceededByMethodCount

        @Deprecated
        int getNumRpcsSucceededByMethodCount()
        Deprecated.
         The total number of RPCs have ever completed successfully for each type.
         Deprecated: use stats_per_method.result instead.
         
        map<string, int32> num_rpcs_succeeded_by_method = 2 [deprecated = true];
      • containsNumRpcsSucceededByMethod

        @Deprecated
        boolean containsNumRpcsSucceededByMethod​(java.lang.String key)
        Deprecated.
         The total number of RPCs have ever completed successfully for each type.
         Deprecated: use stats_per_method.result instead.
         
        map<string, int32> num_rpcs_succeeded_by_method = 2 [deprecated = true];
      • getNumRpcsSucceededByMethod

        @Deprecated
        java.util.Map<java.lang.String,​java.lang.Integer> getNumRpcsSucceededByMethod()
        Deprecated.
      • getNumRpcsSucceededByMethodMap

        @Deprecated
        java.util.Map<java.lang.String,​java.lang.Integer> getNumRpcsSucceededByMethodMap()
        Deprecated.
         The total number of RPCs have ever completed successfully for each type.
         Deprecated: use stats_per_method.result instead.
         
        map<string, int32> num_rpcs_succeeded_by_method = 2 [deprecated = true];
      • getNumRpcsSucceededByMethodOrDefault

        @Deprecated
        int getNumRpcsSucceededByMethodOrDefault​(java.lang.String key,
                                                 int defaultValue)
        Deprecated.
         The total number of RPCs have ever completed successfully for each type.
         Deprecated: use stats_per_method.result instead.
         
        map<string, int32> num_rpcs_succeeded_by_method = 2 [deprecated = true];
      • getNumRpcsSucceededByMethodOrThrow

        @Deprecated
        int getNumRpcsSucceededByMethodOrThrow​(java.lang.String key)
        Deprecated.
         The total number of RPCs have ever completed successfully for each type.
         Deprecated: use stats_per_method.result instead.
         
        map<string, int32> num_rpcs_succeeded_by_method = 2 [deprecated = true];
      • getNumRpcsFailedByMethodCount

        @Deprecated
        int getNumRpcsFailedByMethodCount()
        Deprecated.
         The total number of RPCs have ever failed for each type.
         Deprecated: use stats_per_method.result instead.
         
        map<string, int32> num_rpcs_failed_by_method = 3 [deprecated = true];
      • containsNumRpcsFailedByMethod

        @Deprecated
        boolean containsNumRpcsFailedByMethod​(java.lang.String key)
        Deprecated.
         The total number of RPCs have ever failed for each type.
         Deprecated: use stats_per_method.result instead.
         
        map<string, int32> num_rpcs_failed_by_method = 3 [deprecated = true];
      • getNumRpcsFailedByMethod

        @Deprecated
        java.util.Map<java.lang.String,​java.lang.Integer> getNumRpcsFailedByMethod()
        Deprecated.
      • getNumRpcsFailedByMethodMap

        @Deprecated
        java.util.Map<java.lang.String,​java.lang.Integer> getNumRpcsFailedByMethodMap()
        Deprecated.
         The total number of RPCs have ever failed for each type.
         Deprecated: use stats_per_method.result instead.
         
        map<string, int32> num_rpcs_failed_by_method = 3 [deprecated = true];
      • getNumRpcsFailedByMethodOrDefault

        @Deprecated
        int getNumRpcsFailedByMethodOrDefault​(java.lang.String key,
                                              int defaultValue)
        Deprecated.
         The total number of RPCs have ever failed for each type.
         Deprecated: use stats_per_method.result instead.
         
        map<string, int32> num_rpcs_failed_by_method = 3 [deprecated = true];
      • getNumRpcsFailedByMethodOrThrow

        @Deprecated
        int getNumRpcsFailedByMethodOrThrow​(java.lang.String key)
        Deprecated.
         The total number of RPCs have ever failed for each type.
         Deprecated: use stats_per_method.result instead.
         
        map<string, int32> num_rpcs_failed_by_method = 3 [deprecated = true];
      • getStatsPerMethodCount

        int getStatsPerMethodCount()
         Per-method RPC statistics.  The key is the RpcType in string form; e.g.
         'EMPTY_CALL' or 'UNARY_CALL'
         
        map<string, .grpc.testing.LoadBalancerAccumulatedStatsResponse.MethodStats> stats_per_method = 4;
      • containsStatsPerMethod

        boolean containsStatsPerMethod​(java.lang.String key)
         Per-method RPC statistics.  The key is the RpcType in string form; e.g.
         'EMPTY_CALL' or 'UNARY_CALL'
         
        map<string, .grpc.testing.LoadBalancerAccumulatedStatsResponse.MethodStats> stats_per_method = 4;
      • getStatsPerMethodMap

        java.util.Map<java.lang.String,​Messages.LoadBalancerAccumulatedStatsResponse.MethodStats> getStatsPerMethodMap()
         Per-method RPC statistics.  The key is the RpcType in string form; e.g.
         'EMPTY_CALL' or 'UNARY_CALL'
         
        map<string, .grpc.testing.LoadBalancerAccumulatedStatsResponse.MethodStats> stats_per_method = 4;
      • getStatsPerMethodOrThrow

        Messages.LoadBalancerAccumulatedStatsResponse.MethodStats getStatsPerMethodOrThrow​(java.lang.String key)
         Per-method RPC statistics.  The key is the RpcType in string form; e.g.
         'EMPTY_CALL' or 'UNARY_CALL'
         
        map<string, .grpc.testing.LoadBalancerAccumulatedStatsResponse.MethodStats> stats_per_method = 4;