Class ManagementSrv.Client
java.lang.Object
org.apache.thrift.TServiceClient
dev.vality.fistful.withdrawal_session.ManagementSrv.Client
- All Implemented Interfaces:
ManagementSrv.Iface
- Enclosing class:
- ManagementSrv
public static class ManagementSrv.Client extends org.apache.thrift.TServiceClient implements ManagementSrv.Iface
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classManagementSrv.Client.Factory -
Field Summary
Fields inherited from class org.apache.thrift.TServiceClient
iprot_, oprot_, seqid_ -
Constructor Summary
-
Method Summary
Modifier and Type Method Description SessionStateget(String id, EventRange range)Map<String,Value>getContext(String id)SessionStaterecvGet()Map<String,Value>recvGetContext()voidsendGet(String id, EventRange range)voidsendGetContext(String id)Methods inherited from class org.apache.thrift.TServiceClient
getInputProtocol, getOutputProtocol, receiveBase, sendBase, sendBaseOneway
-
Constructor Details
-
Client
public Client(org.apache.thrift.protocol.TProtocol prot) -
Client
public Client(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
-
-
Method Details
-
get
public SessionState get(String id, EventRange range) throws WithdrawalSessionNotFound, org.apache.thrift.TException- Specified by:
getin interfaceManagementSrv.Iface- Throws:
WithdrawalSessionNotFoundorg.apache.thrift.TException
-
sendGet
- Throws:
org.apache.thrift.TException
-
recvGet
- Throws:
WithdrawalSessionNotFoundorg.apache.thrift.TException
-
getContext
public Map<String,Value> getContext(String id) throws WithdrawalSessionNotFound, org.apache.thrift.TException- Specified by:
getContextin interfaceManagementSrv.Iface- Throws:
WithdrawalSessionNotFoundorg.apache.thrift.TException
-
sendGetContext
- Throws:
org.apache.thrift.TException
-
recvGetContext
public Map<String,Value> recvGetContext() throws WithdrawalSessionNotFound, org.apache.thrift.TException- Throws:
WithdrawalSessionNotFoundorg.apache.thrift.TException
-