| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.protobuf.generated |
| 限定符和类型 | 类和说明 |
|---|---|
static class |
RPCProtos.ExceptionResponse
Protobuf type
hbase.pb.ExceptionResponse
At the RPC layer, this message is used to carry
the server side exception to the RPC client. |
static class |
RPCProtos.ExceptionResponse.Builder
Protobuf type
hbase.pb.ExceptionResponse
At the RPC layer, this message is used to carry
the server side exception to the RPC client. |
| 限定符和类型 | 方法和说明 |
|---|---|
RPCProtos.ExceptionResponseOrBuilder |
RPCProtos.ResponseHeaderOrBuilder.getExceptionOrBuilder()
optional .hbase.pb.ExceptionResponse exception = 2;
If present, then request threw an exception and no response message (else we presume one)
|
RPCProtos.ExceptionResponseOrBuilder |
RPCProtos.ResponseHeader.getExceptionOrBuilder()
optional .hbase.pb.ExceptionResponse exception = 2;
If present, then request threw an exception and no response message (else we presume one)
|
RPCProtos.ExceptionResponseOrBuilder |
RPCProtos.ResponseHeader.Builder.getExceptionOrBuilder()
optional .hbase.pb.ExceptionResponse exception = 2;
If present, then request threw an exception and no response message (else we presume one)
|
Copyright © 2007–2019. All rights reserved.