- java.lang.Object
-
- com.google.common.util.concurrent.AbstractFuture<T>
-
- com.spotify.folsom.client.CallbackSettableFuture<T>
-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
private com.google.common.util.concurrent.ListenableFuture<T> |
future |
-
Constructor Summary
Constructors
| Constructor and Description |
CallbackSettableFuture(com.google.common.util.concurrent.ListenableFuture<T> future) |
-
Method Summary
-
Methods inherited from class com.google.common.util.concurrent.AbstractFuture
addListener, cancel, get, get, interruptTask, isCancelled, isDone, set, setException, wasInterrupted
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
run
public void run()
- Specified by:
run in interface Runnable
Copyright © 2015 Spotify AB. All Rights Reserved.