Class RemoteCloseableIterator<E>

    • Field Detail

      • marshaller

        protected final org.infinispan.commons.marshall.Marshaller marshaller
    • Constructor Detail

      • RemoteCloseableIterator

        public RemoteCloseableIterator​(OperationsFactory operationsFactory,
                                       org.infinispan.commons.marshall.Marshaller marshaller,
                                       String filterConverterFactory,
                                       byte[][] filterParams,
                                       Set<Integer> segments,
                                       int batchSize,
                                       boolean metadata,
                                       DataFormat dataFormat)
      • RemoteCloseableIterator

        public RemoteCloseableIterator​(OperationsFactory operationsFactory,
                                       org.infinispan.commons.marshall.Marshaller marshaller,
                                       int batchSize,
                                       Set<Integer> segments,
                                       boolean metadata,
                                       DataFormat dataFormat)
    • Method Detail

      • close

        public void close()
        Specified by:
        close in interface AutoCloseable
        Specified by:
        close in interface org.infinispan.commons.util.CloseableIterator<E>
      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface Iterator<E>
      • start

        public void start()