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, parseUnknownField
public 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.MessageLiteOrBuilder
public com.google.protobuf.Parser<ClientPB.MultiResponse> getParserForType()
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageLite
public List<ClientPB.RegionActionResult> getRegionActionResultList()
repeated .RegionActionResult regionActionResult = 1;
getRegionActionResultList
in interface ClientPB.MultiResponseOrBuilder
public List<? extends ClientPB.RegionActionResultOrBuilder> getRegionActionResultOrBuilderList()
repeated .RegionActionResult regionActionResult = 1;
public int getRegionActionResultCount()
repeated .RegionActionResult regionActionResult = 1;
getRegionActionResultCount
in interface ClientPB.MultiResponseOrBuilder
public ClientPB.RegionActionResult getRegionActionResult(int index)
repeated .RegionActionResult regionActionResult = 1;
getRegionActionResult
in interface ClientPB.MultiResponseOrBuilder
public 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.MultiResponseOrBuilder
public boolean getProcessed()
optional bool processed = 2;
used for mutate to indicate processed only
getProcessed
in interface ClientPB.MultiResponseOrBuilder
public boolean hasRegionStatistics()
optional .MultiRegionLoadStats regionStatistics = 3;
hasRegionStatistics
in interface ClientPB.MultiResponseOrBuilder
public ClientPB.MultiRegionLoadStats getRegionStatistics()
optional .MultiRegionLoadStats regionStatistics = 3;
getRegionStatistics
in interface ClientPB.MultiResponseOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessageLite
ObjectStreamException
public static ClientPB.MultiResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClientPB.MultiResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClientPB.MultiResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClientPB.MultiResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClientPB.MultiResponse parseFrom(InputStream input) throws IOException
IOException
public static ClientPB.MultiResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClientPB.MultiResponse parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ClientPB.MultiResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClientPB.MultiResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ClientPB.MultiResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClientPB.MultiResponse.Builder newBuilder()
public ClientPB.MultiResponse.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ClientPB.MultiResponse.Builder newBuilder(ClientPB.MultiResponse prototype)
public ClientPB.MultiResponse.Builder toBuilder()
toBuilder
in interface com.google.protobuf.MessageLite
Copyright © 2010-2017, The Async HBase Authors