Package dev.vality.fistful.fistful_stat
Interface FistfulStatisticsSrv.AsyncIface
- All Known Implementing Classes:
FistfulStatisticsSrv.AsyncClient
- Enclosing class:
- FistfulStatisticsSrv
public static interface FistfulStatisticsSrv.AsyncIface
-
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)
-
Method Details
-
getWallets
void getWallets(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
getWithdrawals
void getWithdrawals(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
getDeposits
void getDeposits(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
getDestinations
void getDestinations(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
getIdentities
void getIdentities(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
getDepositReverts
void getDepositReverts(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
getDepositAdjustments
void getDepositAdjustments(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-