Interface StatValueOrBuilder

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

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

      • hasStatType

        boolean hasStatType()
        .hstream.server.StatType statType = 1;
        Returns:
        Whether the statType field is set.
      • getStatType

        StatType getStatType()
        .hstream.server.StatType statType = 1;
        Returns:
        The statType.
      • getStatTypeOrBuilder

        StatTypeOrBuilder getStatTypeOrBuilder()
        .hstream.server.StatType statType = 1;
      • getStatValuesCount

        int getStatValuesCount()
        map<string, int64> statValues = 2;
      • containsStatValues

        boolean containsStatValues​(String key)
        map<string, int64> statValues = 2;
      • getStatValuesMap

        Map<String,​Long> getStatValuesMap()
        map<string, int64> statValues = 2;
      • getStatValuesOrDefault

        long getStatValuesOrDefault​(String key,
                                    long defaultValue)
        map<string, int64> statValues = 2;
      • getStatValuesOrThrow

        long getStatValuesOrThrow​(String key)
        map<string, int64> statValues = 2;