public class ConcurrentValidator
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
Config |
configParams |
| Constructor and Description |
|---|
ConcurrentValidator() |
| Modifier and Type | Method and Description |
|---|---|
long |
speculativeValidate(long startTS,
RWSetInfo rwSet,
java.util.HashSet<java.lang.String> conflictSet) |
void |
update(long cmtTS,
RWSetInfo rwSet) |
long |
validate(long startTS,
RWSetInfo rwSet,
java.util.HashSet<java.lang.String> conflictSet) |
public Config configParams
public long speculativeValidate(long startTS,
RWSetInfo rwSet,
java.util.HashSet<java.lang.String> conflictSet)
public long validate(long startTS,
RWSetInfo rwSet,
java.util.HashSet<java.lang.String> conflictSet)
public void update(long cmtTS,
RWSetInfo rwSet)