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) |
accumulate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
filter, flatMap, flatMerge, limit, map, skip, toList, withBaggage, withEffect
public 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.