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.RpcController
public boolean failed()
failed
in interface com.google.protobuf.RpcController
public boolean isCanceled()
isCanceled
in interface com.google.protobuf.RpcController
public void notifyOnCancel(com.google.protobuf.RpcCallback<Object> arg0)
notifyOnCancel
in interface com.google.protobuf.RpcController
public void reset()
reset
in interface com.google.protobuf.RpcController
public void setFailed(String errorText)
setFailed
in interface com.google.protobuf.RpcController
public void startCancel()
startCancel
in interface com.google.protobuf.RpcController
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.