Class ReplicatedDataMessages.ORMap.Entry

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.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
All Implemented Interfaces:
Serializable, ReplicatedDataMessages.ORMap.EntryOrBuilder, 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:
ReplicatedDataMessages.ORMap

public static final class ReplicatedDataMessages.ORMap.Entry extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements ReplicatedDataMessages.ORMap.EntryOrBuilder
Protobuf type org.apache.pekko.cluster.ddata.ORMap.Entry
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
    • hasStringKey

      public boolean hasStringKey()
      optional string stringKey = 1;
      Specified by:
      hasStringKey in interface ReplicatedDataMessages.ORMap.EntryOrBuilder
      Returns:
      Whether the stringKey field is set.
    • getStringKey

      public String getStringKey()
      optional string stringKey = 1;
      Specified by:
      getStringKey in interface ReplicatedDataMessages.ORMap.EntryOrBuilder
      Returns:
      The stringKey.
    • getStringKeyBytes

      public org.apache.pekko.protobufv3.internal.ByteString getStringKeyBytes()
      optional string stringKey = 1;
      Specified by:
      getStringKeyBytes in interface ReplicatedDataMessages.ORMap.EntryOrBuilder
      Returns:
      The bytes for stringKey.
    • hasValue

      public boolean hasValue()
      required .org.apache.pekko.cluster.ddata.OtherMessage value = 2;
      Specified by:
      hasValue in interface ReplicatedDataMessages.ORMap.EntryOrBuilder
      Returns:
      Whether the value field is set.
    • getValue

      required .org.apache.pekko.cluster.ddata.OtherMessage value = 2;
      Specified by:
      getValue in interface ReplicatedDataMessages.ORMap.EntryOrBuilder
      Returns:
      The value.
    • getValueOrBuilder

      public ReplicatorMessages.OtherMessageOrBuilder getValueOrBuilder()
      required .org.apache.pekko.cluster.ddata.OtherMessage value = 2;
      Specified by:
      getValueOrBuilder in interface ReplicatedDataMessages.ORMap.EntryOrBuilder
    • hasIntKey

      public boolean hasIntKey()
      optional sint32 intKey = 3;
      Specified by:
      hasIntKey in interface ReplicatedDataMessages.ORMap.EntryOrBuilder
      Returns:
      Whether the intKey field is set.
    • getIntKey

      public int getIntKey()
      optional sint32 intKey = 3;
      Specified by:
      getIntKey in interface ReplicatedDataMessages.ORMap.EntryOrBuilder
      Returns:
      The intKey.
    • hasLongKey

      public boolean hasLongKey()
      optional sint64 longKey = 4;
      Specified by:
      hasLongKey in interface ReplicatedDataMessages.ORMap.EntryOrBuilder
      Returns:
      Whether the longKey field is set.
    • getLongKey

      public long getLongKey()
      optional sint64 longKey = 4;
      Specified by:
      getLongKey in interface ReplicatedDataMessages.ORMap.EntryOrBuilder
      Returns:
      The longKey.
    • hasOtherKey

      public boolean hasOtherKey()
      optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5;
      Specified by:
      hasOtherKey in interface ReplicatedDataMessages.ORMap.EntryOrBuilder
      Returns:
      Whether the otherKey field is set.
    • getOtherKey

      public ReplicatorMessages.OtherMessage getOtherKey()
      optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5;
      Specified by:
      getOtherKey in interface ReplicatedDataMessages.ORMap.EntryOrBuilder
      Returns:
      The otherKey.
    • getOtherKeyOrBuilder

      public ReplicatorMessages.OtherMessageOrBuilder getOtherKeyOrBuilder()
      optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5;
      Specified by:
      getOtherKeyOrBuilder in interface ReplicatedDataMessages.ORMap.EntryOrBuilder
    • 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 ReplicatedDataMessages.ORMap.Entry parseFrom(ByteBuffer data) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

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

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

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

      public static ReplicatedDataMessages.ORMap.Entry parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

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

      public static ReplicatedDataMessages.ORMap.Entry parseFrom(org.apache.pekko.protobufv3.internal.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

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

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

      public static ReplicatedDataMessages.ORMap.Entry getDefaultInstance()
    • parser

      public static org.apache.pekko.protobufv3.internal.Parser<ReplicatedDataMessages.ORMap.Entry> parser()
    • getParserForType

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