Class ClusterMessages.ReceptionistEntry

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.typed.internal.protobuf.ClusterMessages.ReceptionistEntry
All Implemented Interfaces:
Serializable, ClusterMessages.ReceptionistEntryOrBuilder, 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:
ClusterMessages

public static final class ClusterMessages.ReceptionistEntry extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements ClusterMessages.ReceptionistEntryOrBuilder
Protobuf type org.apache.pekko.cluster.typed.ReceptionistEntry
See Also:
  • Field Details

    • ACTORREF_FIELD_NUMBER

      public static final int ACTORREF_FIELD_NUMBER
      See Also:
    • SYSTEMUID_FIELD_NUMBER

      public static final int SYSTEMUID_FIELD_NUMBER
      See Also:
    • CREATEDTIMESTAMP_FIELD_NUMBER

      public static final int CREATEDTIMESTAMP_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

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

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

      public boolean hasActorRef()
      required string actorRef = 1;
      Specified by:
      hasActorRef in interface ClusterMessages.ReceptionistEntryOrBuilder
      Returns:
      Whether the actorRef field is set.
    • getActorRef

      public String getActorRef()
      required string actorRef = 1;
      Specified by:
      getActorRef in interface ClusterMessages.ReceptionistEntryOrBuilder
      Returns:
      The actorRef.
    • getActorRefBytes

      public org.apache.pekko.protobufv3.internal.ByteString getActorRefBytes()
      required string actorRef = 1;
      Specified by:
      getActorRefBytes in interface ClusterMessages.ReceptionistEntryOrBuilder
      Returns:
      The bytes for actorRef.
    • hasSystemUid

      public boolean hasSystemUid()
      required uint64 systemUid = 2;
      Specified by:
      hasSystemUid in interface ClusterMessages.ReceptionistEntryOrBuilder
      Returns:
      Whether the systemUid field is set.
    • getSystemUid

      public long getSystemUid()
      required uint64 systemUid = 2;
      Specified by:
      getSystemUid in interface ClusterMessages.ReceptionistEntryOrBuilder
      Returns:
      The systemUid.
    • hasCreatedTimestamp

      public boolean hasCreatedTimestamp()
      optional int64 createdTimestamp = 3;
      Specified by:
      hasCreatedTimestamp in interface ClusterMessages.ReceptionistEntryOrBuilder
      Returns:
      Whether the createdTimestamp field is set.
    • getCreatedTimestamp

      public long getCreatedTimestamp()
      optional int64 createdTimestamp = 3;
      Specified by:
      getCreatedTimestamp in interface ClusterMessages.ReceptionistEntryOrBuilder
      Returns:
      The createdTimestamp.
    • 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 ClusterMessages.ReceptionistEntry parseFrom(ByteBuffer data) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ClusterMessages.ReceptionistEntry 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 ClusterMessages.ReceptionistEntry 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 ClusterMessages.ReceptionistEntry 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 ClusterMessages.ReceptionistEntry parseFrom(byte[] data) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ClusterMessages.ReceptionistEntry 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 ClusterMessages.ReceptionistEntry parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

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

      public static ClusterMessages.ReceptionistEntry parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

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

      public static ClusterMessages.ReceptionistEntry parseFrom(org.apache.pekko.protobufv3.internal.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

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

      public ClusterMessages.ReceptionistEntry.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface org.apache.pekko.protobufv3.internal.Message
      Specified by:
      newBuilderForType in interface org.apache.pekko.protobufv3.internal.MessageLite
    • newBuilder

      public static ClusterMessages.ReceptionistEntry.Builder 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 ClusterMessages.ReceptionistEntry.Builder newBuilderForType(org.apache.pekko.protobufv3.internal.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class org.apache.pekko.protobufv3.internal.AbstractMessage
    • getDefaultInstance

      public static ClusterMessages.ReceptionistEntry getDefaultInstance()
    • parser

      public static org.apache.pekko.protobufv3.internal.Parser<ClusterMessages.ReceptionistEntry> parser()
    • getParserForType

      public org.apache.pekko.protobufv3.internal.Parser<ClusterMessages.ReceptionistEntry> 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 ClusterMessages.ReceptionistEntry getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface org.apache.pekko.protobufv3.internal.MessageOrBuilder