public interface ValidationService extends Remote
| Modifier and Type | Method and Description |
|---|---|
long |
getSTS() |
long |
reportCompletion(long commitTS) |
long |
reportCompletion(Vector<Long> commitTSList) |
ValidateResponse |
validate(long startTS,
RWSetInfo rwSet,
LoadInfo myLoad) |
Hashtable<String,ValidateResponse> |
validateBatch(Queue<ValidationRequest> requestBatch,
LoadInfo myLoad) |
long getSTS()
throws RemoteException
RemoteExceptionlong reportCompletion(long commitTS)
throws RemoteException
RemoteExceptionlong reportCompletion(Vector<Long> commitTSList) throws RemoteException
RemoteExceptionValidateResponse validate(long startTS, RWSetInfo rwSet, LoadInfo myLoad) throws RemoteException
RemoteExceptionHashtable<String,ValidateResponse> validateBatch(Queue<ValidationRequest> requestBatch, LoadInfo myLoad) throws RemoteException
RemoteException