protected class JitterScheduledThreadPoolExecutorImpl.JitteredRunnableScheduledFuture<V> extends Object implements RunnableScheduledFuture<V>
public boolean isPeriodic()
isPeriodic
在接口中 RunnableScheduledFuture<V>
public int compareTo(Delayed o)
compareTo
在接口中 Comparable<Delayed>
public void run()
run
在接口中 Runnable
run
在接口中 RunnableFuture<V>
public boolean isCancelled()
isCancelled
在接口中 Future<V>
public V get() throws InterruptedException, ExecutionException
get
在接口中 Future<V>
InterruptedException
ExecutionException
public V get(long timeout, TimeUnit unit) throws InterruptedException, ExecutionException, TimeoutException
get
在接口中 Future<V>
InterruptedException
ExecutionException
TimeoutException
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.