Class MoreExecutors.ScheduledListeningDecorator.NeverSuccessfulListenableFutureTask
java.lang.Object
com.google.common.util.concurrent.internal.InternalFutureFailureAccess
com.google.common.util.concurrent.AbstractFuture<Void>
com.google.common.util.concurrent.AbstractFuture.TrustedFuture<Void>
com.google.common.util.concurrent.MoreExecutors.ScheduledListeningDecorator.NeverSuccessfulListenableFutureTask
- All Implemented Interfaces:
AbstractFuture.Trusted<Void>
,ListenableFuture<Void>
,Runnable
,Future<Void>
- Enclosing class:
MoreExecutors.ScheduledListeningDecorator
private static final class MoreExecutors.ScheduledListeningDecorator.NeverSuccessfulListenableFutureTask
extends AbstractFuture.TrustedFuture<Void>
implements Runnable
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.common.util.concurrent.AbstractFuture
AbstractFuture.Trusted<V>, AbstractFuture.TrustedFuture<V>
Nested classes/interfaces inherited from interface java.util.concurrent.Future
Future.State
-
Field Summary
FieldsFields inherited from class com.google.common.util.concurrent.AbstractFuture
GENERATE_CANCELLATION_CAUSES, log
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.util.concurrent.AbstractFuture.TrustedFuture
addListener, cancel, get, get, isCancelled, isDone
Methods inherited from class com.google.common.util.concurrent.AbstractFuture
afterDone, interruptTask, maybePropagateCancellationTo, set, setException, setFuture, toString, tryInternalFastPathGetFailure, wasInterrupted
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.concurrent.Future
exceptionNow, resultNow, state
-
Field Details
-
delegate
-
-
Constructor Details
-
NeverSuccessfulListenableFutureTask
-
-
Method Details
-
run
public void run() -
pendingToString
Description copied from class:AbstractFuture
Provide a human-readable explanation of why this future has not yet completed.- Overrides:
pendingToString
in classAbstractFuture<Void>
- Returns:
- null if an explanation cannot be provided (e.g. because the future is done).
-