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 在接口中 Runnablerun 在接口中 RunnableFuture<V>public boolean isCancelled()
isCancelled 在接口中 Future<V>public V get() throws InterruptedException, ExecutionException
get 在接口中 Future<V>InterruptedExceptionExecutionExceptionpublic V get(long timeout, TimeUnit unit) throws InterruptedException, ExecutionException, TimeoutException
get 在接口中 Future<V>InterruptedExceptionExecutionExceptionTimeoutExceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.