public abstract class com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler extends com.google.common.util.concurrent.AbstractScheduledService$Scheduler
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler
super_class: com.google.common.util.concurrent.AbstractScheduledService$Scheduler
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler this
0: .line 443
aload 0 /* this */
invokespecial com.google.common.util.concurrent.AbstractScheduledService$Scheduler.<init>:()V
return
end local 0 // com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/util/concurrent/AbstractScheduledService$CustomScheduler;
final java.util.concurrent.Future<?> schedule(com.google.common.util.concurrent.AbstractService, java.util.concurrent.ScheduledExecutorService, java.lang.Runnable);
descriptor: (Lcom/google/common/util/concurrent/AbstractService;Ljava/util/concurrent/ScheduledExecutorService;Ljava/lang/Runnable;)Ljava/util/concurrent/Future;
flags: (0x0010) ACC_FINAL
Code:
stack=6, locals=5, args_size=4
start local 0 // com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler this
start local 1 // com.google.common.util.concurrent.AbstractService service
start local 2 // java.util.concurrent.ScheduledExecutorService executor
start local 3 // java.lang.Runnable runnable
0: .line 557
new com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler$ReschedulableCallable
dup
aload 0 /* this */
aload 1 /* service */
aload 2 /* executor */
aload 3 /* runnable */
invokespecial com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler$ReschedulableCallable.<init>:(Lcom/google/common/util/concurrent/AbstractScheduledService$CustomScheduler;Lcom/google/common/util/concurrent/AbstractService;Ljava/util/concurrent/ScheduledExecutorService;Ljava/lang/Runnable;)V
astore 4 /* task */
start local 4 // com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler$ReschedulableCallable task
1: .line 558
aload 4 /* task */
invokevirtual com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler$ReschedulableCallable.reschedule:()V
2: .line 559
aload 4 /* task */
areturn
end local 4 // com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler$ReschedulableCallable task
end local 3 // java.lang.Runnable runnable
end local 2 // java.util.concurrent.ScheduledExecutorService executor
end local 1 // com.google.common.util.concurrent.AbstractService service
end local 0 // com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/common/util/concurrent/AbstractScheduledService$CustomScheduler;
0 3 1 service Lcom/google/common/util/concurrent/AbstractService;
0 3 2 executor Ljava/util/concurrent/ScheduledExecutorService;
0 3 3 runnable Ljava/lang/Runnable;
1 3 4 task Lcom/google/common/util/concurrent/AbstractScheduledService$CustomScheduler$ReschedulableCallable;
Signature: (Lcom/google/common/util/concurrent/AbstractService;Ljava/util/concurrent/ScheduledExecutorService;Ljava/lang/Runnable;)Ljava/util/concurrent/Future<*>;
MethodParameters:
Name Flags
service
executor
runnable
protected abstract com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler$Schedule getNextSchedule();
descriptor: ()Lcom/google/common/util/concurrent/AbstractScheduledService$CustomScheduler$Schedule;
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
Exceptions:
throws java.lang.Exception
}
SourceFile: "AbstractScheduledService.java"
NestHost: com.google.common.util.concurrent.AbstractScheduledService
InnerClasses:
public abstract CustomScheduler = com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler of com.google.common.util.concurrent.AbstractScheduledService
private ReschedulableCallable = com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler$ReschedulableCallable of com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler
protected final Schedule = com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler$Schedule of com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler
public abstract Scheduler = com.google.common.util.concurrent.AbstractScheduledService$Scheduler of com.google.common.util.concurrent.AbstractScheduledService
RuntimeInvisibleAnnotations:
com.google.common.annotations.Beta()