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