Interface PerStreamTimeSeriesStatsRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      StatsIntervalVals getIntervals()
      .hstream.server.StatsIntervalVals intervals = 3;
      StatsIntervalValsOrBuilder getIntervalsOrBuilder()
      .hstream.server.StatsIntervalVals intervals = 3;
      String getMethod()
      string method = 1;
      com.google.protobuf.ByteString getMethodBytes()
      string method = 1;
      String getStreamName()
      string streamName = 2;
      com.google.protobuf.ByteString getStreamNameBytes()
      string streamName = 2;
      boolean hasIntervals()
      .hstream.server.StatsIntervalVals intervals = 3;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.