public class Validator extends Object
| Modifier and Type | Field and Description |
|---|---|
long |
tts |
ReentrantLock |
ttsLock |
| Constructor and Description |
|---|
Validator(CertifierReplica certifierReplica) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acquireLocksOnWriteSet(long startTS,
RWSetInfo rwSet) |
void |
advanceTruncationTime() |
void |
releaseLock(long startTS,
RWSetInfo rwSet) |
void |
update(long cmtTS,
RWSetInfo rwSet) |
long |
validate(long startTS,
RWSetInfo rwSet,
HashSet<String> conflictSet) |
public long tts
public ReentrantLock ttsLock
public Validator(CertifierReplica certifierReplica)