public static class QuotaService.AsyncClient extends org.apache.thrift.async.TAsyncClient implements QuotaService.AsyncIface
| Modifier and Type | Class and Description |
|---|---|
static class |
QuotaService.AsyncClient.Factory |
static class |
QuotaService.AsyncClient.getByAppIdentity_call |
static class |
QuotaService.AsyncClient.updateByAppIdentity_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 |
getByAppIdentity(java.lang.String identity,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
updateByAppIdentity(java.lang.String identity,
Quota quota,
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 getByAppIdentity(java.lang.String identity,
org.apache.thrift.async.AsyncMethodCallback resultHandler)
throws org.apache.thrift.TException
getByAppIdentity in interface QuotaService.AsyncIfaceorg.apache.thrift.TExceptionpublic void updateByAppIdentity(java.lang.String identity,
Quota quota,
org.apache.thrift.async.AsyncMethodCallback resultHandler)
throws org.apache.thrift.TException
updateByAppIdentity in interface QuotaService.AsyncIfaceorg.apache.thrift.TExceptionCopyright © 2023. All Rights Reserved.