K
- public class FutureWrappedBootstrap<K extends BaseFuture> extends FutureWrapper<K> implements FutureBootstrap
BaseFuture.FutureType
completed, lock, reason, type
Constructor and Description |
---|
FutureWrappedBootstrap() |
Modifier and Type | Method and Description |
---|---|
Collection<PeerAddress> |
getBootstrapTo()
Returns a list of of peers that were involved in the bootstrapping
|
void |
setBootstrapTo(Collection<PeerAddress> bootstrapTo)
The addresses we boostrap to.
|
getWrappedFuture, waitFor
addCancellation, addListener, addListener, await, await, awaitListeners, awaitUninterruptibly, awaitUninterruptibly, cancel, getFailedReason, getType, isCompleted, isFailed, isSuccess, notifyListerenrs, removeListener, self, setCompletedAndNotify, setFailed, setFailed, setFailed, setFailed, setFailed
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addCancellation, addListener, addListener, await, await, awaitListeners, awaitUninterruptibly, awaitUninterruptibly, getFailedReason, getType, isCompleted, isFailed, isSuccess, removeListener, setFailed, setFailed, setFailed, setFailed, setFailed
cancel
public void setBootstrapTo(Collection<PeerAddress> bootstrapTo)
bootstrapTo
- A list of peers that were involved in the bootstrappingpublic Collection<PeerAddress> getBootstrapTo()
getBootstrapTo
in interface FutureBootstrap
Copyright © 2013. All Rights Reserved.