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.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 resultHandler36) |
void |
execute(long sessionId,
byte[] stmt,
com.facebook.thrift.async.AsyncMethodCallback resultHandler46) |
void |
executeJson(long sessionId,
byte[] stmt,
com.facebook.thrift.async.AsyncMethodCallback resultHandler56) |
void |
executeJsonWithParameter(long sessionId,
byte[] stmt,
Map<byte[],Value> parameterMap,
com.facebook.thrift.async.AsyncMethodCallback resultHandler61) |
void |
executeWithParameter(long sessionId,
byte[] stmt,
Map<byte[],Value> parameterMap,
com.facebook.thrift.async.AsyncMethodCallback resultHandler51) |
void |
signout(long sessionId,
com.facebook.thrift.async.AsyncMethodCallback resultHandler41) |
void |
verifyClientVersion(VerifyClientVersionReq req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler66) |
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 resultHandler36)
throws com.facebook.thrift.TException
authenticate in interface GraphService.AsyncIfacecom.facebook.thrift.TExceptionpublic void signout(long sessionId,
com.facebook.thrift.async.AsyncMethodCallback resultHandler41)
throws com.facebook.thrift.TException
signout in interface GraphService.AsyncIfacecom.facebook.thrift.TExceptionpublic void execute(long sessionId,
byte[] stmt,
com.facebook.thrift.async.AsyncMethodCallback resultHandler46)
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 resultHandler51)
throws com.facebook.thrift.TException
executeWithParameter in interface GraphService.AsyncIfacecom.facebook.thrift.TExceptionpublic void executeJson(long sessionId,
byte[] stmt,
com.facebook.thrift.async.AsyncMethodCallback resultHandler56)
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 resultHandler61)
throws com.facebook.thrift.TException
executeJsonWithParameter in interface GraphService.AsyncIfacecom.facebook.thrift.TExceptionpublic void verifyClientVersion(VerifyClientVersionReq req, com.facebook.thrift.async.AsyncMethodCallback resultHandler66) throws com.facebook.thrift.TException
verifyClientVersion in interface GraphService.AsyncIfacecom.facebook.thrift.TExceptionCopyright © 2022. All rights reserved.