public static class AppService.AsyncClient extends org.apache.thrift.async.TAsyncClient implements AppService.AsyncIface
| Modifier and Type | Class and Description |
|---|---|
static class |
AppService.AsyncClient.Factory |
static class |
AppService.AsyncClient.getById_call |
static class |
AppService.AsyncClient.listAll_call |
static class |
AppService.AsyncClient.reindexById_call |
static class |
AppService.AsyncClient.removeById_call |
static class |
AppService.AsyncClient.save_call |
static class |
AppService.AsyncClient.switchTo_call |
static class |
AppService.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 identity,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
listAll(Pageable pageable,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
reindexById(java.lang.String identity,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
removeById(java.lang.String identity,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
save(java.lang.String app,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
switchTo(java.lang.String identity,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
updateById(java.lang.String identity,
java.lang.String app,
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(java.lang.String app,
org.apache.thrift.async.AsyncMethodCallback resultHandler)
throws org.apache.thrift.TException
save in interface AppService.AsyncIfaceorg.apache.thrift.TExceptionpublic void getById(java.lang.String identity,
org.apache.thrift.async.AsyncMethodCallback resultHandler)
throws org.apache.thrift.TException
getById in interface AppService.AsyncIfaceorg.apache.thrift.TExceptionpublic void listAll(Pageable pageable, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
listAll in interface AppService.AsyncIfaceorg.apache.thrift.TExceptionpublic void removeById(java.lang.String identity,
org.apache.thrift.async.AsyncMethodCallback resultHandler)
throws org.apache.thrift.TException
removeById in interface AppService.AsyncIfaceorg.apache.thrift.TExceptionpublic void updateById(java.lang.String identity,
java.lang.String app,
org.apache.thrift.async.AsyncMethodCallback resultHandler)
throws org.apache.thrift.TException
updateById in interface AppService.AsyncIfaceorg.apache.thrift.TExceptionpublic void reindexById(java.lang.String identity,
org.apache.thrift.async.AsyncMethodCallback resultHandler)
throws org.apache.thrift.TException
reindexById in interface AppService.AsyncIfaceorg.apache.thrift.TExceptionpublic void switchTo(java.lang.String identity,
org.apache.thrift.async.AsyncMethodCallback resultHandler)
throws org.apache.thrift.TException
switchTo in interface AppService.AsyncIfaceorg.apache.thrift.TExceptionCopyright © 2023. All Rights Reserved.