public static final class ClientPB.MultiResponse extends com.google.protobuf.GeneratedMessageLite implements ClientPB.MultiResponseOrBuilder
MultiResponse| Modifier and Type | Class and Description |
|---|---|
static class |
ClientPB.MultiResponse.Builder
Protobuf type
MultiResponse |
com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<ClientPB.MultiResponse> |
PARSER |
static int |
PROCESSED_FIELD_NUMBER |
static int |
REGIONACTIONRESULT_FIELD_NUMBER |
static int |
REGIONSTATISTICS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static ClientPB.MultiResponse |
getDefaultInstance() |
ClientPB.MultiResponse |
getDefaultInstanceForType() |
com.google.protobuf.Parser<ClientPB.MultiResponse> |
getParserForType() |
boolean |
getProcessed()
optional bool processed = 2; |
ClientPB.RegionActionResult |
getRegionActionResult(int index)
repeated .RegionActionResult regionActionResult = 1; |
int |
getRegionActionResultCount()
repeated .RegionActionResult regionActionResult = 1; |
List<ClientPB.RegionActionResult> |
getRegionActionResultList()
repeated .RegionActionResult regionActionResult = 1; |
ClientPB.RegionActionResultOrBuilder |
getRegionActionResultOrBuilder(int index)
repeated .RegionActionResult regionActionResult = 1; |
List<? extends ClientPB.RegionActionResultOrBuilder> |
getRegionActionResultOrBuilderList()
repeated .RegionActionResult regionActionResult = 1; |
ClientPB.MultiRegionLoadStats |
getRegionStatistics()
optional .MultiRegionLoadStats regionStatistics = 3; |
int |
getSerializedSize() |
boolean |
hasProcessed()
optional bool processed = 2; |
boolean |
hasRegionStatistics()
optional .MultiRegionLoadStats regionStatistics = 3; |
boolean |
isInitialized() |
static ClientPB.MultiResponse.Builder |
newBuilder() |
static ClientPB.MultiResponse.Builder |
newBuilder(ClientPB.MultiResponse prototype) |
ClientPB.MultiResponse.Builder |
newBuilderForType() |
static ClientPB.MultiResponse |
parseDelimitedFrom(InputStream input) |
static ClientPB.MultiResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientPB.MultiResponse |
parseFrom(byte[] data) |
static ClientPB.MultiResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientPB.MultiResponse |
parseFrom(com.google.protobuf.ByteString data) |
static ClientPB.MultiResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientPB.MultiResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ClientPB.MultiResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientPB.MultiResponse |
parseFrom(InputStream input) |
static ClientPB.MultiResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ClientPB.MultiResponse.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
makeExtensionsImmutable, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseUnknownFieldpublic static com.google.protobuf.Parser<ClientPB.MultiResponse> PARSER
public static final int REGIONACTIONRESULT_FIELD_NUMBER
public static final int PROCESSED_FIELD_NUMBER
public static final int REGIONSTATISTICS_FIELD_NUMBER
public static ClientPB.MultiResponse getDefaultInstance()
public ClientPB.MultiResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilderpublic com.google.protobuf.Parser<ClientPB.MultiResponse> getParserForType()
getParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageLitepublic List<ClientPB.RegionActionResult> getRegionActionResultList()
repeated .RegionActionResult regionActionResult = 1;getRegionActionResultList in interface ClientPB.MultiResponseOrBuilderpublic List<? extends ClientPB.RegionActionResultOrBuilder> getRegionActionResultOrBuilderList()
repeated .RegionActionResult regionActionResult = 1;public int getRegionActionResultCount()
repeated .RegionActionResult regionActionResult = 1;getRegionActionResultCount in interface ClientPB.MultiResponseOrBuilderpublic ClientPB.RegionActionResult getRegionActionResult(int index)
repeated .RegionActionResult regionActionResult = 1;getRegionActionResult in interface ClientPB.MultiResponseOrBuilderpublic ClientPB.RegionActionResultOrBuilder getRegionActionResultOrBuilder(int index)
repeated .RegionActionResult regionActionResult = 1;public boolean hasProcessed()
optional bool processed = 2;
used for mutate to indicate processed only
hasProcessed in interface ClientPB.MultiResponseOrBuilderpublic boolean getProcessed()
optional bool processed = 2;
used for mutate to indicate processed only
getProcessed in interface ClientPB.MultiResponseOrBuilderpublic boolean hasRegionStatistics()
optional .MultiRegionLoadStats regionStatistics = 3;hasRegionStatistics in interface ClientPB.MultiResponseOrBuilderpublic ClientPB.MultiRegionLoadStats getRegionStatistics()
optional .MultiRegionLoadStats regionStatistics = 3;getRegionStatistics in interface ClientPB.MultiResponseOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderpublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLiteIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLiteprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageLiteObjectStreamExceptionpublic static ClientPB.MultiResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientPB.MultiResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientPB.MultiResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientPB.MultiResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientPB.MultiResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static ClientPB.MultiResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClientPB.MultiResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ClientPB.MultiResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClientPB.MultiResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ClientPB.MultiResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClientPB.MultiResponse.Builder newBuilder()
public ClientPB.MultiResponse.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessageLitepublic static ClientPB.MultiResponse.Builder newBuilder(ClientPB.MultiResponse prototype)
public ClientPB.MultiResponse.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessageLiteCopyright © 2010-2017, The Async HBase Authors