|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FutureBootstrap
Used for bootstrapping. One important information in bootstrapping is to get the nodes that we bootstrapped to. We may not know this in advance as we might bootstrap via broadcast.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface net.tomp2p.futures.BaseFuture |
---|
BaseFuture.FutureType |
Method Summary | |
---|---|
Collection<PeerAddress> |
getBootstrapTo()
Returns the Peers we bootstrapped in no particular order. |
Methods inherited from interface net.tomp2p.futures.BaseFuture |
---|
addCancellation, addListener, addListener, await, await, awaitListeners, awaitUninterruptibly, awaitUninterruptibly, getFailedReason, getType, isCompleted, isFailed, isSuccess, removeListener, setFailed, setFailed, setFailed, setFailed, setFailed |
Methods inherited from interface net.tomp2p.futures.Cancellable |
---|
cancel |
Method Detail |
---|
Collection<PeerAddress> getBootstrapTo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |