public interface PeerInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
PeerResponse |
abort(long startTS,
long transactionId,
boolean bReleaseLock) |
PeerResponse |
commit(long startTS,
long commitTS,
long transactionId) |
long[] |
getCtsSts() |
long |
getGTS() |
long |
getSTS() |
long |
reportCompletion(long commitTS) |
long |
reportCompletion(Vector<Long> commitTSList) |
PeerResponse |
validate(long startTS,
RWSetInfo rwSet,
long transactionId) |
long reportCompletion(long commitTS)
throws RemoteException
RemoteExceptionlong reportCompletion(Vector<Long> commitTSList) throws RemoteException
RemoteExceptionPeerResponse validate(long startTS, RWSetInfo rwSet, long transactionId) throws RemoteException
RemoteExceptionlong getGTS()
throws RemoteException
RemoteExceptionlong getSTS()
throws RemoteException
RemoteExceptionlong[] getCtsSts()
throws RemoteException
RemoteExceptionPeerResponse commit(long startTS, long commitTS, long transactionId) throws RemoteException
RemoteExceptionPeerResponse abort(long startTS, long transactionId, boolean bReleaseLock) throws RemoteException
RemoteException