Package | Description |
---|---|
org.hbase.async.generated |
Modifier and Type | Method and Description |
---|---|
static RPCPB.ExceptionResponse |
RPCPB.ExceptionResponse.getDefaultInstance() |
RPCPB.ExceptionResponse |
RPCPB.ResponseHeaderOrBuilder.getException()
If present, then request threw an exception and no response message (else we presume one)
|
RPCPB.ExceptionResponse |
RPCPB.ResponseHeader.getException()
If present, then request threw an exception and no response message (else we presume one)
|
RPCPB.ExceptionResponse |
RPCPB.ResponseHeader.Builder.getException()
If present, then request threw an exception and no response message (else we presume one)
|
static RPCPB.ExceptionResponse |
RPCPB.ExceptionResponse.parseDelimitedFrom(InputStream input) |
static RPCPB.ExceptionResponse |
RPCPB.ExceptionResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RPCPB.ExceptionResponse |
RPCPB.ExceptionResponse.parseFrom(byte[] data) |
static RPCPB.ExceptionResponse |
RPCPB.ExceptionResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RPCPB.ExceptionResponse |
RPCPB.ExceptionResponse.parseFrom(com.google.protobuf.ByteString data) |
static RPCPB.ExceptionResponse |
RPCPB.ExceptionResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RPCPB.ExceptionResponse |
RPCPB.ExceptionResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static RPCPB.ExceptionResponse |
RPCPB.ExceptionResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RPCPB.ExceptionResponse |
RPCPB.ExceptionResponse.parseFrom(InputStream input) |
static RPCPB.ExceptionResponse |
RPCPB.ExceptionResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Parser<RPCPB.ExceptionResponse> |
RPCPB.ExceptionResponse.parser() |
Modifier and Type | Method and Description |
---|---|
RPCPB.ResponseHeader.Builder |
RPCPB.ResponseHeader.Builder.mergeException(RPCPB.ExceptionResponse value)
If present, then request threw an exception and no response message (else we presume one)
|
static RPCPB.ExceptionResponse.Builder |
RPCPB.ExceptionResponse.newBuilder(RPCPB.ExceptionResponse prototype) |
RPCPB.ResponseHeader.Builder |
RPCPB.ResponseHeader.Builder.setException(RPCPB.ExceptionResponse value)
If present, then request threw an exception and no response message (else we presume one)
|
Copyright © 2010–2017 The Async HBase Authors. All rights reserved.