Interface Statedump.StateDump.MetricsStoreDump.DataPointOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getTimeNanos()
      int64 time_nanos = 2;
      long getTimeSeconds()
      int64 time_seconds = 1;
      double getValueAsDouble()
      optional double value_as_double = 3;
      long getValueAsLong()
      optional int64 value_as_long = 4;
      boolean hasValueAsDouble()
      optional double value_as_double = 3;
      boolean hasValueAsLong()
      optional int64 value_as_long = 4;
      • 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

      • getTimeSeconds

        long getTimeSeconds()
        int64 time_seconds = 1;
        Returns:
        The timeSeconds.
      • getTimeNanos

        long getTimeNanos()
        int64 time_nanos = 2;
        Returns:
        The timeNanos.
      • hasValueAsDouble

        boolean hasValueAsDouble()
        optional double value_as_double = 3;
        Returns:
        Whether the valueAsDouble field is set.
      • getValueAsDouble

        double getValueAsDouble()
        optional double value_as_double = 3;
        Returns:
        The valueAsDouble.
      • hasValueAsLong

        boolean hasValueAsLong()
        optional int64 value_as_long = 4;
        Returns:
        Whether the valueAsLong field is set.
      • getValueAsLong

        long getValueAsLong()
        optional int64 value_as_long = 4;
        Returns:
        The valueAsLong.