public class Validator extends Object
| Constructor and Description |
|---|
Validator() |
| Modifier and Type | Method and Description |
|---|---|
long |
syncValidate(long startTS,
RWSetInfo rwSet,
HashSet<String> conflictSet) |
void |
update(long cmtTS,
RWSetInfo rwSet) |
long |
validate(long startTS,
RWSetInfo rwSet,
HashSet<String> conflictSet) |
long |
validateAndUpdate(long startTS,
long cmtTS,
RWSetInfo rwSet,
HashSet<String> refetchSet) |
public void update(long cmtTS,
RWSetInfo rwSet)