public class Coordinator extends Object
| Constructor and Description |
|---|
Coordinator(long startTS,
long commitTS,
RWSetInfo rwSetInfo,
CertifierReplica certifierReplica,
ExecutorService executorService) |
| Modifier and Type | Method and Description |
|---|---|
ValidateResponse |
validate() |
void |
waitForStatus(int status) |
public Coordinator(long startTS,
long commitTS,
RWSetInfo rwSetInfo,
CertifierReplica certifierReplica,
ExecutorService executorService)
public ValidateResponse validate() throws InterruptedException, RemoteException
InterruptedExceptionRemoteExceptionpublic void waitForStatus(int status)
throws InterruptedException
InterruptedException