Rice Pastry API

Uses of Interface
rice.p2p.past.rawserialization.PastContentDeserializer

Packages that use PastContentDeserializer
rice.p2p.aggregation   
rice.p2p.aggregation.messaging   
rice.p2p.aggregation.raw   
rice.p2p.glacier   
rice.p2p.glacier.v2   
rice.p2p.past   
rice.p2p.past.gc.messaging   
rice.p2p.past.messaging   
rice.p2p.past.rawserialization   
rice.p2p.past.testing   
 

Uses of PastContentDeserializer in rice.p2p.aggregation
 

Fields in rice.p2p.aggregation declared as PastContentDeserializer
protected  PastContentDeserializer AggregationImpl.contentDeserializer
          DESCRIBE THE FIELD
 

Methods in rice.p2p.aggregation with parameters of type PastContentDeserializer
 void AggregationImpl.setContentDeserializer(PastContentDeserializer deserializer)
          Sets the ContentDeserializer attribute of the AggregationImpl object
 void Moraine.setContentDeserializer(PastContentDeserializer deserializer)
          Sets the ContentDeserializer attribute of the Moraine object
 

Uses of PastContentDeserializer in rice.p2p.aggregation.messaging
 

Constructors in rice.p2p.aggregation.messaging with parameters of type PastContentDeserializer
NonAggregate(InputBuffer buf, Endpoint endpoint, RawPastContent subContent, PastContentDeserializer pcd)
          Constructor for NonAggregate.
 

Uses of PastContentDeserializer in rice.p2p.aggregation.raw
 

Constructors in rice.p2p.aggregation.raw with parameters of type PastContentDeserializer
RawAggregate(InputBuffer buf, Endpoint endpoint, PastContentDeserializer contentDeserializer)
          Constructor for RawAggregate.
 

Uses of PastContentDeserializer in rice.p2p.glacier
 

Methods in rice.p2p.glacier with parameters of type PastContentDeserializer
 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
 

Uses of PastContentDeserializer in rice.p2p.glacier.v2
 

Fields in rice.p2p.glacier.v2 declared as PastContentDeserializer
protected  PastContentDeserializer GlacierImpl.contentDeserializer
          DESCRIBE THE FIELD
 

Methods in rice.p2p.glacier.v2 with parameters of type PastContentDeserializer
 PastContent GlacierDefaultPolicy.decodeObject(Fragment[] fragments, Endpoint endpoint, PastContentDeserializer pcd)
          DESCRIBE THE METHOD
 void GlacierImpl.setContentDeserializer(PastContentDeserializer deserializer)
          Sets the ContentDeserializer attribute of the GlacierImpl object
 PastContent GlacierPolicy.decodeObject(Fragment[] fragments, Endpoint endpoint, PastContentDeserializer pcd)
          DESCRIBE THE METHOD
 

Uses of PastContentDeserializer in rice.p2p.past
 

Fields in rice.p2p.past declared as PastContentDeserializer
protected  PastContentDeserializer PastImpl.contentDeserializer
          DESCRIBE THE FIELD
 

Methods in rice.p2p.past with parameters of type PastContentDeserializer
 void Past.setContentDeserializer(PastContentDeserializer deserializer)
          Sets the ContentDeserializer attribute of the Past object
 void PastImpl.setContentDeserializer(PastContentDeserializer deserializer)
          Sets the ContentDeserializer attribute of the PastImpl object
 

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

Methods in rice.p2p.past.gc.messaging with parameters of type PastContentDeserializer
static GCInsertMessage GCInsertMessage.buildGC(InputBuffer buf, Endpoint endpoint, PastContentDeserializer pcd)
          DESCRIBE THE METHOD
 

Uses of PastContentDeserializer in rice.p2p.past.messaging
 

Methods in rice.p2p.past.messaging with parameters of type PastContentDeserializer
static CacheMessage CacheMessage.build(InputBuffer buf, Endpoint endpoint, PastContentDeserializer pcd)
          DESCRIBE THE METHOD
static FetchMessage FetchMessage.build(InputBuffer buf, Endpoint endpoint, PastContentDeserializer pcd, PastContentHandleDeserializer pchd)
          DESCRIBE THE METHOD
static InsertMessage InsertMessage.build(InputBuffer buf, Endpoint endpoint, PastContentDeserializer pcd)
          DESCRIBE THE METHOD
static LookupMessage LookupMessage.build(InputBuffer buf, Endpoint endpoint, PastContentDeserializer pcd)
          DESCRIBE THE METHOD
 

Constructors in rice.p2p.past.messaging with parameters of type PastContentDeserializer
InsertMessage(InputBuffer buf, Endpoint endpoint, PastContentDeserializer pcd)
          Constructor for InsertMessage.
 

Uses of PastContentDeserializer in rice.p2p.past.rawserialization
 

Classes in rice.p2p.past.rawserialization that implement PastContentDeserializer
 class JavaPastContentDeserializer
          uses p2p.util.JavaDeserializer to deserialize ScribeContent using Java Serialization
 

Uses of PastContentDeserializer in rice.p2p.past.testing
 

Constructors in rice.p2p.past.testing with parameters of type PastContentDeserializer
RawPastRegrTest.TestPastContent(InputBuffer buf, Endpoint endpoint, PastContentDeserializer pcd)
          Constructor for TestPastContent.
RawPastRegrTest.VersionedTestPastContent(InputBuffer buf, Endpoint endpoint, PastContentDeserializer pcd)
          Constructor for VersionedTestPastContent.
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection