Rice Pastry API

Uses of Interface
rice.p2p.past.PastContent

Packages that use PastContent
rice.p2p.past   
rice.p2p.past.messaging   
rice.p2p.past.testing   
 

Uses of PastContent in rice.p2p.past
 

Classes in rice.p2p.past that implement PastContent
 class ContentHashPastContent
           
 

Methods in rice.p2p.past that return PastContent
 rice.p2p.past.PastContent ContentHashPastContent.checkInsert(rice.p2p.commonapi.Id id, rice.p2p.past.PastContent existingContent)
          Checks if a insert operation should be allowed.
 rice.p2p.past.PastContent PastContent.checkInsert(rice.p2p.commonapi.Id id, rice.p2p.past.PastContent existingContent)
          Checks if a insert operation should be allowed.
 

Methods in rice.p2p.past with parameters of type PastContent
 rice.p2p.past.PastContent ContentHashPastContent.checkInsert(rice.p2p.commonapi.Id id, rice.p2p.past.PastContent existingContent)
          Checks if a insert operation should be allowed.
 void Past.insert(rice.p2p.past.PastContent obj, rice.Continuation command)
          Inserts an object with the given ID into this instance of Past.
 rice.p2p.past.PastContent PastContent.checkInsert(rice.p2p.commonapi.Id id, rice.p2p.past.PastContent existingContent)
          Checks if a insert operation should be allowed.
 void PastImpl.insert(rice.p2p.past.PastContent obj, rice.Continuation command)
          Inserts an object with the given ID into this instance of Past.
 

Uses of PastContent in rice.p2p.past.messaging
 

Fields in rice.p2p.past.messaging declared as PastContent
protected  rice.p2p.past.PastContent CacheMessage.content
           
 

Methods in rice.p2p.past.messaging that return PastContent
 rice.p2p.past.PastContent CacheMessage.getContent()
          Method which returns the content
 rice.p2p.past.PastContent InsertMessage.getContent()
          Method which returns the content
 

Constructors in rice.p2p.past.messaging with parameters of type PastContent
CacheMessage(int uid, rice.p2p.past.PastContent content, rice.p2p.commonapi.NodeHandle source, rice.p2p.commonapi.Id dest)
          Constructor which takes a unique integer Id and the local id
InsertMessage(int uid, rice.p2p.past.PastContent content, rice.p2p.commonapi.NodeHandle source, rice.p2p.commonapi.Id dest)
          Constructor which takes a unique integer Id, as well as the data to be stored
 

Uses of PastContent in rice.p2p.past.testing
 

Classes in rice.p2p.past.testing that implement PastContent
protected static class PastRegrTest.NonMutableTestPastContent
           
protected static class PastRegrTest.NonOverwritingTestPastContent
           
protected static class PastRegrTest.TestPastContent
          Utility class for past content objects
protected static class PastRegrTest.VersionedTestPastContent
           
 

Fields in rice.p2p.past.testing declared as PastContent
protected  rice.p2p.past.PastContent PastRegrTest.TestPastContent.existing
           
 

Methods in rice.p2p.past.testing that return PastContent
 rice.p2p.past.PastContent PastRegrTest.TestPastContent.checkInsert(rice.p2p.commonapi.Id id, rice.p2p.past.PastContent existingContent)
           
 rice.p2p.past.PastContent PastRegrTest.NonOverwritingTestPastContent.checkInsert(rice.p2p.commonapi.Id id, rice.p2p.past.PastContent existingContent)
           
 

Methods in rice.p2p.past.testing with parameters of type PastContent
 rice.p2p.past.PastContent PastRegrTest.TestPastContent.checkInsert(rice.p2p.commonapi.Id id, rice.p2p.past.PastContent existingContent)
           
 rice.p2p.past.PastContent PastRegrTest.NonOverwritingTestPastContent.checkInsert(rice.p2p.commonapi.Id id, rice.p2p.past.PastContent existingContent)
           
 


Rice Pastry API

Copyright © 2001 - Rice Pastry.


Imprint-Dataprotection