public static final class ClientProtos.ResultOrException extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3 implements ClientProtos.ResultOrExceptionOrBuilder
Either a Result or an Exception NameBytesPair (keyed by exception name whose value is the exception stringified) or maybe empty if no result and no exception.Protobuf type
hbase.pb.ResultOrException| 限定符和类型 | 类和说明 |
|---|---|
static class |
ClientProtos.ResultOrException.Builder
Either a Result or an Exception NameBytesPair (keyed by
exception name whose value is the exception stringified)
or maybe empty if no result and no exception.
|
org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| 限定符和类型 | 字段和说明 |
|---|---|
static int |
EXCEPTION_FIELD_NUMBER |
static int |
INDEX_FIELD_NUMBER |
static int |
LOADSTATS_FIELD_NUMBER |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClientProtos.ResultOrException> |
PARSER
已过时。
|
static int |
RESULT_FIELD_NUMBER |
static int |
SERVICE_RESULT_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
static ClientProtos.ResultOrException |
getDefaultInstance() |
ClientProtos.ResultOrException |
getDefaultInstanceForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
HBaseProtos.NameBytesPair |
getException()
optional .hbase.pb.NameBytesPair exception = 3; |
HBaseProtos.NameBytesPairOrBuilder |
getExceptionOrBuilder()
optional .hbase.pb.NameBytesPair exception = 3; |
int |
getIndex()
If part of a multi call, save original index of the list of all
passed so can align this response w/ original request.
|
ClientProtos.RegionLoadStats |
getLoadStats()
已过时。
|
ClientProtos.RegionLoadStatsOrBuilder |
getLoadStatsOrBuilder()
已过时。
|
org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClientProtos.ResultOrException> |
getParserForType() |
ClientProtos.Result |
getResult()
optional .hbase.pb.Result result = 2; |
ClientProtos.ResultOrBuilder |
getResultOrBuilder()
optional .hbase.pb.Result result = 2; |
int |
getSerializedSize() |
ClientProtos.CoprocessorServiceResult |
getServiceResult()
result if this was a coprocessor service call
optional .hbase.pb.CoprocessorServiceResult service_result = 4; |
ClientProtos.CoprocessorServiceResultOrBuilder |
getServiceResultOrBuilder()
result if this was a coprocessor service call
optional .hbase.pb.CoprocessorServiceResult service_result = 4; |
org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasException()
optional .hbase.pb.NameBytesPair exception = 3; |
int |
hashCode() |
boolean |
hasIndex()
If part of a multi call, save original index of the list of all
passed so can align this response w/ original request.
|
boolean |
hasLoadStats()
已过时。
|
boolean |
hasResult()
optional .hbase.pb.Result result = 2; |
boolean |
hasServiceResult()
result if this was a coprocessor service call
optional .hbase.pb.CoprocessorServiceResult service_result = 4; |
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ClientProtos.ResultOrException.Builder |
newBuilder() |
static ClientProtos.ResultOrException.Builder |
newBuilder(ClientProtos.ResultOrException prototype) |
ClientProtos.ResultOrException.Builder |
newBuilderForType() |
protected ClientProtos.ResultOrException.Builder |
newBuilderForType(org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static ClientProtos.ResultOrException |
parseDelimitedFrom(InputStream input) |
static ClientProtos.ResultOrException |
parseDelimitedFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.ResultOrException |
parseFrom(byte[] data) |
static ClientProtos.ResultOrException |
parseFrom(byte[] data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.ResultOrException |
parseFrom(ByteBuffer data) |
static ClientProtos.ResultOrException |
parseFrom(ByteBuffer data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.ResultOrException |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) |
static ClientProtos.ResultOrException |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.ResultOrException |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) |
static ClientProtos.ResultOrException |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.ResultOrException |
parseFrom(InputStream input) |
static ClientProtos.ResultOrException |
parseFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClientProtos.ResultOrException> |
parser() |
ClientProtos.ResultOrException.Builder |
toBuilder() |
void |
writeTo(org.apache.hbase.thirdparty.com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static final int INDEX_FIELD_NUMBER
public static final int RESULT_FIELD_NUMBER
public static final int EXCEPTION_FIELD_NUMBER
public static final int SERVICE_RESULT_FIELD_NUMBER
public static final int LOADSTATS_FIELD_NUMBER
@Deprecated public static final org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClientProtos.ResultOrException> PARSER
public final org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public static final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public boolean hasIndex()
If part of a multi call, save original index of the list of all passed so can align this response w/ original request.
optional uint32 index = 1;public int getIndex()
If part of a multi call, save original index of the list of all passed so can align this response w/ original request.
optional uint32 index = 1;public boolean hasResult()
optional .hbase.pb.Result result = 2;public ClientProtos.Result getResult()
optional .hbase.pb.Result result = 2;public ClientProtos.ResultOrBuilder getResultOrBuilder()
optional .hbase.pb.Result result = 2;public boolean hasException()
optional .hbase.pb.NameBytesPair exception = 3;public HBaseProtos.NameBytesPair getException()
optional .hbase.pb.NameBytesPair exception = 3;public HBaseProtos.NameBytesPairOrBuilder getExceptionOrBuilder()
optional .hbase.pb.NameBytesPair exception = 3;public boolean hasServiceResult()
result if this was a coprocessor service call
optional .hbase.pb.CoprocessorServiceResult service_result = 4;public ClientProtos.CoprocessorServiceResult getServiceResult()
result if this was a coprocessor service call
optional .hbase.pb.CoprocessorServiceResult service_result = 4;public ClientProtos.CoprocessorServiceResultOrBuilder getServiceResultOrBuilder()
result if this was a coprocessor service call
optional .hbase.pb.CoprocessorServiceResult service_result = 4;@Deprecated public boolean hasLoadStats()
current load on the region
optional .hbase.pb.RegionLoadStats loadStats = 5 [deprecated = true];@Deprecated public ClientProtos.RegionLoadStats getLoadStats()
current load on the region
optional .hbase.pb.RegionLoadStats loadStats = 5 [deprecated = true];@Deprecated public ClientProtos.RegionLoadStatsOrBuilder getLoadStatsOrBuilder()
current load on the region
optional .hbase.pb.RegionLoadStats loadStats = 5 [deprecated = true];public final boolean isInitialized()
isInitialized 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public void writeTo(org.apache.hbase.thirdparty.com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLitewriteTo 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLitegetSerializedSize 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Messageequals 在类中 org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessagehashCode 在类中 org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessagepublic static ClientProtos.ResultOrException parseFrom(ByteBuffer data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientProtos.ResultOrException parseFrom(ByteBuffer data, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientProtos.ResultOrException parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientProtos.ResultOrException parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientProtos.ResultOrException parseFrom(byte[] data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientProtos.ResultOrException parseFrom(byte[] data, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientProtos.ResultOrException parseFrom(InputStream input) throws IOException
IOExceptionpublic static ClientProtos.ResultOrException parseFrom(InputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClientProtos.ResultOrException parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ClientProtos.ResultOrException parseDelimitedFrom(InputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClientProtos.ResultOrException parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ClientProtos.ResultOrException parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ClientProtos.ResultOrException.Builder newBuilderForType()
newBuilderForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessagenewBuilderForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLitepublic static ClientProtos.ResultOrException.Builder newBuilder()
public static ClientProtos.ResultOrException.Builder newBuilder(ClientProtos.ResultOrException prototype)
public ClientProtos.ResultOrException.Builder toBuilder()
toBuilder 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessagetoBuilder 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteprotected ClientProtos.ResultOrException.Builder newBuilderForType(org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public static ClientProtos.ResultOrException getDefaultInstance()
public static org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClientProtos.ResultOrException> parser()
public org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClientProtos.ResultOrException> getParserForType()
getParserForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessagegetParserForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLitegetParserForType 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public ClientProtos.ResultOrException getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilderCopyright © 2007–2019. All rights reserved.