Class 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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void log​(com.redis.spring.batch.reader.KeyComparison comparison)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • INDEX_NOT_FOUND

        public static final int INDEX_NOT_FOUND
        Represents a failed index search.
        See Also:
        Constant Field Values
    • Constructor Detail

      • KeyComparisonLogger

        public KeyComparisonLogger()
      • KeyComparisonLogger

        public KeyComparisonLogger​(java.util.logging.Logger logger)
    • Method Detail

      • log

        public void log​(com.redis.spring.batch.reader.KeyComparison comparison)