public static class SecondRankService.AsyncClient extends org.apache.thrift.async.TAsyncClient implements SecondRankService.AsyncIface
| Modifier and Type | Class and Description |
|---|---|
static class |
SecondRankService.AsyncClient.Factory |
static class |
SecondRankService.AsyncClient.getById_call |
static class |
SecondRankService.AsyncClient.listAll_call |
static class |
SecondRankService.AsyncClient.listByAppIdAndName_call |
static class |
SecondRankService.AsyncClient.removeById_call |
static class |
SecondRankService.AsyncClient.save_call |
static class |
SecondRankService.AsyncClient.updateById_call |
| Constructor and Description |
|---|
AsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.async.TAsyncClientManager clientManager,
org.apache.thrift.transport.TNonblockingTransport transport) |
| Modifier and Type | Method and Description |
|---|---|
void |
getById(java.lang.String id,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
listAll(org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
listByAppIdAndName(java.lang.String appId,
java.lang.String name,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
removeById(java.lang.String id,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
save(SecondRank secondRank,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
updateById(java.lang.String id,
SecondRank secondRank,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
public AsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.async.TAsyncClientManager clientManager,
org.apache.thrift.transport.TNonblockingTransport transport)
public void save(SecondRank secondRank, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
save in interface SecondRankService.AsyncIfaceorg.apache.thrift.TExceptionpublic void listAll(org.apache.thrift.async.AsyncMethodCallback resultHandler)
throws org.apache.thrift.TException
listAll in interface SecondRankService.AsyncIfaceorg.apache.thrift.TExceptionpublic void getById(java.lang.String id,
org.apache.thrift.async.AsyncMethodCallback resultHandler)
throws org.apache.thrift.TException
getById in interface SecondRankService.AsyncIfaceorg.apache.thrift.TExceptionpublic void listByAppIdAndName(java.lang.String appId,
java.lang.String name,
org.apache.thrift.async.AsyncMethodCallback resultHandler)
throws org.apache.thrift.TException
listByAppIdAndName in interface SecondRankService.AsyncIfaceorg.apache.thrift.TExceptionpublic void updateById(java.lang.String id,
SecondRank secondRank,
org.apache.thrift.async.AsyncMethodCallback resultHandler)
throws org.apache.thrift.TException
updateById in interface SecondRankService.AsyncIfaceorg.apache.thrift.TExceptionpublic void removeById(java.lang.String id,
org.apache.thrift.async.AsyncMethodCallback resultHandler)
throws org.apache.thrift.TException
removeById in interface SecondRankService.AsyncIfaceorg.apache.thrift.TExceptionCopyright © 2023. All Rights Reserved.