Package io.hstream.internal
Interface StatsDoubleValsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StatsDoubleVals,StatsDoubleVals.Builder
public interface StatsDoubleValsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetVals(int index)repeated double vals = 1;intgetValsCount()repeated double vals = 1;List<Double>getValsList()repeated double vals = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getValsList
List<Double> getValsList()
repeated double vals = 1;- Returns:
- A list containing the vals.
-
getValsCount
int getValsCount()
repeated double vals = 1;- Returns:
- The count of vals.
-
getVals
double getVals(int index)
repeated double vals = 1;- Parameters:
index- The index of the element to return.- Returns:
- The vals at the given index.
-
-