Interface ClusterMetricsMessages.NodeMetrics.EWMAOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getAlpha()
      required double alpha = 2;
      double getValue()
      required double value = 1;
      boolean hasAlpha()
      required double alpha = 2;
      boolean hasValue()
      required double value = 1;
      • Methods inherited from interface akka.protobufv3.internal.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface akka.protobufv3.internal.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasValue

        boolean hasValue()
        required double value = 1;
        Returns:
        Whether the value field is set.
      • getValue

        double getValue()
        required double value = 1;
        Returns:
        The value.
      • hasAlpha

        boolean hasAlpha()
        required double alpha = 2;
        Returns:
        Whether the alpha field is set.
      • getAlpha

        double getAlpha()
        required double alpha = 2;
        Returns:
        The alpha.