Class RedisReaderOptions


  • public class RedisReaderOptions
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.redis.spring.batch.reader.ScanSizeEstimatorOptions estimatorOptions()  
      long getCount()  
      java.lang.String getMatch()  
      java.util.Optional<java.lang.String> getType()  
      com.redis.spring.batch.reader.ScanReaderOptions readerOptions()  
      void setCount​(long count)  
      void setMatch​(java.lang.String match)  
      void setType​(java.util.Optional<java.lang.String> type)  
      • Methods inherited from class java.lang.Object

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

      • RedisReaderOptions

        public RedisReaderOptions()
    • Method Detail

      • getMatch

        public java.lang.String getMatch()
      • setMatch

        public void setMatch​(java.lang.String match)
      • getCount

        public long getCount()
      • setCount

        public void setCount​(long count)
      • getType

        public java.util.Optional<java.lang.String> getType()
      • setType

        public void setType​(java.util.Optional<java.lang.String> type)
      • readerOptions

        public com.redis.spring.batch.reader.ScanReaderOptions readerOptions()
      • estimatorOptions

        public com.redis.spring.batch.reader.ScanSizeEstimatorOptions estimatorOptions()