static class AggregationClient.AggregationClientRpcController extends Object implements com.google.protobuf.RpcController
| Modifier and Type | Field and Description |
|---|---|
private boolean |
cancelled |
private String |
errorText |
private boolean |
failed |
| Constructor and Description |
|---|
AggregationClientRpcController() |
| Modifier and Type | Method and Description |
|---|---|
String |
errorText() |
boolean |
failed() |
boolean |
isCanceled() |
void |
notifyOnCancel(com.google.protobuf.RpcCallback<Object> arg0) |
void |
reset() |
void |
setFailed(String errorText) |
void |
startCancel() |
AggregationClientRpcController()
public String errorText()
errorText in interface com.google.protobuf.RpcControllerpublic boolean failed()
failed in interface com.google.protobuf.RpcControllerpublic boolean isCanceled()
isCanceled in interface com.google.protobuf.RpcControllerpublic void notifyOnCancel(com.google.protobuf.RpcCallback<Object> arg0)
notifyOnCancel in interface com.google.protobuf.RpcControllerpublic void reset()
reset in interface com.google.protobuf.RpcControllerpublic void setFailed(String errorText)
setFailed in interface com.google.protobuf.RpcControllerpublic void startCancel()
startCancel in interface com.google.protobuf.RpcControllerCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.