| 
Rice Pastry API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 | |
| Uses of PastContent in rice.p2p.aggregation | 
| Classes in rice.p2p.aggregation that implement PastContent | |
 class | 
Aggregate
DESCRIBE THE CLASS  | 
| Methods in rice.p2p.aggregation that return PastContent | |
 PastContent | 
Aggregate.checkInsert(Id id,
            PastContent existingContent)
DESCRIBE THE METHOD  | 
| Methods in rice.p2p.aggregation with parameters of type PastContent | |
 PastContent | 
Aggregate.checkInsert(Id id,
            PastContent existingContent)
DESCRIBE THE METHOD  | 
 boolean | 
AggregationDefaultPolicy.shouldBeAggregated(PastContent obj,
                   int size)
DESCRIBE THE METHOD  | 
 void | 
AggregationImpl.insert(PastContent obj,
       Continuation command)
DESCRIBE THE METHOD  | 
 void | 
AggregationImpl.insert(PastContent obj,
       long lifetime,
       Continuation command)
DESCRIBE THE METHOD  | 
 boolean | 
AggregationPolicy.shouldBeAggregated(PastContent obj,
                   int size)
DESCRIBE THE METHOD  | 
| Uses of PastContent in rice.p2p.glacier.v2 | 
| Classes in rice.p2p.glacier.v2 that implement PastContent | |
 class | 
DebugContent
DESCRIBE THE CLASS  | 
| Methods in rice.p2p.glacier.v2 that return PastContent | |
 PastContent | 
DebugContent.checkInsert(Id id,
            PastContent existingContent)
DESCRIBE THE METHOD  | 
| Methods in rice.p2p.glacier.v2 with parameters of type PastContent | |
 PastContent | 
DebugContent.checkInsert(Id id,
            PastContent existingContent)
DESCRIBE THE METHOD  | 
 void | 
GlacierImpl.insert(PastContent obj,
       Continuation command)
DESCRIBE THE METHOD  | 
 void | 
GlacierImpl.insert(PastContent obj,
       long expiration,
       Continuation command)
DESCRIBE THE METHOD  | 
| 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 | |
 PastContent | 
ContentHashPastContent.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.  | 
 PastContent | 
PastContent.checkInsert(Id id,
            PastContent existingContent)
Checks if a insert operation should be allowed.  | 
 void | 
PastImpl.cache(PastContent content,
      Continuation command)
Method which inserts the given object into the cache  | 
 void | 
PastImpl.insert(PastContent obj,
       Continuation command)
Inserts an object with the given ID into this instance of Past.  | 
 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;  | 
| 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 | 
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,
       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
DESCRIBE THE FIELD  | 
protected  PastContent | 
InsertMessage.content
DESCRIBE THE FIELD  | 
| 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 | |
protected static class | 
PastRegrTest.NonMutableTestPastContent
DESCRIBE THE CLASS  | 
protected static class | 
PastRegrTest.NonOverwritingTestPastContent
DESCRIBE THE CLASS  | 
protected static class | 
PastRegrTest.TestPastContent
Utility class for past content objects  | 
protected static class | 
PastRegrTest.VersionedTestPastContent
DESCRIBE THE CLASS  | 
| Fields in rice.p2p.past.testing declared as PastContent | |
protected  PastContent | 
PastRegrTest.TestPastContent.existing
DESCRIBE THE FIELD  | 
| Methods in rice.p2p.past.testing that return PastContent | |
 PastContent | 
PastRegrTest.TestPastContent.checkInsert(Id id,
            PastContent existingContent)
DESCRIBE THE METHOD  | 
 PastContent | 
PastRegrTest.NonOverwritingTestPastContent.checkInsert(Id id,
            PastContent existingContent)
DESCRIBE THE METHOD  | 
| Methods in rice.p2p.past.testing with parameters of type PastContent | |
 PastContent | 
PastRegrTest.TestPastContent.checkInsert(Id id,
            PastContent existingContent)
DESCRIBE THE METHOD  | 
 PastContent | 
PastRegrTest.NonOverwritingTestPastContent.checkInsert(Id id,
            PastContent existingContent)
DESCRIBE THE METHOD  | 
  | 
Rice Pastry API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||