@InterfaceAudience.Private public class ClientCoprocessorRpcController extends Object implements org.apache.hbase.thirdparty.com.google.protobuf.RpcController
Constructor and Description |
---|
ClientCoprocessorRpcController() |
Modifier and Type | Method and Description |
---|---|
String |
errorText() |
boolean |
failed() |
Throwable |
getFailed() |
boolean |
isCanceled() |
void |
notifyOnCancel(org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<Object> callback) |
void |
reset() |
void |
setFailed(String reason) |
void |
setFailed(Throwable error) |
void |
startCancel() |
public void reset()
reset
in interface org.apache.hbase.thirdparty.com.google.protobuf.RpcController
public boolean failed()
failed
in interface org.apache.hbase.thirdparty.com.google.protobuf.RpcController
public String errorText()
errorText
in interface org.apache.hbase.thirdparty.com.google.protobuf.RpcController
public void startCancel()
startCancel
in interface org.apache.hbase.thirdparty.com.google.protobuf.RpcController
public void setFailed(String reason)
setFailed
in interface org.apache.hbase.thirdparty.com.google.protobuf.RpcController
public boolean isCanceled()
isCanceled
in interface org.apache.hbase.thirdparty.com.google.protobuf.RpcController
public void notifyOnCancel(org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<Object> callback)
notifyOnCancel
in interface org.apache.hbase.thirdparty.com.google.protobuf.RpcController
public void setFailed(Throwable error)
public Throwable getFailed()
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.