Interface ExecutableMapReduceOperation.TerminatingMapReduce<T>

All Known Subinterfaces:
ExecutableMapReduceOperation.ExecutableMapReduce<T>, ExecutableMapReduceOperation.MapReduceWithCollection<T>, ExecutableMapReduceOperation.MapReduceWithProjection<T>, ExecutableMapReduceOperation.MapReduceWithQuery<T>
Enclosing interface:
ExecutableMapReduceOperation

public static interface ExecutableMapReduceOperation.TerminatingMapReduce<T>
Trigger mapReduce execution by calling one of the terminating methods.
Since:
2.1
Author:
Christoph Strobl
  • Method Summary

    Modifier and Type
    Method
    Description
    all()
    Get the mapReduce results.
  • Method Details

    • all

      List<T> all()
      Get the mapReduce results.
      Returns:
      never null.