Package dev.vality.damsel.wb_list
Class WbListServiceSrv.AsyncClient
java.lang.Object
org.apache.thrift.async.TAsyncClient
dev.vality.damsel.wb_list.WbListServiceSrv.AsyncClient
- All Implemented Interfaces:
WbListServiceSrv.AsyncIface
- Enclosing class:
- WbListServiceSrv
public static class WbListServiceSrv.AsyncClient extends org.apache.thrift.async.TAsyncClient implements WbListServiceSrv.AsyncIface
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWbListServiceSrv.AsyncClient.Factorystatic classWbListServiceSrv.AsyncClient.getRowInfo_callstatic classWbListServiceSrv.AsyncClient.isAllExist_callstatic classWbListServiceSrv.AsyncClient.isAnyExist_callstatic classWbListServiceSrv.AsyncClient.isExist_callstatic classWbListServiceSrv.AsyncClient.isNotOneExist_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 voidgetRowInfo(Row row, org.apache.thrift.async.AsyncMethodCallback<Result> resultHandler)voidisAllExist(List<Row> row, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler)voidisAnyExist(List<Row> row, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler)voidisExist(Row row, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler)voidisNotOneExist(List<Row> row, org.apache.thrift.async.AsyncMethodCallback<Boolean> 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
-
isExist
public void isExist(Row row, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) throws org.apache.thrift.TException- Specified by:
isExistin interfaceWbListServiceSrv.AsyncIface- Throws:
org.apache.thrift.TException
-
isAllExist
public void isAllExist(List<Row> row, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) throws org.apache.thrift.TException- Specified by:
isAllExistin interfaceWbListServiceSrv.AsyncIface- Throws:
org.apache.thrift.TException
-
isAnyExist
public void isAnyExist(List<Row> row, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) throws org.apache.thrift.TException- Specified by:
isAnyExistin interfaceWbListServiceSrv.AsyncIface- Throws:
org.apache.thrift.TException
-
isNotOneExist
public void isNotOneExist(List<Row> row, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) throws org.apache.thrift.TException- Specified by:
isNotOneExistin interfaceWbListServiceSrv.AsyncIface- Throws:
org.apache.thrift.TException
-
getRowInfo
public void getRowInfo(Row row, org.apache.thrift.async.AsyncMethodCallback<Result> resultHandler) throws org.apache.thrift.TException- Specified by:
getRowInfoin interfaceWbListServiceSrv.AsyncIface- Throws:
org.apache.thrift.TException
-