Class FlowableRange.RangeSubscription
- java.lang.Object
-
- java.lang.Number
-
- java.util.concurrent.atomic.AtomicLong
-
- io.reactivex.rxjava3.internal.subscriptions.BasicQueueSubscription<java.lang.Integer>
-
- io.reactivex.rxjava3.internal.operators.flowable.FlowableRange.BaseRangeSubscription
-
- io.reactivex.rxjava3.internal.operators.flowable.FlowableRange.RangeSubscription
-
- All Implemented Interfaces:
QueueFuseable<java.lang.Integer>
,QueueSubscription<java.lang.Integer>
,SimpleQueue<java.lang.Integer>
,java.io.Serializable
,org.reactivestreams.Subscription
- Enclosing class:
- FlowableRange
static final class FlowableRange.RangeSubscription extends FlowableRange.BaseRangeSubscription
-
-
Field Summary
Fields Modifier and Type Field Description (package private) org.reactivestreams.Subscriber<? super java.lang.Integer>
downstream
private static long
serialVersionUID
-
Fields inherited from class io.reactivex.rxjava3.internal.operators.flowable.FlowableRange.BaseRangeSubscription
cancelled, end, index
-
-
Constructor Summary
Constructors Constructor Description RangeSubscription(org.reactivestreams.Subscriber<? super java.lang.Integer> actual, int index, int end)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
fastPath()
(package private) void
slowPath(long r)
-
Methods inherited from class io.reactivex.rxjava3.internal.operators.flowable.FlowableRange.BaseRangeSubscription
cancel, clear, isEmpty, poll, request, requestFusion
-
Methods inherited from class io.reactivex.rxjava3.internal.subscriptions.BasicQueueSubscription
offer, offer
-
Methods inherited from class java.util.concurrent.atomic.AtomicLong
accumulateAndGet, addAndGet, compareAndExchange, compareAndExchangeAcquire, compareAndExchangeRelease, compareAndSet, decrementAndGet, doubleValue, floatValue, get, getAcquire, getAndAccumulate, getAndAdd, getAndDecrement, getAndIncrement, getAndSet, getAndUpdate, getOpaque, getPlain, incrementAndGet, intValue, lazySet, longValue, set, setOpaque, setPlain, setRelease, toString, updateAndGet, weakCompareAndSet, weakCompareAndSetAcquire, weakCompareAndSetPlain, weakCompareAndSetRelease, weakCompareAndSetVolatile
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
downstream
final org.reactivestreams.Subscriber<? super java.lang.Integer> downstream
-
-
Method Detail
-
fastPath
void fastPath()
- Specified by:
fastPath
in classFlowableRange.BaseRangeSubscription
-
slowPath
void slowPath(long r)
- Specified by:
slowPath
in classFlowableRange.BaseRangeSubscription
-
-