final class io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription<T> extends java.util.concurrent.atomic.AtomicLong implements org.reactivestreams.Subscription, io.reactivex.disposables.Disposable
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription
super_class: java.util.concurrent.atomic.AtomicLong
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: -4453897557930727610
final io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber<T> parent;
descriptor: Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplaySubscriber;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplaySubscriber<TT;>;
final org.reactivestreams.Subscriber<? super T> child;
descriptor: Lorg/reactivestreams/Subscriber;
flags: (0x0010) ACC_FINAL
Signature: Lorg/reactivestreams/Subscriber<-TT;>;
java.lang.Object index;
descriptor: Ljava/lang/Object;
flags: (0x0000)
final java.util.concurrent.atomic.AtomicLong totalRequested;
descriptor: Ljava/util/concurrent/atomic/AtomicLong;
flags: (0x0010) ACC_FINAL
boolean emitting;
descriptor: Z
flags: (0x0000)
boolean missed;
descriptor: Z
flags: (0x0000)
static final long CANCELLED;
descriptor: J
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: -9223372036854775808
void <init>(io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber<T>, org.reactivestreams.Subscriber<? super T>);
descriptor: (Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplaySubscriber;Lorg/reactivestreams/Subscriber;)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.util.concurrent.atomic.AtomicLong.<init>:()V
1: aload 0
aload 1
putfield io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription.parent:Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplaySubscriber;
2: aload 0
aload 2
putfield io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription.child:Lorg/reactivestreams/Subscriber;
3: aload 0
new java.util.concurrent.atomic.AtomicLong
dup
invokespecial java.util.concurrent.atomic.AtomicLong.<init>:()V
putfield io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription.totalRequested:Ljava/util/concurrent/atomic/AtomicLong;
4: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription<TT;>;
0 5 1 parent Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplaySubscriber<TT;>;
0 5 2 child Lorg/reactivestreams/Subscriber<-TT;>;
Signature: (Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplaySubscriber<TT;>;Lorg/reactivestreams/Subscriber<-TT;>;)V
MethodParameters:
Name Flags
parent
child
public void request(long);
descriptor: (J)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: lload 1
invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(J)Z
ifeq 5
1: aload 0
lload 1
invokestatic io.reactivex.internal.util.BackpressureHelper.addCancel:(Ljava/util/concurrent/atomic/AtomicLong;J)J
ldc -9223372036854775808
lcmp
ifeq 5
2: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription.totalRequested:Ljava/util/concurrent/atomic/AtomicLong;
lload 1
invokestatic io.reactivex.internal.util.BackpressureHelper.add:(Ljava/util/concurrent/atomic/AtomicLong;J)J
pop2
3: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription.parent:Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplaySubscriber;
invokevirtual io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.manageRequests:()V
4: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription.parent:Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplaySubscriber;
getfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.buffer:Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplayBuffer;
aload 0
invokeinterface io.reactivex.internal.operators.flowable.FlowableReplay$ReplayBuffer.replay:(Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription;)V
5: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription<TT;>;
0 6 1 n J
MethodParameters:
Name Flags
n
public long produced(long);
descriptor: (J)J
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
lload 1
invokestatic io.reactivex.internal.util.BackpressureHelper.producedCancel:(Ljava/util/concurrent/atomic/AtomicLong;J)J
lreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription<TT;>;
0 1 1 n J
MethodParameters:
Name Flags
n
public boolean isDisposed();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription.get:()J
ldc -9223372036854775808
lcmp
ifne 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription<TT;>;
public void cancel();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription.dispose:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription<TT;>;
public void dispose();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
ldc -9223372036854775808
invokevirtual io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription.getAndSet:(J)J
ldc -9223372036854775808
lcmp
ifeq 4
1: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription.parent:Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplaySubscriber;
aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.remove:(Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription;)V
2: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription.parent:Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplaySubscriber;
invokevirtual io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.manageRequests:()V
3: aload 0
aconst_null
putfield io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription.index:Ljava/lang/Object;
4: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription<TT;>;
<U> U index();
descriptor: ()Ljava/lang/Object;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription.index:Ljava/lang/Object;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription<TT;>;
Signature: <U:Ljava/lang/Object;>()TU;
}
Signature: <T:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicLong;Lorg/reactivestreams/Subscription;Lio/reactivex/disposables/Disposable;
SourceFile: "FlowableReplay.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableReplay
InnerClasses:
final InnerSubscription = io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription of io.reactivex.internal.operators.flowable.FlowableReplay
abstract ReplayBuffer = io.reactivex.internal.operators.flowable.FlowableReplay$ReplayBuffer of io.reactivex.internal.operators.flowable.FlowableReplay
final ReplaySubscriber = io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber of io.reactivex.internal.operators.flowable.FlowableReplay