A B C D E G I L M N P Q R S T 

A

apply(Statement, Description) - Method in class net.tomp2p.examples.utils.RepeatRule
 

B

bootstrap(Peer[]) - Static method in class net.tomp2p.examples.ExampleUtils
Bootstraps peers to the first peer in the array.
bootstrap(PeerDHT[]) - Static method in class net.tomp2p.examples.ExampleUtils
 
bootstrapInUnknownMode() - Method in class net.tomp2p.examples.TomP2PTests
 

C

createAndAttachNodes(int, int) - Static method in class net.tomp2p.examples.ExampleUtils
Create peers with a port and attach it to the first peer in the array.
createAndAttachPeersDHT(int, int) - Static method in class net.tomp2p.examples.ExampleUtils
 
createAndAttachPeersTracker(PeerDHT[]) - Static method in class net.tomp2p.examples.ExampleUtils
 

D

DHTQueryStatistics - Class in net.tomp2p.examples.relay
Gathers some statistics about times and success rate
DHTQueryStatistics() - Constructor for class net.tomp2p.examples.relay.DHTQueryStatistics
 

E

exampleAllMaster() - Static method in class net.tomp2p.examples.ExampleDomainProtection
 
ExampleBloomFilter - Class in net.tomp2p.examples
Example how to use bloom filters for efficient search.
ExampleBootstrap - Class in net.tomp2p.examples
See http://tomp2p.net/doc/quick/ for more information
ExampleBootstrap() - Constructor for class net.tomp2p.examples.ExampleBootstrap
 
ExampleConsistency - Class in net.tomp2p.examples
Example of consistency and DHT attacks.
ExampleDirectData - Class in net.tomp2p.examples
 
ExampleDirectData() - Constructor for class net.tomp2p.examples.ExampleDirectData
 
ExampleDirectReplication - Class in net.tomp2p.examples
Example of direct replication with put and remove.
ExampleDiscover - Class in net.tomp2p.examples
 
ExampleDiscover() - Constructor for class net.tomp2p.examples.ExampleDiscover
 
ExampleDNS - Class in net.tomp2p.examples
See http://tomp2p.net/doc/quick/ for more information on this start with arguments "1 test 127.0.0.1" for the server and "2 test" for the client
ExampleDNS(int) - Constructor for class net.tomp2p.examples.ExampleDNS
 
ExampleDomainProtection - Class in net.tomp2p.examples
 
ExampleDomainProtection() - Constructor for class net.tomp2p.examples.ExampleDomainProtection
 
ExampleDST - Class in net.tomp2p.examples
Example how to do range queries.
ExampleFastSS - Class in net.tomp2p.examples
 
ExampleFastSS() - Constructor for class net.tomp2p.examples.ExampleFastSS
 
ExampleHashMap - Class in net.tomp2p.examples
This example shows how TomP2P can be used to have Objects instead of Number160.
ExampleHashMap() - Constructor for class net.tomp2p.examples.ExampleHashMap
 
ExampleIndirectReplication - Class in net.tomp2p.examples
Example of indirect replication with put.
ExampleMultiColumn - Class in net.tomp2p.examples
Example of storing data in a column.
ExampleNAT - Class in net.tomp2p.examples
 
ExampleNAT() - Constructor for class net.tomp2p.examples.ExampleNAT
 
ExampleNATChat - Class in net.tomp2p.examples
 
ExampleNATChat() - Constructor for class net.tomp2p.examples.ExampleNATChat
 
exampleNoneMaster() - Static method in class net.tomp2p.examples.ExampleDomainProtection
 
ExamplePersistentConnection - Class in net.tomp2p.examples
Example how to use persistent connection with Peer.sendDirect().
ExamplePutGet - Class in net.tomp2p.examples
This simple example creates 10 nodes, bootstraps to the first and put and get data from those 10 nodes.
ExampleReconnect - Class in net.tomp2p.examples
 
ExampleReconnect() - Constructor for class net.tomp2p.examples.ExampleReconnect
 
ExampleRelaySituation - Class in net.tomp2p.examples.relay
Starts three kinds of Peers (in this order): Relay Node(s) Firewalled Node(s) Query Node(s) The firewalled nodes are relayed by the relay nodes.
ExampleRelaySituation(String) - Constructor for class net.tomp2p.examples.relay.ExampleRelaySituation
 
ExampleSearch - Class in net.tomp2p.examples
Example how to search.
ExampleSend - Class in net.tomp2p.examples
 
ExampleSend() - Constructor for class net.tomp2p.examples.ExampleSend
 
ExampleSimpleRecommondation - Class in net.tomp2p.examples
Example of storing friends in a DHT.
ExampleTracker - Class in net.tomp2p.examples
Example of storing friends in a Tracker.
ExampleUnQL - Class in net.tomp2p.examples
 
ExampleUnQL() - Constructor for class net.tomp2p.examples.ExampleUnQL
 
ExampleUtils - Class in net.tomp2p.examples
This simple example creates 10 nodes, bootstraps to the first and put and get data from those 10 nodes.
ExampleUtils() - Constructor for class net.tomp2p.examples.ExampleUtils
 
ExampleWSJSON - Class in net.tomp2p.examples.ws
 
ExampleWSJSON() - Constructor for class net.tomp2p.examples.ws.ExampleWSJSON
 
execute(PeerDHT, String) - Static method in class net.tomp2p.examples.ExampleUnQL
 

G

get(Number640) - Method in class net.tomp2p.examples.relay.QueryNode
 
getAverageTime() - Method in class net.tomp2p.examples.relay.DHTQueryStatistics
 
getCount() - Method in class net.tomp2p.examples.relay.DHTQueryStatistics
 
getSuccessRate() - Method in class net.tomp2p.examples.relay.DHTQueryStatistics
 

I

insert() - Method in interface net.tomp2p.examples.ws.Service
 
insert() - Method in class net.tomp2p.examples.ws.ServiceImpl
 

L

LoggingStorageLayer - Class in net.tomp2p.examples.relay
Prints logs when data is stored.
LoggingStorageLayer(String, boolean) - Constructor for class net.tomp2p.examples.relay.LoggingStorageLayer
 

M

main(String[]) - Static method in class net.tomp2p.examples.ExampleBloomFilter
Start the examples.
main(String[]) - Static method in class net.tomp2p.examples.ExampleBootstrap
Starts the boostrap example.
main(String[]) - Static method in class net.tomp2p.examples.ExampleConsistency
Start the examples.
main(String[]) - Static method in class net.tomp2p.examples.ExampleDirectData
 
main(String[]) - Static method in class net.tomp2p.examples.ExampleDirectReplication
Create 100 peers and start the example.
main(String[]) - Static method in class net.tomp2p.examples.ExampleDiscover
 
main(String[]) - Static method in class net.tomp2p.examples.ExampleDNS
 
main(String[]) - Static method in class net.tomp2p.examples.ExampleDomainProtection
 
main(String[]) - Static method in class net.tomp2p.examples.ExampleDST
Start the examples.
main(String[]) - Static method in class net.tomp2p.examples.ExampleFastSS
 
main(String[]) - Static method in class net.tomp2p.examples.ExampleHashMap
 
main(String[]) - Static method in class net.tomp2p.examples.ExampleIndirectReplication
Create 3 peers and start the example.
main(String[]) - Static method in class net.tomp2p.examples.ExampleMultiColumn
Start the examples.
main(String[]) - Static method in class net.tomp2p.examples.ExampleNAT
 
main(String[]) - Static method in class net.tomp2p.examples.ExampleNATChat
 
main(String[]) - Static method in class net.tomp2p.examples.ExamplePersistentConnection
Start the example with persistent connections.
main(String[]) - Static method in class net.tomp2p.examples.ExamplePutGet
Starts to run the examples.
main(String[]) - Static method in class net.tomp2p.examples.ExampleReconnect
 
main(String[]) - Static method in class net.tomp2p.examples.ExampleSearch
Start the examples.
main(String[]) - Static method in class net.tomp2p.examples.ExampleSend
 
main(String[]) - Static method in class net.tomp2p.examples.ExampleSimpleRecommondation
Start the examples.
main(String[]) - Static method in class net.tomp2p.examples.ExampleTracker
Start the examples.
main(String[]) - Static method in class net.tomp2p.examples.ExampleUnQL
 
main(String[]) - Static method in class net.tomp2p.examples.relay.ExampleRelaySituation
 
main(String[]) - Static method in class net.tomp2p.examples.SeedNodeForTesting
 
main(String[]) - Static method in class net.tomp2p.examples.ws.ExampleWSJSON
 

N

net.tomp2p.examples - package net.tomp2p.examples
 
net.tomp2p.examples.relay - package net.tomp2p.examples.relay
 
net.tomp2p.examples.utils - package net.tomp2p.examples.utils
 
net.tomp2p.examples.ws - package net.tomp2p.examples.ws
 

P

PeriodicQueryNode - Class in net.tomp2p.examples.relay
Starts a Peer and randomly makes a put / get / remove onto the DHT
PeriodicQueryNode(PeerDHT, long, long, int) - Constructor for class net.tomp2p.examples.relay.PeriodicQueryNode
 
put(Number640, Data, PublicKey, boolean, boolean) - Method in class net.tomp2p.examples.relay.LoggingStorageLayer
 
put(Number640) - Method in class net.tomp2p.examples.relay.PeriodicQueryNode
 
put(Number640) - Method in class net.tomp2p.examples.relay.QueryNode
 

Q

query() - Method in interface net.tomp2p.examples.ws.Service
 
query() - Method in class net.tomp2p.examples.ws.ServiceImpl
 
QueryNode - Class in net.tomp2p.examples.relay
Starts a Peer and randomly makes a put / get / remove onto the DHT
QueryNode(PeerDHT, long, int) - Constructor for class net.tomp2p.examples.relay.QueryNode
 
queryRandom() - Method in class net.tomp2p.examples.relay.QueryNode
Start put / get / remove random keys
querySpecific(Number640) - Method in class net.tomp2p.examples.relay.QueryNode
Start put / get / remove specific key

R

remove(Number640) - Method in class net.tomp2p.examples.relay.QueryNode
 
Repeat - Annotation Type in net.tomp2p.examples.utils
Method-level annotation to be used in connection with RepeatRule to cause a given Test method to be repeated a specified number of times.
repeatRule - Variable in class net.tomp2p.examples.TomP2PTests
 
RepeatRule - Class in net.tomp2p.examples.utils
 
RepeatRule() - Constructor for class net.tomp2p.examples.utils.RepeatRule
 
report(long, boolean) - Method in class net.tomp2p.examples.relay.DHTQueryStatistics
 

S

SeedNodeForTesting - Class in net.tomp2p.examples
Used for testing with TomP2PTests
SeedNodeForTesting() - Constructor for class net.tomp2p.examples.SeedNodeForTesting
 
Service - Interface in net.tomp2p.examples.ws
 
ServiceImpl - Class in net.tomp2p.examples.ws
 
ServiceImpl() - Constructor for class net.tomp2p.examples.ws.ServiceImpl
 
setUp() - Method in class net.tomp2p.examples.TomP2PTests
 
setupPeers() - Method in class net.tomp2p.examples.relay.ExampleRelaySituation
 
start(Number160) - Method in class net.tomp2p.examples.relay.PeriodicQueryNode
 
startClient(String) - Static method in class net.tomp2p.examples.ExampleDiscover
 
startClientNAT(String) - Static method in class net.tomp2p.examples.ExampleNAT
 
startClientNAT(String) - Static method in class net.tomp2p.examples.ExampleNATChat
 
startQueries() - Method in class net.tomp2p.examples.relay.ExampleRelaySituation
 
startServer() - Static method in class net.tomp2p.examples.ExampleDiscover
 
startServer() - Static method in class net.tomp2p.examples.ExampleNAT
 
startServer(String) - Method in class net.tomp2p.examples.ExampleNATChat
 
stop() - Static method in class net.tomp2p.examples.SeedNodeForTesting
 

T

tearDown() - Method in class net.tomp2p.examples.TomP2PTests
 
testAdd() - Method in class net.tomp2p.examples.TomP2PTests
 
testAddGet() - Method in class net.tomp2p.examples.TomP2PTests
 
testAddGetWithReconnect() - Method in class net.tomp2p.examples.TomP2PTests
 
testAddRemove() - Method in class net.tomp2p.examples.TomP2PTests
 
testBootstrapDirectConnection() - Method in class net.tomp2p.examples.TomP2PTests
 
testBootstrapInRelayMode() - Method in class net.tomp2p.examples.TomP2PTests
 
testBootstrapWithPortForwarding() - Method in class net.tomp2p.examples.TomP2PTests
 
testParallelStartupWithPutGet() - Method in class net.tomp2p.examples.TomP2PTests
 
testPut() - Method in class net.tomp2p.examples.TomP2PTests
 
testPutGet() - Method in class net.tomp2p.examples.TomP2PTests
 
testSendDirectBetweenLocalPeers() - Method in class net.tomp2p.examples.TomP2PTests
 
testSendDirectToSeedNode() - Method in class net.tomp2p.examples.TomP2PTests
 
TomP2PTests - Class in net.tomp2p.examples
Test bootstrapping, DHT operations like put/get/add/remove and sendDirect in both LAN and WAN environment Test scenarios in direct connection, auto port forwarding or relay mode.
TomP2PTests() - Constructor for class net.tomp2p.examples.TomP2PTests
 
toString() - Method in class net.tomp2p.examples.relay.PeriodicQueryNode
 
toString() - Method in class net.tomp2p.examples.relay.QueryNode
 
A B C D E G I L M N P Q R S T 

Copyright © 2014. All rights reserved.