Class IteratorResponses.IteratorResponsesExternalizer

  • All Implemented Interfaces:
    Serializable, org.infinispan.commons.marshall.AdvancedExternalizer<IteratorResponses>, org.infinispan.commons.marshall.Externalizer<IteratorResponses>
    Enclosing class:
    IteratorResponses

    public static class IteratorResponses.IteratorResponsesExternalizer
    extends org.infinispan.commons.marshall.AbstractExternalizer<IteratorResponses>
    This externalizer is a special breed that converts a given response into others, based on whether or not an iterator has completed or not. This allows the originator to not have to create an intermediate collection to store the batched iterator and then the originator only has to create an object that requires given values.
    See Also:
    Serialized Form