| Package | Description |
|---|---|
| net.tomp2p.connection | |
| net.tomp2p.futures | |
| net.tomp2p.p2p | |
| net.tomp2p.p2p.builder |
| Modifier and Type | Method and Description |
|---|---|
FutureDone<Void> |
PeerConnection.close() |
FutureDone<Void> |
PeerConnection.closeFuture() |
FutureDone<Void> |
PeerCreator.shutdown()
Shutdown the peer.
|
FutureDone<Void> |
ChannelServer.shutdown()
Shuts down the server.
|
FutureDone<Void> |
Reservation.shutdown()
Shutdown all the channel creators out there.
|
FutureDone<Void> |
ChannelCreator.shutdown()
Shutdown this channel creator.
|
FutureDone<Void> |
PeerCreator.shutdownFuture() |
FutureDone<Void> |
ChannelServer.shutdownFuture() |
FutureDone<Void> |
Reservation.shutdownFuture() |
FutureDone<Void> |
ChannelCreator.shutdownFuture() |
FutureDone<Void> |
DiscoverNetworks.start() |
| Modifier and Type | Class and Description |
|---|---|
class |
FuturePeerConnection |
class |
FutureShutdown |
| Modifier and Type | Method and Description |
|---|---|
FutureDone<Void> |
FuturePeerConnection.close() |
FutureDone<K> |
FutureDone.done()
Set future as finished and notify listeners.
|
FutureDone<K> |
FutureDone.done(K object)
Set future as finished and notify listeners.
|
FutureDone<Void> |
FutureForkJoin.futuresCompleted() |
| Modifier and Type | Method and Description |
|---|---|
FutureDone<Pair<FutureRouting,FutureRouting>> |
DistributedRouting.bootstrap(Collection<PeerAddress> peerAddresses,
RoutingBuilder routingBuilder,
ChannelCreator cc)
Bootstraps to the given peerAddresses, i.e.
|
FutureDone<?> |
ResponsibilityListener.otherResponsible(Number160 locationKey,
PeerAddress other)
Here an other peer is responsible and we need to transfer data.
|
FutureDone<Void> |
MaintenanceTask.shutdown() |
FutureDone<Void> |
JobScheduler.shutdown() |
| Modifier and Type | Method and Description |
|---|---|
FutureDone<Void> |
ShutdownBuilder.start()
Start the shutdown.
|
Copyright © 2014. All rights reserved.