public static interface PeerInterface_thrift.Iface
| Modifier and Type | Method and Description |
|---|---|
PeerResponse_thrift |
abort_peer_thrift(long startTS,
long transactionId,
boolean bReleaseLock) |
PeerResponse_thrift |
commit_peer_thrift(long startTS,
long commitTS,
long transactionId) |
java.util.List<java.lang.Long> |
getCtsSts_peer_thrift() |
long |
getSTS_peer_thrift() |
long |
reportCompletion_peer_thrift(long commitTS) |
long |
reportCompletionBatch_peer_thrift(java.util.List<java.lang.Long> commitTS) |
PeerResponse_thrift |
validate_peer_thrift(long startTS,
RWSetInfo_thrift rwSet,
long transactionId) |
long reportCompletion_peer_thrift(long commitTS)
throws org.apache.thrift.TException
org.apache.thrift.TExceptionlong reportCompletionBatch_peer_thrift(java.util.List<java.lang.Long> commitTS)
throws org.apache.thrift.TException
org.apache.thrift.TExceptionPeerResponse_thrift validate_peer_thrift(long startTS, RWSetInfo_thrift rwSet, long transactionId) throws org.apache.thrift.TException
org.apache.thrift.TExceptionlong getSTS_peer_thrift()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionjava.util.List<java.lang.Long> getCtsSts_peer_thrift()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionPeerResponse_thrift commit_peer_thrift(long startTS, long commitTS, long transactionId) throws org.apache.thrift.TException
org.apache.thrift.TExceptionPeerResponse_thrift abort_peer_thrift(long startTS, long transactionId, boolean bReleaseLock) throws org.apache.thrift.TException
org.apache.thrift.TException