Class IteratorResponses

  • All Implemented Interfaces:
    IteratorResponse

    public abstract class IteratorResponses
    extends Object
    implements IteratorResponse
    Response object used when an iterator is the response value and it is unknown if the iterator has enough entries for the given batch size. The IteratorResponses.RemoteResponse is used by a remote node to return and this will be externalized into a IteratorResponses.BatchResponse or IteratorResponses.LastResponse on the requesting node depending on if the iterator has seen all entries.
    Since:
    9.0
    Author:
    wburns