Class DistributedPubSubMessages.SendToAll

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.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll
All Implemented Interfaces:
Serializable, DistributedPubSubMessages.SendToAllOrBuilder, 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:
DistributedPubSubMessages

public static final class DistributedPubSubMessages.SendToAll extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements DistributedPubSubMessages.SendToAllOrBuilder
 *
 SendToAll normally local, but it is also used by the ClusterClient.
 
Protobuf type SendToAll
See Also:
  • Field Details

  • 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
    • hasPath

      public boolean hasPath()
      required string path = 1;
      Specified by:
      hasPath in interface DistributedPubSubMessages.SendToAllOrBuilder
      Returns:
      Whether the path field is set.
    • getPath

      public String getPath()
      required string path = 1;
      Specified by:
      getPath in interface DistributedPubSubMessages.SendToAllOrBuilder
      Returns:
      The path.
    • getPathBytes

      public org.apache.pekko.protobufv3.internal.ByteString getPathBytes()
      required string path = 1;
      Specified by:
      getPathBytes in interface DistributedPubSubMessages.SendToAllOrBuilder
      Returns:
      The bytes for path.
    • hasAllButSelf

      public boolean hasAllButSelf()
      required bool allButSelf = 2;
      Specified by:
      hasAllButSelf in interface DistributedPubSubMessages.SendToAllOrBuilder
      Returns:
      Whether the allButSelf field is set.
    • getAllButSelf

      public boolean getAllButSelf()
      required bool allButSelf = 2;
      Specified by:
      getAllButSelf in interface DistributedPubSubMessages.SendToAllOrBuilder
      Returns:
      The allButSelf.
    • hasPayload

      public boolean hasPayload()
      required .Payload payload = 3;
      Specified by:
      hasPayload in interface DistributedPubSubMessages.SendToAllOrBuilder
      Returns:
      Whether the payload field is set.
    • getPayload

      public DistributedPubSubMessages.Payload getPayload()
      required .Payload payload = 3;
      Specified by:
      getPayload in interface DistributedPubSubMessages.SendToAllOrBuilder
      Returns:
      The payload.
    • getPayloadOrBuilder

      public DistributedPubSubMessages.PayloadOrBuilder getPayloadOrBuilder()
      required .Payload payload = 3;
      Specified by:
      getPayloadOrBuilder in interface DistributedPubSubMessages.SendToAllOrBuilder
    • 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 DistributedPubSubMessages.SendToAll parseFrom(ByteBuffer data) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

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

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

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

      public static DistributedPubSubMessages.SendToAll parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

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

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

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

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

      public static DistributedPubSubMessages.SendToAll getDefaultInstance()
    • parser

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

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