Class AbstractPropertyReducer

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AbstractPropertyReducer​(java.lang.String as, java.lang.String property)  
    • Method Summary

      Modifier and Type Method Description
      protected <K,​V>
      void
      buildFunction​(RediSearchCommandArgs<K,​V> args)  
      protected abstract <K,​V>
      void
      buildFunction​(RediSearchCommandArgs<K,​V> args, java.lang.String property)  
      • Methods inherited from class com.redislabs.lettusearch.aggregate.Reducer

        build
      • Methods inherited from class java.lang.Object

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

      • AbstractPropertyReducer

        protected AbstractPropertyReducer​(java.lang.String as,
                                          java.lang.String property)