public class ScanQueryOffsetSequence extends YieldingSequenceBase<ScanResultValue>
| Constructor and Description |
|---|
ScanQueryOffsetSequence(Sequence<ScanResultValue> baseSequence,
long skip) |
| Modifier and Type | Method and Description |
|---|---|
<OutType> Yielder<OutType> |
toYielder(OutType initValue,
YieldingAccumulator<OutType,ScanResultValue> accumulator) |
accumulateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfilter, flatMap, flatMerge, limit, map, skip, toList, withBaggage, withEffectpublic ScanQueryOffsetSequence(Sequence<ScanResultValue> baseSequence, long skip)
public <OutType> Yielder<OutType> toYielder(OutType initValue, YieldingAccumulator<OutType,ScanResultValue> accumulator)
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.