public static interface GraphService.AsyncIface
| Modifier and Type | Method and Description |
|---|---|
void |
authenticate(byte[] username,
byte[] password,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void |
execute(long sessionId,
byte[] stmt,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void |
executeJson(long sessionId,
byte[] stmt,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void |
executeJsonWithParameter(long sessionId,
byte[] stmt,
Map<byte[],Value> parameterMap,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void |
executeWithParameter(long sessionId,
byte[] stmt,
Map<byte[],Value> parameterMap,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void |
signout(long sessionId,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void |
verifyClientVersion(VerifyClientVersionReq req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void authenticate(byte[] username,
byte[] password,
com.facebook.thrift.async.AsyncMethodCallback resultHandler)
throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionvoid signout(long sessionId,
com.facebook.thrift.async.AsyncMethodCallback resultHandler)
throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionvoid execute(long sessionId,
byte[] stmt,
com.facebook.thrift.async.AsyncMethodCallback resultHandler)
throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionvoid executeWithParameter(long sessionId,
byte[] stmt,
Map<byte[],Value> parameterMap,
com.facebook.thrift.async.AsyncMethodCallback resultHandler)
throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionvoid executeJson(long sessionId,
byte[] stmt,
com.facebook.thrift.async.AsyncMethodCallback resultHandler)
throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionvoid executeJsonWithParameter(long sessionId,
byte[] stmt,
Map<byte[],Value> parameterMap,
com.facebook.thrift.async.AsyncMethodCallback resultHandler)
throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionvoid verifyClientVersion(VerifyClientVersionReq req, com.facebook.thrift.async.AsyncMethodCallback resultHandler) throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionCopyright © 2022. All rights reserved.