Interface MapReduceBatchCursor<T>

  • Type Parameters:
    T - the operations result type.
    All Superinterfaces:
    java.lang.AutoCloseable, BatchCursor<T>, java.io.Closeable, java.util.Iterator<java.util.List<T>>

    @Deprecated
    public interface MapReduceBatchCursor<T>
    extends BatchCursor<T>
    Deprecated.
    Represents the results of a map-reduce operation as a cursor. Users can iterate over the results and additionally get relevant statistics about the operation.
    Since:
    3.0
    • Method Detail

      • getStatistics

        MapReduceStatistics getStatistics()
        Deprecated.
        Get the statistics for this map-reduce operation
        Returns:
        the statistics