public static interface DistributedRPCInvocations.AsyncIface
Modifier and Type | Method and Description |
---|---|
void |
failRequest(String id,
org.apache.storm.thrift.async.AsyncMethodCallback<Void> resultHandler) |
void |
failRequestV2(String id,
DRPCExecutionException e,
org.apache.storm.thrift.async.AsyncMethodCallback<Void> resultHandler) |
void |
fetchRequest(String functionName,
org.apache.storm.thrift.async.AsyncMethodCallback<DRPCRequest> resultHandler) |
void |
result(String id,
String result,
org.apache.storm.thrift.async.AsyncMethodCallback<Void> resultHandler) |
void result(String id, String result, org.apache.storm.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.storm.thrift.TException
org.apache.storm.thrift.TException
void fetchRequest(String functionName, org.apache.storm.thrift.async.AsyncMethodCallback<DRPCRequest> resultHandler) throws org.apache.storm.thrift.TException
org.apache.storm.thrift.TException
void failRequest(String id, org.apache.storm.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.storm.thrift.TException
org.apache.storm.thrift.TException
void failRequestV2(String id, DRPCExecutionException e, org.apache.storm.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.storm.thrift.TException
org.apache.storm.thrift.TException
Copyright © 2022 The Apache Software Foundation. All rights reserved.