Package org.apache.hadoop.hbase.client
Class ClientCoprocessorRpcController
java.lang.Object
org.apache.hadoop.hbase.client.ClientCoprocessorRpcController
- All Implemented Interfaces:
org.apache.hbase.thirdparty.com.google.protobuf.RpcController
@Private
public class ClientCoprocessorRpcController
extends Object
implements org.apache.hbase.thirdparty.com.google.protobuf.RpcController
Client side rpc controller for coprocessor implementation. It is only used to pass error.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
failed()
boolean
void
notifyOnCancel
(org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<Object> callback) void
reset()
void
void
void
-
Field Details
-
error
-
-
Constructor Details
-
ClientCoprocessorRpcController
public ClientCoprocessorRpcController()
-
-
Method Details
-
reset
- Specified by:
reset
in interfaceorg.apache.hbase.thirdparty.com.google.protobuf.RpcController
-
failed
- Specified by:
failed
in interfaceorg.apache.hbase.thirdparty.com.google.protobuf.RpcController
-
errorText
- Specified by:
errorText
in interfaceorg.apache.hbase.thirdparty.com.google.protobuf.RpcController
-
startCancel
- Specified by:
startCancel
in interfaceorg.apache.hbase.thirdparty.com.google.protobuf.RpcController
-
setFailed
- Specified by:
setFailed
in interfaceorg.apache.hbase.thirdparty.com.google.protobuf.RpcController
-
isCanceled
- Specified by:
isCanceled
in interfaceorg.apache.hbase.thirdparty.com.google.protobuf.RpcController
-
notifyOnCancel
public void notifyOnCancel(org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<Object> callback) - Specified by:
notifyOnCancel
in interfaceorg.apache.hbase.thirdparty.com.google.protobuf.RpcController
-
setFailed
-
getFailed
-