Interface RpcProfileOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    RpcProfile, RpcProfile.Builder

    public interface RpcProfileOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getProfileInt64SCount

        int getProfileInt64SCount()
        map<string, int64> profile_int64s = 2;
      • containsProfileInt64S

        boolean containsProfileInt64S​(String key)
        map<string, int64> profile_int64s = 2;
      • getProfileInt64SMap

        Map<String,​Long> getProfileInt64SMap()
        map<string, int64> profile_int64s = 2;
      • getProfileInt64SOrDefault

        long getProfileInt64SOrDefault​(String key,
                                       long defaultValue)
        map<string, int64> profile_int64s = 2;
      • getProfileInt64SOrThrow

        long getProfileInt64SOrThrow​(String key)
        map<string, int64> profile_int64s = 2;
      • getProfileDoublesCount

        int getProfileDoublesCount()
        map<string, double> profile_doubles = 3;
      • containsProfileDoubles

        boolean containsProfileDoubles​(String key)
        map<string, double> profile_doubles = 3;
      • getProfileDoublesMap

        Map<String,​Double> getProfileDoublesMap()
        map<string, double> profile_doubles = 3;
      • getProfileDoublesOrDefault

        double getProfileDoublesOrDefault​(String key,
                                          double defaultValue)
        map<string, double> profile_doubles = 3;
      • getProfileDoublesOrThrow

        double getProfileDoublesOrThrow​(String key)
        map<string, double> profile_doubles = 3;