ePOST API

Uses of Interface
rice.p2p.past.PastContent

Packages that use PastContent
rice.p2p.aggregation   
rice.p2p.glacier.v2   
rice.p2p.past   
rice.p2p.past.gc   
rice.p2p.past.gc.messaging   
rice.p2p.past.messaging   
rice.p2p.past.testing   
rice.post   
rice.post.delivery   
rice.post.storage   
rice.tutorial.lesson7   
 

Uses of PastContent in rice.p2p.aggregation
 

Classes in rice.p2p.aggregation that implement PastContent
 class Aggregate
           
 

Methods in rice.p2p.aggregation that return PastContent
 PastContent Aggregate.checkInsert(Id id, PastContent existingContent)
           
 

Methods in rice.p2p.aggregation with parameters of type PastContent
 PastContent Aggregate.checkInsert(Id id, PastContent existingContent)
           
 void AggregationImpl.insert(PastContent obj, Continuation command)
           
 void AggregationImpl.insert(PastContent obj, long lifetime, Continuation command)
           
 boolean AggregationDefaultPolicy.shouldBeAggregated(PastContent obj, int size)
           
 boolean AggregationPolicy.shouldBeAggregated(PastContent obj, int size)
           
 

Uses of PastContent in rice.p2p.glacier.v2
 

Classes in rice.p2p.glacier.v2 that implement PastContent
 class DebugContent
           
 

Methods in rice.p2p.glacier.v2 that return PastContent
 PastContent DebugContent.checkInsert(Id id, PastContent existingContent)
           
 

Methods in rice.p2p.glacier.v2 with parameters of type PastContent
 PastContent DebugContent.checkInsert(Id id, PastContent existingContent)
           
 void GlacierImpl.insert(PastContent obj, Continuation command)
           
 void GlacierImpl.insert(PastContent obj, long expiration, Continuation command)
           
 

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
 PastContent ContentHashPastContent.checkInsert(Id id, PastContent existingContent)
          Checks if a insert operation should be allowed.
 PastContent PastContent.checkInsert(Id id, PastContent existingContent)
          Checks if a insert operation should be allowed.
 

Methods in rice.p2p.past with parameters of type PastContent
 boolean PastPolicy.allowInsert(PastContent content)
          This method is call before an insert() is processed on the local node.
 boolean PastPolicy.DefaultPastPolicy.allowInsert(PastContent content)
          This method always return true;
 void PastImpl.cache(PastContent content, Continuation command)
          Method which inserts the given object into the cache
 PastContent ContentHashPastContent.checkInsert(Id id, PastContent existingContent)
          Checks if a insert operation should be allowed.
 PastContent PastContent.checkInsert(Id id, PastContent existingContent)
          Checks if a insert operation should be allowed.
 void Past.insert(PastContent obj, Continuation command)
          Inserts an object with the given ID into this instance of Past.
 void PastImpl.insert(PastContent obj, Continuation command)
          Inserts an object with the given ID into this instance of Past.
 

Uses of PastContent in rice.p2p.past.gc
 

Subinterfaces of PastContent in rice.p2p.past.gc
 interface GCPastContent
           
 

Methods in rice.p2p.past.gc with parameters of type PastContent
 void GCPast.insert(PastContent obj, Continuation command)
          Inserts an object with the given ID into this instance of Past.
 void GCPastImpl.insert(PastContent obj, Continuation command)
          Inserts an object with the given ID into this instance of Past.
 void GCPast.insert(PastContent obj, long expiration, Continuation command)
          Inserts an object with the given ID into this instance of Past.
 void GCPastImpl.insert(PastContent obj, long expiration, Continuation command)
          Inserts an object with the given ID into this instance of Past.
 

Uses of PastContent in rice.p2p.past.gc.messaging
 

Constructors in rice.p2p.past.gc.messaging with parameters of type PastContent
GCInsertMessage(int uid, PastContent content, long expiration, NodeHandle source, Id dest)
          Constructor which takes a unique integer Id, as well as the data to be stored
 

Uses of PastContent in rice.p2p.past.messaging
 

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

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

Constructors in rice.p2p.past.messaging with parameters of type PastContent
CacheMessage(int uid, PastContent content, NodeHandle source, Id dest)
          Constructor which takes a unique integer Id and the local id
InsertMessage(int uid, PastContent content, NodeHandle source, 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
 class DistPastTestContent
           
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  PastContent PastRegrTest.TestPastContent.existing
           
 

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

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

Uses of PastContent in rice.post
 

Methods in rice.post with parameters of type PastContent
 boolean PostAggregationPolicy.shouldBeAggregated(PastContent obj, int size)
           
 

Uses of PastContent in rice.post.delivery
 

Classes in rice.post.delivery that implement PastContent
 class Delivery
          The delivery stored in Past
 class Receipt
          The receipt stored in Past
 class Undeliverable
          The undeliverable marker stored in Past
 

Uses of PastContent in rice.post.storage
 

Classes in rice.post.storage that implement PastContent
 class SignedData
          This class is used internally by the storage package to store data that is signed.
 

Methods in rice.post.storage that return PastContent
 PastContent SignedData.checkInsert(Id id, PastContent existingContent)
          Checks if a insert operation should be allowed.
 

Methods in rice.post.storage with parameters of type PastContent
 boolean PostPastPolicy.allowInsert(PastContent content)
          This method always return true;
 PastContent SignedData.checkInsert(Id id, PastContent existingContent)
          Checks if a insert operation should be allowed.
 

Uses of PastContent in rice.tutorial.lesson7
 

Classes in rice.tutorial.lesson7 that implement PastContent
 class MyPastContent
           
 


ePOST API

Copyright © 2001-2005 - Rice Pastry.