Interface Migration.ReadConsistencyChecker<TReadResult>
-
- Type Parameters:
TReadResult
- the result type of the read
- Enclosing class:
- Migration<TReadResult,TWriteResult,TReadInput,TWriteInput>
public static interface Migration.ReadConsistencyChecker<TReadResult>
This interface defines a method for checking the consistency of two reads.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
check(TReadResult a, TReadResult b)
-
-
-
Method Detail
-
check
boolean check(TReadResult a, TReadResult b)
-
-