Package org.apache.hadoop.hbase.client
Class ClientCoprocessorRpcController
java.lang.Object
org.apache.hadoop.hbase.client.ClientCoprocessorRpcController
- All Implemented Interfaces:
com.google.protobuf.RpcController
@Private
public class ClientCoprocessorRpcController
extends Object
implements 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
(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 interfacecom.google.protobuf.RpcController
-
failed
- Specified by:
failed
in interfacecom.google.protobuf.RpcController
-
errorText
- Specified by:
errorText
in interfacecom.google.protobuf.RpcController
-
startCancel
- Specified by:
startCancel
in interfacecom.google.protobuf.RpcController
-
setFailed
- Specified by:
setFailed
in interfacecom.google.protobuf.RpcController
-
isCanceled
- Specified by:
isCanceled
in interfacecom.google.protobuf.RpcController
-
notifyOnCancel
- Specified by:
notifyOnCancel
in interfacecom.google.protobuf.RpcController
-
setFailed
-
getFailed
-