public static class GraphService.AsyncClient extends com.facebook.thrift.async.TAsyncClient implements GraphService.AsyncIface
| Modifier and Type | Class and Description |
|---|---|
static class |
GraphService.AsyncClient.authenticate_call |
static class |
GraphService.AsyncClient.execute_call |
static class |
GraphService.AsyncClient.executeJson_call |
static class |
GraphService.AsyncClient.executeJsonWithParameter_call |
static class |
GraphService.AsyncClient.executeWithParameter_call |
static class |
GraphService.AsyncClient.Factory |
static class |
GraphService.AsyncClient.health_call |
static class |
GraphService.AsyncClient.signout_call |
static class |
GraphService.AsyncClient.verifyClientVersion_call |
| Constructor and Description |
|---|
AsyncClient(com.facebook.thrift.protocol.TProtocolFactory protocolFactory,
com.facebook.thrift.async.TAsyncClientManager clientManager,
com.facebook.thrift.transport.TNonblockingTransport transport) |
| Modifier and Type | Method and Description |
|---|---|
void |
authenticate(byte[] username,
byte[] password,
com.facebook.thrift.async.AsyncMethodCallback resultHandler37) |
void |
execute(long sessionId,
byte[] stmt,
com.facebook.thrift.async.AsyncMethodCallback resultHandler47) |
void |
executeJson(long sessionId,
byte[] stmt,
com.facebook.thrift.async.AsyncMethodCallback resultHandler57) |
void |
executeJsonWithParameter(long sessionId,
byte[] stmt,
Map<byte[],Value> parameterMap,
com.facebook.thrift.async.AsyncMethodCallback resultHandler62) |
void |
executeWithParameter(long sessionId,
byte[] stmt,
Map<byte[],Value> parameterMap,
com.facebook.thrift.async.AsyncMethodCallback resultHandler52) |
void |
health(com.facebook.thrift.async.AsyncMethodCallback resultHandler72) |
void |
signout(long sessionId,
com.facebook.thrift.async.AsyncMethodCallback resultHandler42) |
void |
verifyClientVersion(VerifyClientVersionReq req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler67) |
public AsyncClient(com.facebook.thrift.protocol.TProtocolFactory protocolFactory,
com.facebook.thrift.async.TAsyncClientManager clientManager,
com.facebook.thrift.transport.TNonblockingTransport transport)
public void authenticate(byte[] username,
byte[] password,
com.facebook.thrift.async.AsyncMethodCallback resultHandler37)
throws com.facebook.thrift.TException
authenticate in interface GraphService.AsyncIfacecom.facebook.thrift.TExceptionpublic void signout(long sessionId,
com.facebook.thrift.async.AsyncMethodCallback resultHandler42)
throws com.facebook.thrift.TException
signout in interface GraphService.AsyncIfacecom.facebook.thrift.TExceptionpublic void execute(long sessionId,
byte[] stmt,
com.facebook.thrift.async.AsyncMethodCallback resultHandler47)
throws com.facebook.thrift.TException
execute in interface GraphService.AsyncIfacecom.facebook.thrift.TExceptionpublic void executeWithParameter(long sessionId,
byte[] stmt,
Map<byte[],Value> parameterMap,
com.facebook.thrift.async.AsyncMethodCallback resultHandler52)
throws com.facebook.thrift.TException
executeWithParameter in interface GraphService.AsyncIfacecom.facebook.thrift.TExceptionpublic void executeJson(long sessionId,
byte[] stmt,
com.facebook.thrift.async.AsyncMethodCallback resultHandler57)
throws com.facebook.thrift.TException
executeJson in interface GraphService.AsyncIfacecom.facebook.thrift.TExceptionpublic void executeJsonWithParameter(long sessionId,
byte[] stmt,
Map<byte[],Value> parameterMap,
com.facebook.thrift.async.AsyncMethodCallback resultHandler62)
throws com.facebook.thrift.TException
executeJsonWithParameter in interface GraphService.AsyncIfacecom.facebook.thrift.TExceptionpublic void verifyClientVersion(VerifyClientVersionReq req, com.facebook.thrift.async.AsyncMethodCallback resultHandler67) throws com.facebook.thrift.TException
verifyClientVersion in interface GraphService.AsyncIfacecom.facebook.thrift.TExceptionpublic void health(com.facebook.thrift.async.AsyncMethodCallback resultHandler72)
throws com.facebook.thrift.TException
health in interface GraphService.AsyncIfacecom.facebook.thrift.TExceptionCopyright © 2024. All rights reserved.