Package com.redis.riot.core
Class KeyComparisonLogger
- java.lang.Object
-
- com.redis.riot.core.KeyComparisonLogger
-
public class KeyComparisonLogger extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
INDEX_NOT_FOUND
Represents a failed index search.
-
Constructor Summary
Constructors Constructor Description KeyComparisonLogger()
KeyComparisonLogger(java.util.logging.Logger logger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
log(com.redis.spring.batch.reader.KeyComparison comparison)
-
-
-
Field Detail
-
INDEX_NOT_FOUND
public static final int INDEX_NOT_FOUND
Represents a failed index search.- See Also:
- Constant Field Values
-
-