public static class GraphService.Client extends com.facebook.thrift.EventHandlerBase implements GraphService.Iface, com.facebook.thrift.TClientIf
| Modifier and Type | Field and Description |
|---|---|
protected com.facebook.thrift.protocol.TProtocol |
iprot_ |
protected com.facebook.thrift.protocol.TProtocol |
oprot_ |
protected int |
seqid_ |
| Constructor and Description |
|---|
Client(com.facebook.thrift.protocol.TProtocol prot) |
Client(com.facebook.thrift.protocol.TProtocol iprot,
com.facebook.thrift.protocol.TProtocol oprot) |
| 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) |
com.facebook.thrift.protocol.TProtocol |
getInputProtocol() |
com.facebook.thrift.protocol.TProtocol |
getOutputProtocol() |
AuthResponse |
recv_authenticate() |
ExecutionResponse |
recv_execute() |
byte[] |
recv_executeJson() |
byte[] |
recv_executeJsonWithParameter() |
ExecutionResponse |
recv_executeWithParameter() |
VerifyClientVersionResp |
recv_verifyClientVersion() |
void |
send_authenticate(byte[] username,
byte[] password) |
void |
send_execute(long sessionId,
byte[] stmt) |
void |
send_executeJson(long sessionId,
byte[] stmt) |
void |
send_executeJsonWithParameter(long sessionId,
byte[] stmt,
Map<byte[],Value> parameterMap) |
void |
send_executeWithParameter(long sessionId,
byte[] stmt,
Map<byte[],Value> parameterMap) |
void |
send_signout(long sessionId) |
void |
send_verifyClientVersion(VerifyClientVersionReq req) |
void |
signout(long sessionId) |
VerifyClientVersionResp |
verifyClientVersion(VerifyClientVersionReq req) |
protected com.facebook.thrift.protocol.TProtocol iprot_
protected com.facebook.thrift.protocol.TProtocol oprot_
protected int seqid_
public Client(com.facebook.thrift.protocol.TProtocol prot)
public Client(com.facebook.thrift.protocol.TProtocol iprot,
com.facebook.thrift.protocol.TProtocol oprot)
public com.facebook.thrift.protocol.TProtocol getInputProtocol()
getInputProtocol in interface com.facebook.thrift.TClientIfpublic com.facebook.thrift.protocol.TProtocol getOutputProtocol()
getOutputProtocol in interface com.facebook.thrift.TClientIfpublic AuthResponse authenticate(byte[] username, byte[] password) throws com.facebook.thrift.TException
authenticate in interface GraphService.Ifacecom.facebook.thrift.TExceptionpublic void send_authenticate(byte[] username,
byte[] password)
throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionpublic AuthResponse recv_authenticate() throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionpublic void signout(long sessionId)
throws com.facebook.thrift.TException
signout in interface GraphService.Ifacecom.facebook.thrift.TExceptionpublic void send_signout(long sessionId)
throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionpublic ExecutionResponse execute(long sessionId, byte[] stmt) throws com.facebook.thrift.TException
execute in interface GraphService.Ifacecom.facebook.thrift.TExceptionpublic void send_execute(long sessionId,
byte[] stmt)
throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionpublic ExecutionResponse recv_execute() throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionpublic ExecutionResponse executeWithParameter(long sessionId, byte[] stmt, Map<byte[],Value> parameterMap) throws com.facebook.thrift.TException
executeWithParameter in interface GraphService.Ifacecom.facebook.thrift.TExceptionpublic void send_executeWithParameter(long sessionId,
byte[] stmt,
Map<byte[],Value> parameterMap)
throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionpublic ExecutionResponse recv_executeWithParameter() throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionpublic byte[] executeJson(long sessionId,
byte[] stmt)
throws com.facebook.thrift.TException
executeJson in interface GraphService.Ifacecom.facebook.thrift.TExceptionpublic void send_executeJson(long sessionId,
byte[] stmt)
throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionpublic byte[] recv_executeJson()
throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionpublic byte[] executeJsonWithParameter(long sessionId,
byte[] stmt,
Map<byte[],Value> parameterMap)
throws com.facebook.thrift.TException
executeJsonWithParameter in interface GraphService.Ifacecom.facebook.thrift.TExceptionpublic void send_executeJsonWithParameter(long sessionId,
byte[] stmt,
Map<byte[],Value> parameterMap)
throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionpublic byte[] recv_executeJsonWithParameter()
throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionpublic VerifyClientVersionResp verifyClientVersion(VerifyClientVersionReq req) throws com.facebook.thrift.TException
verifyClientVersion in interface GraphService.Ifacecom.facebook.thrift.TExceptionpublic void send_verifyClientVersion(VerifyClientVersionReq req) throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionpublic VerifyClientVersionResp recv_verifyClientVersion() throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionCopyright © 2022. All rights reserved.