Package io.hstream.internal
Interface PerStreamTimeSeriesStatsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PerStreamTimeSeriesStatsRequest,PerStreamTimeSeriesStatsRequest.Builder
public interface PerStreamTimeSeriesStatsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StatsIntervalValsgetIntervals().hstream.server.StatsIntervalVals intervals = 3;StatsIntervalValsOrBuildergetIntervalsOrBuilder().hstream.server.StatsIntervalVals intervals = 3;StringgetMethod()string method = 1;com.google.protobuf.ByteStringgetMethodBytes()string method = 1;StringgetStreamName()string streamName = 2;com.google.protobuf.ByteStringgetStreamNameBytes()string streamName = 2;booleanhasIntervals().hstream.server.StatsIntervalVals intervals = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMethod
String getMethod()
string method = 1;- Returns:
- The method.
-
getMethodBytes
com.google.protobuf.ByteString getMethodBytes()
string method = 1;- Returns:
- The bytes for method.
-
getStreamName
String getStreamName()
string streamName = 2;- Returns:
- The streamName.
-
getStreamNameBytes
com.google.protobuf.ByteString getStreamNameBytes()
string streamName = 2;- Returns:
- The bytes for streamName.
-
hasIntervals
boolean hasIntervals()
.hstream.server.StatsIntervalVals intervals = 3;- Returns:
- Whether the intervals field is set.
-
getIntervals
StatsIntervalVals getIntervals()
.hstream.server.StatsIntervalVals intervals = 3;- Returns:
- The intervals.
-
getIntervalsOrBuilder
StatsIntervalValsOrBuilder getIntervalsOrBuilder()
.hstream.server.StatsIntervalVals intervals = 3;
-
-