Package dev.vality.fistful.fistful_stat
Class FistfulStatisticsSrv.AsyncClient
java.lang.Object
org.apache.thrift.async.TAsyncClient
dev.vality.fistful.fistful_stat.FistfulStatisticsSrv.AsyncClient
- All Implemented Interfaces:
FistfulStatisticsSrv.AsyncIface
- Enclosing class:
- FistfulStatisticsSrv
public static class FistfulStatisticsSrv.AsyncClient extends org.apache.thrift.async.TAsyncClient implements FistfulStatisticsSrv.AsyncIface
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFistfulStatisticsSrv.AsyncClient.Factorystatic classFistfulStatisticsSrv.AsyncClient.GetDepositAdjustments_callstatic classFistfulStatisticsSrv.AsyncClient.GetDepositReverts_callstatic classFistfulStatisticsSrv.AsyncClient.GetDeposits_callstatic classFistfulStatisticsSrv.AsyncClient.GetDestinations_callstatic classFistfulStatisticsSrv.AsyncClient.GetIdentities_callstatic classFistfulStatisticsSrv.AsyncClient.GetWallets_callstatic classFistfulStatisticsSrv.AsyncClient.GetWithdrawals_call -
Field Summary
Fields inherited from class org.apache.thrift.async.TAsyncClient
___currentMethod, ___manager, ___protocolFactory, ___transport -
Constructor Summary
Constructors Constructor Description AsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.async.TAsyncClientManager clientManager, org.apache.thrift.transport.TNonblockingTransport transport) -
Method Summary
Modifier and Type Method Description voidgetDepositAdjustments(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler)voidgetDepositReverts(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler)voidgetDeposits(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler)voidgetDestinations(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler)voidgetIdentities(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler)voidgetWallets(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler)voidgetWithdrawals(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler)Methods inherited from class org.apache.thrift.async.TAsyncClient
checkReady, getError, getProtocolFactory, getTimeout, hasError, hasTimeout, onComplete, onError, setTimeout
-
Constructor Details
-
AsyncClient
public AsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.async.TAsyncClientManager clientManager, org.apache.thrift.transport.TNonblockingTransport transport)
-
-
Method Details
-
getWallets
public void getWallets(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) throws org.apache.thrift.TException- Specified by:
getWalletsin interfaceFistfulStatisticsSrv.AsyncIface- Throws:
org.apache.thrift.TException
-
getWithdrawals
public void getWithdrawals(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) throws org.apache.thrift.TException- Specified by:
getWithdrawalsin interfaceFistfulStatisticsSrv.AsyncIface- Throws:
org.apache.thrift.TException
-
getDeposits
public void getDeposits(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) throws org.apache.thrift.TException- Specified by:
getDepositsin interfaceFistfulStatisticsSrv.AsyncIface- Throws:
org.apache.thrift.TException
-
getDestinations
public void getDestinations(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) throws org.apache.thrift.TException- Specified by:
getDestinationsin interfaceFistfulStatisticsSrv.AsyncIface- Throws:
org.apache.thrift.TException
-
getIdentities
public void getIdentities(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) throws org.apache.thrift.TException- Specified by:
getIdentitiesin interfaceFistfulStatisticsSrv.AsyncIface- Throws:
org.apache.thrift.TException
-
getDepositReverts
public void getDepositReverts(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) throws org.apache.thrift.TException- Specified by:
getDepositRevertsin interfaceFistfulStatisticsSrv.AsyncIface- Throws:
org.apache.thrift.TException
-
getDepositAdjustments
public void getDepositAdjustments(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) throws org.apache.thrift.TException- Specified by:
getDepositAdjustmentsin interfaceFistfulStatisticsSrv.AsyncIface- Throws:
org.apache.thrift.TException
-