protected class JitterScheduledThreadPoolExecutorImpl.JitteredRunnableScheduledFuture<V> extends Object implements RunnableScheduledFuture<V>
| Modifier and Type | Field and Description |
|---|---|
private RunnableScheduledFuture<V> |
wrapped |
| Constructor and Description |
|---|
JitteredRunnableScheduledFuture(RunnableScheduledFuture<V> wrapped) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
cancel(boolean mayInterruptIfRunning) |
int |
compareTo(Delayed o) |
boolean |
equals(Object obj) |
V |
get() |
V |
get(long timeout,
TimeUnit unit) |
long |
getDelay(TimeUnit unit) |
int |
hashCode() |
boolean |
isCancelled() |
boolean |
isDone() |
boolean |
isPeriodic() |
void |
run() |
private final RunnableScheduledFuture<V> wrapped
JitteredRunnableScheduledFuture(RunnableScheduledFuture<V> wrapped)
public boolean isPeriodic()
isPeriodic in interface RunnableScheduledFuture<V>public int compareTo(Delayed o)
compareTo in interface Comparable<Delayed>public void run()
run in interface Runnablerun in interface RunnableFuture<V>public boolean cancel(boolean mayInterruptIfRunning)
public boolean isCancelled()
isCancelled in interface Future<V>public V get() throws InterruptedException, ExecutionException
get in interface Future<V>InterruptedExceptionExecutionExceptionpublic V get(long timeout, TimeUnit unit) throws InterruptedException, ExecutionException, TimeoutException
get in interface Future<V>InterruptedExceptionExecutionExceptionTimeoutExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.