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)
Return a Yielder for accumulated sequence.
|
accumulatepublic ScanQueryOffsetSequence(Sequence<ScanResultValue> baseSequence, long skip)
public <OutType> Yielder<OutType> toYielder(OutType initValue, YieldingAccumulator<OutType,ScanResultValue> accumulator)
SequenceOutType - the type of accumulated value.initValue - the initial value to pass along to start the accumulation.accumulator - the accumulator which is responsible for accumulating input values.YielderCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.