Class ClusterMetricsMessages.NodeMetrics.Number

java.lang.Object
org.apache.pekko.protobufv3.internal.AbstractMessageLite
org.apache.pekko.protobufv3.internal.AbstractMessage
org.apache.pekko.protobufv3.internal.GeneratedMessage
org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number
All Implemented Interfaces:
Serializable, ClusterMetricsMessages.NodeMetrics.NumberOrBuilder, org.apache.pekko.protobufv3.internal.Message, org.apache.pekko.protobufv3.internal.MessageLite, org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder
Enclosing class:
ClusterMetricsMessages.NodeMetrics

public static final class ClusterMetricsMessages.NodeMetrics.Number extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements ClusterMetricsMessages.NodeMetrics.NumberOrBuilder
Protobuf type NodeMetrics.Number
See Also:
  • Field Details

  • Method Details

    • getDescriptor

      public static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor getDescriptor()
    • getDescriptorForType

      public org.apache.pekko.protobufv3.internal.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface org.apache.pekko.protobufv3.internal.MessageOrBuilder
      Overrides:
      getDescriptorForType in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • internalGetFieldAccessorTable

      protected org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • hasType

      public boolean hasType()
      required .NodeMetrics.NumberType type = 1;
      Specified by:
      hasType in interface ClusterMetricsMessages.NodeMetrics.NumberOrBuilder
      Returns:
      Whether the type field is set.
    • getType

      required .NodeMetrics.NumberType type = 1;
      Specified by:
      getType in interface ClusterMetricsMessages.NodeMetrics.NumberOrBuilder
      Returns:
      The type.
    • hasValue32

      public boolean hasValue32()
      optional uint32 value32 = 2;
      Specified by:
      hasValue32 in interface ClusterMetricsMessages.NodeMetrics.NumberOrBuilder
      Returns:
      Whether the value32 field is set.
    • getValue32

      public int getValue32()
      optional uint32 value32 = 2;
      Specified by:
      getValue32 in interface ClusterMetricsMessages.NodeMetrics.NumberOrBuilder
      Returns:
      The value32.
    • hasValue64

      public boolean hasValue64()
      optional uint64 value64 = 3;
      Specified by:
      hasValue64 in interface ClusterMetricsMessages.NodeMetrics.NumberOrBuilder
      Returns:
      Whether the value64 field is set.
    • getValue64

      public long getValue64()
      optional uint64 value64 = 3;
      Specified by:
      getValue64 in interface ClusterMetricsMessages.NodeMetrics.NumberOrBuilder
      Returns:
      The value64.
    • hasSerialized

      public boolean hasSerialized()
      optional bytes serialized = 4;
      Specified by:
      hasSerialized in interface ClusterMetricsMessages.NodeMetrics.NumberOrBuilder
      Returns:
      Whether the serialized field is set.
    • getSerialized

      public org.apache.pekko.protobufv3.internal.ByteString getSerialized()
      optional bytes serialized = 4;
      Specified by:
      getSerialized in interface ClusterMetricsMessages.NodeMetrics.NumberOrBuilder
      Returns:
      The serialized.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
      Overrides:
      isInitialized in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • writeTo

      public void writeTo(org.apache.pekko.protobufv3.internal.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface org.apache.pekko.protobufv3.internal.MessageLite
      Overrides:
      writeTo in class org.apache.pekko.protobufv3.internal.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface org.apache.pekko.protobufv3.internal.MessageLite
      Overrides:
      getSerializedSize in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface org.apache.pekko.protobufv3.internal.Message
      Overrides:
      equals in class org.apache.pekko.protobufv3.internal.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface org.apache.pekko.protobufv3.internal.Message
      Overrides:
      hashCode in class org.apache.pekko.protobufv3.internal.AbstractMessage
    • parseFrom

      public static ClusterMetricsMessages.NodeMetrics.Number parseFrom(ByteBuffer data) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ClusterMetricsMessages.NodeMetrics.Number parseFrom(ByteBuffer data, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ClusterMetricsMessages.NodeMetrics.Number parseFrom(org.apache.pekko.protobufv3.internal.ByteString data) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ClusterMetricsMessages.NodeMetrics.Number parseFrom(org.apache.pekko.protobufv3.internal.ByteString data, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ClusterMetricsMessages.NodeMetrics.Number parseFrom(byte[] data) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ClusterMetricsMessages.NodeMetrics.Number parseFrom(byte[] data, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ClusterMetricsMessages.NodeMetrics.Number parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ClusterMetricsMessages.NodeMetrics.Number parseFrom(InputStream input, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ClusterMetricsMessages.NodeMetrics.Number parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ClusterMetricsMessages.NodeMetrics.Number parseDelimitedFrom(InputStream input, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ClusterMetricsMessages.NodeMetrics.Number parseFrom(org.apache.pekko.protobufv3.internal.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ClusterMetricsMessages.NodeMetrics.Number parseFrom(org.apache.pekko.protobufv3.internal.CodedInputStream input, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      Specified by:
      newBuilderForType in interface org.apache.pekko.protobufv3.internal.Message
      Specified by:
      newBuilderForType in interface org.apache.pekko.protobufv3.internal.MessageLite
    • newBuilder

    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface org.apache.pekko.protobufv3.internal.Message
      Specified by:
      toBuilder in interface org.apache.pekko.protobufv3.internal.MessageLite
    • newBuilderForType

      protected ClusterMetricsMessages.NodeMetrics.Number.Builder newBuilderForType(org.apache.pekko.protobufv3.internal.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class org.apache.pekko.protobufv3.internal.AbstractMessage
    • getDefaultInstance

      public static ClusterMetricsMessages.NodeMetrics.Number getDefaultInstance()
    • parser

      public static org.apache.pekko.protobufv3.internal.Parser<ClusterMetricsMessages.NodeMetrics.Number> parser()
    • getParserForType

      public org.apache.pekko.protobufv3.internal.Parser<ClusterMetricsMessages.NodeMetrics.Number> getParserForType()
      Specified by:
      getParserForType in interface org.apache.pekko.protobufv3.internal.Message
      Specified by:
      getParserForType in interface org.apache.pekko.protobufv3.internal.MessageLite
      Overrides:
      getParserForType in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • getDefaultInstanceForType

      public ClusterMetricsMessages.NodeMetrics.Number getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface org.apache.pekko.protobufv3.internal.MessageOrBuilder