Rice Pastry API

Uses of Interface
rice.p2p.commonapi.Application

Packages that use Application
org.mpisws.p2p.testing.transportlayer   
org.mpisws.p2p.testing.transportlayer.replay   
rice.p2p.aggregation   
rice.p2p.commonapi   
rice.p2p.glacier.v2   
rice.p2p.multiring   
rice.p2p.multiring.testing   
rice.p2p.past   
rice.p2p.past.gc   
rice.p2p.replication   
rice.p2p.replication.manager   
rice.p2p.scribe   
rice.pastry   
rice.pastry.commonapi   
rice.pastry.testing   
rice.pastry.testing.rendezvous   
rice.tutorial.lookup   
rice.tutorial.splitstream   
 

Uses of Application in org.mpisws.p2p.testing.transportlayer
 

Classes in org.mpisws.p2p.testing.transportlayer that implement Application
 class BandwidthMeasuringTLTest
           
 

Uses of Application in org.mpisws.p2p.testing.transportlayer.replay
 

Classes in org.mpisws.p2p.testing.transportlayer.replay that implement Application
 class MyScribeClient
          We implement the Application interface to receive regular timed messages (see lesson5).
 

Uses of Application in rice.p2p.aggregation
 

Classes in rice.p2p.aggregation that implement Application
 class AggregationImpl
           
 

Uses of Application in rice.p2p.commonapi
 

Methods in rice.p2p.commonapi with parameters of type Application
 Endpoint Node.buildEndpoint(Application application, java.lang.String instance)
          Same as register application, but returns an unregistered Endpoint.
 Endpoint Node.registerApplication(Application application, java.lang.String instance)
          Deprecated. use buildEndpoint(), then call Endpoint.register(), fixes synchronization problems, related to implicit behavior
 

Uses of Application in rice.p2p.glacier.v2
 

Classes in rice.p2p.glacier.v2 that implement Application
 class GlacierImpl
           
 

Uses of Application in rice.p2p.multiring
 

Classes in rice.p2p.multiring that implement Application
 class MultiringApplication
           
 

Fields in rice.p2p.multiring declared as Application
protected  Application MultiringApplication.application
          The app which this mulitring app is wrapping
protected  Application MultiringEndpoint.application
          The application this endpoint is for
 

Methods in rice.p2p.multiring with parameters of type Application
 Endpoint MultiringNode.buildEndpoint(Application application, java.lang.String instance)
           
 Endpoint MultiringNode.registerApplication(Application application, java.lang.String instance)
          Deprecated. use buildEndpoint() endpoint.register()
 

Constructors in rice.p2p.multiring with parameters of type Application
MultiringApplication(Id ringId, Application application)
          Constructor
MultiringEndpoint(MultiringNode node, Endpoint endpoint, Application application)
          Constructor
 

Uses of Application in rice.p2p.multiring.testing
 

Classes in rice.p2p.multiring.testing that implement Application
 class MultiringRegrTest.MultiringTestApp
           
 

Uses of Application in rice.p2p.past
 

Classes in rice.p2p.past that implement Application
 class PastImpl
           
 

Uses of Application in rice.p2p.past.gc
 

Classes in rice.p2p.past.gc that implement Application
 class GCPastImpl
           
 

Methods in rice.p2p.past.gc with parameters of type Application
 Endpoint GCNode.buildEndpoint(Application application, java.lang.String instance)
           
 Endpoint GCNode.registerApplication(Application application, java.lang.String instance)
          Deprecated. use buildEndpoint() endpoint.register()
 

Uses of Application in rice.p2p.replication
 

Classes in rice.p2p.replication that implement Application
 class ReplicationImpl
           
 

Uses of Application in rice.p2p.replication.manager
 

Classes in rice.p2p.replication.manager that implement Application
 class ReplicationManagerImpl
           
 

Uses of Application in rice.p2p.scribe
 

Classes in rice.p2p.scribe that implement Application
 class ScribeImpl
           
 

Uses of Application in rice.pastry
 

Methods in rice.pastry with parameters of type Application
 Endpoint PastryNode.buildEndpoint(Application application, java.lang.String instance)
           
 Endpoint PastryNode.registerApplication(Application application, java.lang.String instance)
          Deprecated. use buildEndpoint() endpoint.register()
 

Uses of Application in rice.pastry.commonapi
 

Fields in rice.pastry.commonapi declared as Application
protected  Application PastryEndpoint.application
           
 

Constructors in rice.pastry.commonapi with parameters of type Application
PastryEndpoint(PastryNode pn, Application application, java.lang.String instance, boolean register)
          Constructor.
PastryEndpoint(PastryNode pn, Application application, java.lang.String instance, int address, boolean register)
          Constructor.
 

Uses of Application in rice.pastry.testing
 

Classes in rice.pastry.testing that implement Application
 class RoutingTableTest.MyApp
           
 

Uses of Application in rice.pastry.testing.rendezvous
 

Classes in rice.pastry.testing.rendezvous that implement Application
 class MyApp
          A very simple application.
 

Uses of Application in rice.tutorial.lookup
 

Classes in rice.tutorial.lookup that implement Application
 class LookupService
          The LookupService provides a way to find out what nodes are responsible for a given Id.
 

Uses of Application in rice.tutorial.splitstream
 

Classes in rice.tutorial.splitstream that implement Application
 class MySplitStreamClient
          We implement the Application interface to receive regular timed messages (see lesson5).
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection