Class AddToSetAccumulator

    • Constructor Summary

      Constructors 
      Constructor Description
      AddToSetAccumulator​(java.lang.String field, java.lang.Object expression)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void aggregate​(java.lang.Object value)  
      java.util.List<java.lang.Object> getResult()  
      • Methods inherited from class java.lang.Object

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

      • AddToSetAccumulator

        public AddToSetAccumulator​(java.lang.String field,
                                   java.lang.Object expression)
    • Method Detail

      • aggregate

        public void aggregate​(java.lang.Object value)
        Specified by:
        aggregate in class Accumulator
      • getResult

        public java.util.List<java.lang.Object> getResult()
        Specified by:
        getResult in class Accumulator