|
Rice Pastry API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
void |
Moraine.insert(PastContent obj,
Continuation command)
DESCRIBE THE METHOD |
void |
Moraine.insert(PastContent obj,
long expiration,
Continuation command)
DESCRIBE THE METHOD |
Uses of PastContent in rice.p2p.aggregation.messaging |
Classes in rice.p2p.aggregation.messaging that implement PastContent | |
class |
NonAggregate
Just wraps a header in Past to know that it is something other than an Aggregate |
Methods in rice.p2p.aggregation.messaging that return PastContent | |
PastContent |
NonAggregate.checkInsert(Id id,
PastContent existingContent)
DESCRIBE THE METHOD |
Methods in rice.p2p.aggregation.messaging with parameters of type PastContent | |
PastContent |
NonAggregate.checkInsert(Id id,
PastContent existingContent)
DESCRIBE THE METHOD |
Constructors in rice.p2p.aggregation.messaging with parameters of type PastContent | |
NonAggregate(PastContent content)
Constructor for NonAggregate. |
Uses of PastContent in rice.p2p.aggregation.raw |
Classes in rice.p2p.aggregation.raw that implement PastContent | |
class |
RawAggregate
DESCRIBE THE CLASS |
Uses of PastContent in rice.p2p.glacier |
Methods in rice.p2p.glacier that return PastContent | |
PastContent |
ErasureCodec.decode(Fragment[] frag,
Endpoint endpoint,
PastContentDeserializer pcd)
DESCRIBE THE METHOD |
protected PastContent |
ErasureCodec.deserialize(byte[] bytes,
Endpoint endpoint,
PastContentDeserializer pcd)
DESCRIBE THE METHOD |
Methods in rice.p2p.glacier with parameters of type PastContent | |
Fragment[] |
ErasureCodec.encodeObject(PastContent obj,
boolean[] generateFragment)
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 |
PastContent |
GlacierDefaultPolicy.decodeObject(Fragment[] fragments,
Endpoint endpoint,
PastContentDeserializer pcd)
DESCRIBE THE METHOD |
PastContent |
GlacierPolicy.decodeObject(Fragment[] fragments,
Endpoint endpoint,
PastContentDeserializer pcd)
DESCRIBE THE METHOD |
Methods in rice.p2p.glacier.v2 with parameters of type PastContent | |
PastContent |
DebugContent.checkInsert(Id id,
PastContent existingContent)
DESCRIBE THE METHOD |
Manifest[] |
GlacierDefaultPolicy.createManifests(VersionKey key,
PastContent obj,
Fragment[] fragments,
long expiration)
DESCRIBE THE METHOD |
Fragment[] |
GlacierDefaultPolicy.encodeObject(PastContent obj,
boolean[] generateFragment)
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 |
Fragment[] |
GlacierPolicy.encodeObject(PastContent obj,
boolean[] generateFragment)
DESCRIBE THE METHOD |
Manifest[] |
GlacierPolicy.createManifests(VersionKey key,
PastContent obj,
Fragment[] fragments,
long expiration)
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.gc.rawserialization |
Subinterfaces of PastContent in rice.p2p.past.gc.rawserialization | |
interface |
RawGCPastContent
DESCRIBE THE INTERFACE |
Classes in rice.p2p.past.gc.rawserialization that implement PastContent | |
class |
JavaSerializedGCPastContent
DESCRIBE THE CLASS |
Methods in rice.p2p.past.gc.rawserialization that return PastContent | |
PastContent |
JavaSerializedGCPastContent.getContent()
Gets the Content attribute of the JavaSerializedGCPastContent object |
PastContent |
JavaSerializedGCPastContent.checkInsert(Id id,
PastContent existingContent)
DESCRIBE THE METHOD |
Methods in rice.p2p.past.gc.rawserialization with parameters of type PastContent | |
PastContent |
JavaSerializedGCPastContent.checkInsert(Id id,
PastContent existingContent)
DESCRIBE THE METHOD |
Uses of PastContent in rice.p2p.past.messaging |
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.rawserialization |
Subinterfaces of PastContent in rice.p2p.past.rawserialization | |
interface |
RawPastContent
DESCRIBE THE INTERFACE |
Classes in rice.p2p.past.rawserialization that implement PastContent | |
class |
JavaSerializedPastContent
DESCRIBE THE CLASS |
Fields in rice.p2p.past.rawserialization declared as PastContent | |
PastContent |
JavaSerializedPastContent.content
DESCRIBE THE FIELD |
Methods in rice.p2p.past.rawserialization that return PastContent | |
PastContent |
JavaPastContentDeserializer.deserializePastContent(InputBuffer buf,
Endpoint endpoint,
short contentType)
DESCRIBE THE METHOD |
PastContent |
JavaSerializedPastContent.getContent()
Gets the Content attribute of the JavaSerializedPastContent object |
PastContent |
JavaSerializedPastContent.checkInsert(Id id,
PastContent existingContent)
DESCRIBE THE METHOD |
PastContent |
PastContentDeserializer.deserializePastContent(InputBuffer buf,
Endpoint endpoint,
short contentType)
DESCRIBE THE METHOD |
Methods in rice.p2p.past.rawserialization with parameters of type PastContent | |
boolean |
DefaultSocketStrategy.sendAlongSocket(int sendType,
PastContent content)
DESCRIBE THE METHOD |
PastContent |
JavaSerializedPastContent.checkInsert(Id id,
PastContent existingContent)
DESCRIBE THE METHOD |
boolean |
SocketStrategy.sendAlongSocket(int sendType,
PastContent content)
Return true to send the content along a socket, false to send it as a message. |
Constructors in rice.p2p.past.rawserialization with parameters of type PastContent | |
JavaSerializedPastContent(PastContent content)
Constructor for JavaSerializedPastContent. |
Uses of PastContent in rice.p2p.past.testing |
Classes in rice.p2p.past.testing that implement PastContent | |
class |
DistPastTestContent
|
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 |
protected static class |
RawPastRegrTest.NonMutableTestPastContent
DESCRIBE THE CLASS |
protected static class |
RawPastRegrTest.NonOverwritingTestPastContent
DESCRIBE THE CLASS |
protected static class |
RawPastRegrTest.TestPastContent
Utility class for past content objects |
protected static class |
RawPastRegrTest.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 |
PastContent |
RawPastRegrTest.TestPastContent.checkInsert(Id id,
PastContent existingContent)
DESCRIBE THE METHOD |
PastContent |
RawPastRegrTest.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 |
PastContent |
RawPastRegrTest.TestPastContent.checkInsert(Id id,
PastContent existingContent)
DESCRIBE THE METHOD |
PastContent |
RawPastRegrTest.NonOverwritingTestPastContent.checkInsert(Id id,
PastContent existingContent)
DESCRIBE THE METHOD |
Uses of PastContent in rice.tutorial.lesson7 |
Classes in rice.tutorial.lesson7 that implement PastContent | |
class |
MyPastContent
|
|
Rice Pastry API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |