Package akka.cluster.ddata.protobuf.msg
Class ReplicatorMessages.Get
- java.lang.Object
-
- akka.protobuf.AbstractMessageLite
-
- akka.protobuf.AbstractMessage
-
- akka.protobuf.GeneratedMessage
-
- akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
-
- All Implemented Interfaces:
ReplicatorMessages.GetOrBuilder
,akka.protobuf.Message
,akka.protobuf.MessageLite
,akka.protobuf.MessageLiteOrBuilder
,akka.protobuf.MessageOrBuilder
,java.io.Serializable
- Enclosing class:
- ReplicatorMessages
public static final class ReplicatorMessages.Get extends akka.protobuf.GeneratedMessage implements ReplicatorMessages.GetOrBuilder
Protobuf typeakka.cluster.ddata.Get
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ReplicatorMessages.Get.Builder
Protobuf typeakka.cluster.ddata.Get
-
Nested classes/interfaces inherited from class akka.protobuf.GeneratedMessage
akka.protobuf.GeneratedMessage.BuilderParent, akka.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends akka.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends akka.protobuf.GeneratedMessage.ExtendableBuilder>, akka.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends akka.protobuf.GeneratedMessage.ExtendableMessage>, akka.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends akka.protobuf.GeneratedMessage.ExtendableMessage>, akka.protobuf.GeneratedMessage.FieldAccessorTable, akka.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends akka.protobuf.Message,Type extends java.lang.Object>
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONSISTENCY_FIELD_NUMBER
static int
KEY_FIELD_NUMBER
static akka.protobuf.Parser<ReplicatorMessages.Get>
PARSER
static int
REQUEST_FIELD_NUMBER
static int
TIMEOUT_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getConsistency()
required sint32 consistency = 2;
static ReplicatorMessages.Get
getDefaultInstance()
ReplicatorMessages.Get
getDefaultInstanceForType()
static akka.protobuf.Descriptors.Descriptor
getDescriptor()
ReplicatorMessages.OtherMessage
getKey()
required .akka.cluster.ddata.OtherMessage key = 1;
ReplicatorMessages.OtherMessageOrBuilder
getKeyOrBuilder()
required .akka.cluster.ddata.OtherMessage key = 1;
akka.protobuf.Parser<ReplicatorMessages.Get>
getParserForType()
ReplicatorMessages.OtherMessage
getRequest()
optional .akka.cluster.ddata.OtherMessage request = 4;
ReplicatorMessages.OtherMessageOrBuilder
getRequestOrBuilder()
optional .akka.cluster.ddata.OtherMessage request = 4;
int
getSerializedSize()
int
getTimeout()
required uint32 timeout = 3;
akka.protobuf.UnknownFieldSet
getUnknownFields()
boolean
hasConsistency()
required sint32 consistency = 2;
boolean
hasKey()
required .akka.cluster.ddata.OtherMessage key = 1;
boolean
hasRequest()
optional .akka.cluster.ddata.OtherMessage request = 4;
boolean
hasTimeout()
required uint32 timeout = 3;
protected akka.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static ReplicatorMessages.Get.Builder
newBuilder()
static ReplicatorMessages.Get.Builder
newBuilder(ReplicatorMessages.Get prototype)
ReplicatorMessages.Get.Builder
newBuilderForType()
protected ReplicatorMessages.Get.Builder
newBuilderForType(akka.protobuf.GeneratedMessage.BuilderParent parent)
static ReplicatorMessages.Get
parseDelimitedFrom(java.io.InputStream input)
static ReplicatorMessages.Get
parseDelimitedFrom(java.io.InputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry)
static ReplicatorMessages.Get
parseFrom(byte[] data)
static ReplicatorMessages.Get
parseFrom(byte[] data, akka.protobuf.ExtensionRegistryLite extensionRegistry)
static ReplicatorMessages.Get
parseFrom(akka.protobuf.ByteString data)
static ReplicatorMessages.Get
parseFrom(akka.protobuf.ByteString data, akka.protobuf.ExtensionRegistryLite extensionRegistry)
static ReplicatorMessages.Get
parseFrom(akka.protobuf.CodedInputStream input)
static ReplicatorMessages.Get
parseFrom(akka.protobuf.CodedInputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry)
static ReplicatorMessages.Get
parseFrom(java.io.InputStream input)
static ReplicatorMessages.Get
parseFrom(java.io.InputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry)
ReplicatorMessages.Get.Builder
toBuilder()
protected java.lang.Object
writeReplace()
void
writeTo(akka.protobuf.CodedOutputStream output)
-
Methods inherited from class akka.protobuf.GeneratedMessage
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
-
Methods inherited from class akka.protobuf.AbstractMessage
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class akka.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
PARSER
public static akka.protobuf.Parser<ReplicatorMessages.Get> PARSER
-
KEY_FIELD_NUMBER
public static final int KEY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CONSISTENCY_FIELD_NUMBER
public static final int CONSISTENCY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TIMEOUT_FIELD_NUMBER
public static final int TIMEOUT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
REQUEST_FIELD_NUMBER
public static final int REQUEST_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDefaultInstance
public static ReplicatorMessages.Get getDefaultInstance()
-
getDefaultInstanceForType
public ReplicatorMessages.Get getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfaceakka.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfaceakka.protobuf.MessageOrBuilder
-
getUnknownFields
public final akka.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFields
in interfaceakka.protobuf.MessageOrBuilder
- Overrides:
getUnknownFields
in classakka.protobuf.GeneratedMessage
-
getDescriptor
public static final akka.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classakka.protobuf.GeneratedMessage
-
getParserForType
public akka.protobuf.Parser<ReplicatorMessages.Get> getParserForType()
- Specified by:
getParserForType
in interfaceakka.protobuf.Message
- Specified by:
getParserForType
in interfaceakka.protobuf.MessageLite
- Overrides:
getParserForType
in classakka.protobuf.GeneratedMessage
-
hasKey
public boolean hasKey()
required .akka.cluster.ddata.OtherMessage key = 1;
- Specified by:
hasKey
in interfaceReplicatorMessages.GetOrBuilder
-
getKey
public ReplicatorMessages.OtherMessage getKey()
required .akka.cluster.ddata.OtherMessage key = 1;
- Specified by:
getKey
in interfaceReplicatorMessages.GetOrBuilder
-
getKeyOrBuilder
public ReplicatorMessages.OtherMessageOrBuilder getKeyOrBuilder()
required .akka.cluster.ddata.OtherMessage key = 1;
- Specified by:
getKeyOrBuilder
in interfaceReplicatorMessages.GetOrBuilder
-
hasConsistency
public boolean hasConsistency()
required sint32 consistency = 2;
- Specified by:
hasConsistency
in interfaceReplicatorMessages.GetOrBuilder
-
getConsistency
public int getConsistency()
required sint32 consistency = 2;
- Specified by:
getConsistency
in interfaceReplicatorMessages.GetOrBuilder
-
hasTimeout
public boolean hasTimeout()
required uint32 timeout = 3;
- Specified by:
hasTimeout
in interfaceReplicatorMessages.GetOrBuilder
-
getTimeout
public int getTimeout()
required uint32 timeout = 3;
- Specified by:
getTimeout
in interfaceReplicatorMessages.GetOrBuilder
-
hasRequest
public boolean hasRequest()
optional .akka.cluster.ddata.OtherMessage request = 4;
- Specified by:
hasRequest
in interfaceReplicatorMessages.GetOrBuilder
-
getRequest
public ReplicatorMessages.OtherMessage getRequest()
optional .akka.cluster.ddata.OtherMessage request = 4;
- Specified by:
getRequest
in interfaceReplicatorMessages.GetOrBuilder
-
getRequestOrBuilder
public ReplicatorMessages.OtherMessageOrBuilder getRequestOrBuilder()
optional .akka.cluster.ddata.OtherMessage request = 4;
- Specified by:
getRequestOrBuilder
in interfaceReplicatorMessages.GetOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfaceakka.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classakka.protobuf.GeneratedMessage
-
writeTo
public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException
- Specified by:
writeTo
in interfaceakka.protobuf.MessageLite
- Overrides:
writeTo
in classakka.protobuf.AbstractMessage
- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfaceakka.protobuf.MessageLite
- Overrides:
getSerializedSize
in classakka.protobuf.AbstractMessage
-
writeReplace
protected java.lang.Object writeReplace() throws java.io.ObjectStreamException
- Overrides:
writeReplace
in classakka.protobuf.GeneratedMessage
- Throws:
java.io.ObjectStreamException
-
parseFrom
public static ReplicatorMessages.Get parseFrom(akka.protobuf.ByteString data) throws akka.protobuf.InvalidProtocolBufferException
- Throws:
akka.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ReplicatorMessages.Get parseFrom(akka.protobuf.ByteString data, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws akka.protobuf.InvalidProtocolBufferException
- Throws:
akka.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ReplicatorMessages.Get parseFrom(byte[] data) throws akka.protobuf.InvalidProtocolBufferException
- Throws:
akka.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ReplicatorMessages.Get parseFrom(byte[] data, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws akka.protobuf.InvalidProtocolBufferException
- Throws:
akka.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ReplicatorMessages.Get parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static ReplicatorMessages.Get parseFrom(java.io.InputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static ReplicatorMessages.Get parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static ReplicatorMessages.Get parseDelimitedFrom(java.io.InputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static ReplicatorMessages.Get parseFrom(akka.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static ReplicatorMessages.Get parseFrom(akka.protobuf.CodedInputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilder
public static ReplicatorMessages.Get.Builder newBuilder()
-
newBuilderForType
public ReplicatorMessages.Get.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfaceakka.protobuf.Message
- Specified by:
newBuilderForType
in interfaceakka.protobuf.MessageLite
-
newBuilder
public static ReplicatorMessages.Get.Builder newBuilder(ReplicatorMessages.Get prototype)
-
toBuilder
public ReplicatorMessages.Get.Builder toBuilder()
- Specified by:
toBuilder
in interfaceakka.protobuf.Message
- Specified by:
toBuilder
in interfaceakka.protobuf.MessageLite
-
newBuilderForType
protected ReplicatorMessages.Get.Builder newBuilderForType(akka.protobuf.GeneratedMessage.BuilderParent parent)
- Specified by:
newBuilderForType
in classakka.protobuf.GeneratedMessage
-
-