Class CandidateRowsForSweepingIterator

    • Constructor Summary

      Constructors 
      Constructor Description
      CandidateRowsForSweepingIterator​(ValuesLoader valuesLoader, CqlExecutor cqlExecutor, RowGetter rowGetter, com.palantir.atlasdb.keyvalue.api.TableReference table, com.palantir.atlasdb.keyvalue.api.CandidateCellForSweepingRequest request, com.palantir.refreshable.Refreshable<java.lang.Integer> sweepReadThreadsRefreshable)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.util.List<CandidateRowForSweeping> computeNext()  
      • Methods inherited from class com.google.common.collect.AbstractIterator

        endOfData, hasNext, next, peek
      • Methods inherited from class com.google.common.collect.UnmodifiableIterator

        remove
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.palantir.common.base.ClosableIterator

        appendOnClose, close, flatMap, map, stopWhen, stream
      • Methods inherited from interface java.util.Iterator

        forEachRemaining, hasNext, next, remove
    • Constructor Detail

      • CandidateRowsForSweepingIterator

        public CandidateRowsForSweepingIterator​(ValuesLoader valuesLoader,
                                                CqlExecutor cqlExecutor,
                                                RowGetter rowGetter,
                                                com.palantir.atlasdb.keyvalue.api.TableReference table,
                                                com.palantir.atlasdb.keyvalue.api.CandidateCellForSweepingRequest request,
                                                com.palantir.refreshable.Refreshable<java.lang.Integer> sweepReadThreadsRefreshable)