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
           
 

Methods in rice.p2p.aggregation with parameters of type PastContentDeserializer
 void AggregationImpl.setContentDeserializer(PastContentDeserializer deserializer)
           
 void Moraine.setContentDeserializer(PastContentDeserializer deserializer)
           
 

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)
           
 

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)
           
 

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)
           
protected  PastContent ErasureCodec.deserialize(byte[] bytes, Endpoint endpoint, PastContentDeserializer pcd)
           
 

Uses of PastContentDeserializer in rice.p2p.glacier.v2
 

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

Methods in rice.p2p.glacier.v2 with parameters of type PastContentDeserializer
 PastContent GlacierDefaultPolicy.decodeObject(Fragment[] fragments, Endpoint endpoint, PastContentDeserializer pcd)
           
 PastContent GlacierPolicy.decodeObject(Fragment[] fragments, Endpoint endpoint, PastContentDeserializer pcd)
           
 void GlacierImpl.setContentDeserializer(PastContentDeserializer deserializer)
           
 

Uses of PastContentDeserializer in rice.p2p.past
 

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

Methods in rice.p2p.past with parameters of type PastContentDeserializer
 void Past.setContentDeserializer(PastContentDeserializer deserializer)
           
 void PastImpl.setContentDeserializer(PastContentDeserializer deserializer)
           
 

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)
           
 

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)
           
static InsertMessage InsertMessage.build(InputBuffer buf, Endpoint endpoint, PastContentDeserializer pcd)
           
static LookupMessage LookupMessage.build(InputBuffer buf, Endpoint endpoint, PastContentDeserializer pcd)
           
static FetchMessage FetchMessage.build(InputBuffer buf, Endpoint endpoint, PastContentDeserializer pcd, PastContentHandleDeserializer pchd)
           
 

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

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.NonOverwritingTestPastContent(InputBuffer buf, Endpoint endpoint, PastContentDeserializer pcd)
           
RawPastRegrTest.TestPastContent(InputBuffer buf, Endpoint endpoint, PastContentDeserializer pcd)
           
RawPastRegrTest.VersionedTestPastContent(InputBuffer buf, Endpoint endpoint, PastContentDeserializer pcd)
           
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection