Package io.hstream.internal
Interface GetStatsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetStatsResponse
,GetStatsResponse.Builder
public interface GetStatsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StatError
getErrors(int index)
repeated .hstream.server.StatError errors = 2;
int
getErrorsCount()
repeated .hstream.server.StatError errors = 2;
List<StatError>
getErrorsList()
repeated .hstream.server.StatError errors = 2;
StatErrorOrBuilder
getErrorsOrBuilder(int index)
repeated .hstream.server.StatError errors = 2;
List<? extends StatErrorOrBuilder>
getErrorsOrBuilderList()
repeated .hstream.server.StatError errors = 2;
StatValue
getStatsValues(int index)
repeated .hstream.server.StatValue statsValues = 1;
int
getStatsValuesCount()
repeated .hstream.server.StatValue statsValues = 1;
List<StatValue>
getStatsValuesList()
repeated .hstream.server.StatValue statsValues = 1;
StatValueOrBuilder
getStatsValuesOrBuilder(int index)
repeated .hstream.server.StatValue statsValues = 1;
List<? extends StatValueOrBuilder>
getStatsValuesOrBuilderList()
repeated .hstream.server.StatValue statsValues = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getStatsValuesList
List<StatValue> getStatsValuesList()
repeated .hstream.server.StatValue statsValues = 1;
-
getStatsValues
StatValue getStatsValues(int index)
repeated .hstream.server.StatValue statsValues = 1;
-
getStatsValuesCount
int getStatsValuesCount()
repeated .hstream.server.StatValue statsValues = 1;
-
getStatsValuesOrBuilderList
List<? extends StatValueOrBuilder> getStatsValuesOrBuilderList()
repeated .hstream.server.StatValue statsValues = 1;
-
getStatsValuesOrBuilder
StatValueOrBuilder getStatsValuesOrBuilder(int index)
repeated .hstream.server.StatValue statsValues = 1;
-
getErrors
StatError getErrors(int index)
repeated .hstream.server.StatError errors = 2;
-
getErrorsCount
int getErrorsCount()
repeated .hstream.server.StatError errors = 2;
-
getErrorsOrBuilderList
List<? extends StatErrorOrBuilder> getErrorsOrBuilderList()
repeated .hstream.server.StatError errors = 2;
-
getErrorsOrBuilder
StatErrorOrBuilder getErrorsOrBuilder(int index)
repeated .hstream.server.StatError errors = 2;
-
-