boolean |
ConcurrentValidator.acquireLocksOnWriteSet(RWSetInfo rwSet) |
boolean |
ConcurrentValidatorWithTruncation.acquireLocksOnWriteSet(RWSetInfo rwSet) |
void |
LocalValidator.processResponse(java.lang.String tid,
ValidateResponse response,
RWSetInfo rwSet) |
void |
ConcurrentValidator.releaseLock(RWSetInfo rwSet) |
void |
ConcurrentValidatorWithTruncation.releaseLock(RWSetInfo rwSet) |
long |
ConcurrentValidator.speculativeValidate(long startTS,
RWSetInfo rwSet,
java.util.HashSet<java.lang.String> conflictSet) |
long |
ConcurrentValidatorWithTruncation.speculativeValidate(long startTS,
RWSetInfo rwSet,
java.util.HashSet<java.lang.String> conflictSet) |
long |
Validator.syncValidate(long startTS,
RWSetInfo rwSet,
java.util.HashSet<java.lang.String> conflictSet) |
long |
ConcurrentValidator.syncValidate(long startTS,
RWSetInfo rwSet,
java.util.HashSet<java.lang.String> conflictSet) |
long |
ConcurrentValidatorWithTruncation.syncValidate(long startTS,
RWSetInfo rwSet,
java.util.HashSet<java.lang.String> conflictSet) |
void |
Validator.update(long cmtTS,
RWSetInfo rwSet) |
void |
ConcurrentValidator.update(long cmtTS,
RWSetInfo rwSet) |
void |
ConcurrentValidatorWithTruncation.update(long cmtTS,
RWSetInfo rwSet) |
long |
Validator.validate(long startTS,
RWSetInfo rwSet,
java.util.HashSet<java.lang.String> conflictSet) |
long |
ConcurrentValidator.validate(long startTS,
RWSetInfo rwSet,
java.util.HashSet<java.lang.String> conflictSet) |
long |
ConcurrentValidatorWithTruncation.validate(long startTS,
RWSetInfo rwSet,
java.util.HashSet<java.lang.String> conflictSet) |
ValidateResponse |
GlobalWorkpoolImpl.validate(long startTS,
RWSetInfo rwSetInfo,
LoadInfo myLoadInfo) |
ValidateResponse |
ValidationService.validate(long startTS,
RWSetInfo rwSet,
LoadInfo myLoad) |
ValidateResponse |
LocalValidator.validate(java.lang.String tid,
long startTS,
RWSetInfo rwSet,
LoadInfo myLoadInfo) |
ValidateResponse |
LocalWorkpoolImpl.validate(Task t,
RWSetInfo rwSetInfo) |
long |
Validator.validateAndUpdate(long startTS,
long cmtTS,
RWSetInfo rwSet,
java.util.HashSet<java.lang.String> refetchSet) |
long |
ConcurrentValidator.validateAndUpdate(long startTS,
long cmtTS,
RWSetInfo rwSet,
java.util.HashSet<java.lang.String> refetchSet) |
long |
ConcurrentValidatorWithTruncation.validateAndUpdate(long startTS,
long cmtTS,
RWSetInfo rwSet,
java.util.HashSet<java.lang.String> refetchSet) |