public static final class ClientPB.MultiRequest extends com.google.protobuf.GeneratedMessageLite<ClientPB.MultiRequest,ClientPB.MultiRequest.Builder> implements ClientPB.MultiRequestOrBuilder
Execute a list of actions on a given region in order. Nothing prevents a request to contains a set of RegionAction on the same region. For this reason, the matching between the MultiRequest and the MultiResponse is not done by the region specifier but by keeping the order of the RegionActionResult vs. the order of the RegionAction.Protobuf type
MultiRequest| Modifier and Type | Class and Description |
|---|---|
static class |
ClientPB.MultiRequest.Builder
Execute a list of actions on a given region in order.
|
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>, com.google.protobuf.GeneratedMessageLite.MergeFromVisitor, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm, com.google.protobuf.GeneratedMessageLite.Visitor| Modifier and Type | Field and Description |
|---|---|
static int |
CONDITION_FIELD_NUMBER |
static int |
NONCEGROUP_FIELD_NUMBER |
static int |
REGIONACTION_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
Object arg0,
Object arg1) |
ClientPB.Condition |
getCondition()
optional .Condition condition = 3; |
static ClientPB.MultiRequest |
getDefaultInstance() |
long |
getNonceGroup()
optional uint64 nonceGroup = 2; |
ClientPB.RegionAction |
getRegionAction(int index)
repeated .RegionAction regionAction = 1; |
int |
getRegionActionCount()
repeated .RegionAction regionAction = 1; |
List<ClientPB.RegionAction> |
getRegionActionList()
repeated .RegionAction regionAction = 1; |
ClientPB.RegionActionOrBuilder |
getRegionActionOrBuilder(int index)
repeated .RegionAction regionAction = 1; |
List<? extends ClientPB.RegionActionOrBuilder> |
getRegionActionOrBuilderList()
repeated .RegionAction regionAction = 1; |
int |
getSerializedSize() |
boolean |
hasCondition()
optional .Condition condition = 3; |
boolean |
hasNonceGroup()
optional uint64 nonceGroup = 2; |
static ClientPB.MultiRequest.Builder |
newBuilder() |
static ClientPB.MultiRequest.Builder |
newBuilder(ClientPB.MultiRequest prototype) |
static ClientPB.MultiRequest |
parseDelimitedFrom(InputStream input) |
static ClientPB.MultiRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientPB.MultiRequest |
parseFrom(byte[] data) |
static ClientPB.MultiRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientPB.MultiRequest |
parseFrom(ByteBuffer data) |
static ClientPB.MultiRequest |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientPB.MultiRequest |
parseFrom(com.google.protobuf.ByteString data) |
static ClientPB.MultiRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientPB.MultiRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ClientPB.MultiRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientPB.MultiRequest |
parseFrom(InputStream input) |
static ClientPB.MultiRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ClientPB.MultiRequest> |
parser() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, hashCode, isInitialized, isInitialized, makeImmutable, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, toBuilder, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static final int REGIONACTION_FIELD_NUMBER
public static final int NONCEGROUP_FIELD_NUMBER
public static final int CONDITION_FIELD_NUMBER
public List<ClientPB.RegionAction> getRegionActionList()
repeated .RegionAction regionAction = 1;getRegionActionList in interface ClientPB.MultiRequestOrBuilderpublic List<? extends ClientPB.RegionActionOrBuilder> getRegionActionOrBuilderList()
repeated .RegionAction regionAction = 1;public int getRegionActionCount()
repeated .RegionAction regionAction = 1;getRegionActionCount in interface ClientPB.MultiRequestOrBuilderpublic ClientPB.RegionAction getRegionAction(int index)
repeated .RegionAction regionAction = 1;getRegionAction in interface ClientPB.MultiRequestOrBuilderpublic ClientPB.RegionActionOrBuilder getRegionActionOrBuilder(int index)
repeated .RegionAction regionAction = 1;public boolean hasNonceGroup()
optional uint64 nonceGroup = 2;hasNonceGroup in interface ClientPB.MultiRequestOrBuilderpublic long getNonceGroup()
optional uint64 nonceGroup = 2;getNonceGroup in interface ClientPB.MultiRequestOrBuilderpublic boolean hasCondition()
optional .Condition condition = 3;hasCondition in interface ClientPB.MultiRequestOrBuilderpublic ClientPB.Condition getCondition()
optional .Condition condition = 3;getCondition in interface ClientPB.MultiRequestOrBuilderpublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLiteIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitepublic static ClientPB.MultiRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientPB.MultiRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientPB.MultiRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientPB.MultiRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientPB.MultiRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientPB.MultiRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientPB.MultiRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static ClientPB.MultiRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClientPB.MultiRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ClientPB.MultiRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClientPB.MultiRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ClientPB.MultiRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClientPB.MultiRequest.Builder newBuilder()
public static ClientPB.MultiRequest.Builder newBuilder(ClientPB.MultiRequest prototype)
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1)
dynamicMethod in class com.google.protobuf.GeneratedMessageLite<ClientPB.MultiRequest,ClientPB.MultiRequest.Builder>public static ClientPB.MultiRequest getDefaultInstance()
public static com.google.protobuf.Parser<ClientPB.MultiRequest> parser()
Copyright © 2010–2018 The Async HBase Authors. All rights reserved.