K - public class FutureWrappedBootstrap<K extends BaseFuture> extends FutureWrapper<K> implements FutureBootstrap
BaseFuture.FutureTypecompleted, lock, reason, type| Constructor and Description |
|---|
FutureWrappedBootstrap() |
| Modifier and Type | Method and Description |
|---|---|
Collection<PeerAddress> |
bootstrapTo()
Returns a list of of peers that were involved in the bootstrapping.
|
void |
bootstrapTo(Collection<PeerAddress> bootstrapTo)
The addresses we boostrap to.
|
FutureWrappedBootstrap<K> |
failed0(String failed)
Set failed that returns this class not not null.
|
getWrappedFuture, waitForaddCancel, addListener, addListener, await, await, awaitListeners, awaitListenersUninterruptibly, awaitUninterruptibly, awaitUninterruptibly, cancel, completedAndNotify, failed, failed, failed, failed, failed, failedReason, isCompleted, isFailed, isSuccess, notifyListeners, removeCancel, removeListener, self, self, typeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCancel, addListener, addListener, await, await, awaitListeners, awaitListenersUninterruptibly, awaitUninterruptibly, awaitUninterruptibly, failed, failed, failed, failed, failed, failedReason, isCompleted, isFailed, isSuccess, removeCancel, removeListener, typepublic FutureWrappedBootstrap<K> failed0(String failed)
failed - The failure stringpublic void bootstrapTo(Collection<PeerAddress> bootstrapTo)
bootstrapTo - A list of peers that were involved in the bootstrappingpublic Collection<PeerAddress> bootstrapTo()
bootstrapTo in interface FutureBootstrapCopyright © 2014. All rights reserved.