Package io.hstream.internal
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 Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsStatValues(String key)map<string, int64> statValues = 2;StatTypegetStatType().hstream.server.StatType statType = 1;StatTypeOrBuildergetStatTypeOrBuilder().hstream.server.StatType statType = 1;Map<String,Long>getStatValues()Deprecated.intgetStatValuesCount()map<string, int64> statValues = 2;Map<String,Long>getStatValuesMap()map<string, int64> statValues = 2;longgetStatValuesOrDefault(String key, long defaultValue)map<string, int64> statValues = 2;longgetStatValuesOrThrow(String key)map<string, int64> statValues = 2;booleanhasStatType().hstream.server.StatType statType = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
getStatValues
@Deprecated Map<String,Long> getStatValues()
Deprecated.UsegetStatValuesMap()instead.
-
getStatValuesOrDefault
long getStatValuesOrDefault(String key, long defaultValue)
map<string, int64> statValues = 2;
-
getStatValuesOrThrow
long getStatValuesOrThrow(String key)
map<string, int64> statValues = 2;
-
-