Rice Pastry API

Uses of Class
rice.p2p.glacier.Fragment

Packages that use Fragment
rice.p2p.glacier   
rice.p2p.glacier.v2   
rice.p2p.glacier.v2.messaging   
 

Uses of Fragment in rice.p2p.glacier
 

Methods in rice.p2p.glacier that return Fragment
 Fragment[] ErasureCodec.encode(byte[] bytes, int length, boolean[] generateFragment)
          Generates multiple fragments from the incoming bytes
 Fragment[] ErasureCodec.encodeObject(PastContent obj, boolean[] generateFragment)
           
 Fragment[] ErasureCodec.encodeObject(RawPastContent obj, boolean[] generateFragment)
          Serializes the object.
 

Methods in rice.p2p.glacier with parameters of type Fragment
 PastContent ErasureCodec.decode(Fragment[] frag, Endpoint endpoint, PastContentDeserializer pcd)
           
 

Uses of Fragment in rice.p2p.glacier.v2
 

Fields in rice.p2p.glacier.v2 declared as Fragment
 Fragment FragmentAndManifest.fragment
           
 

Methods in rice.p2p.glacier.v2 that return Fragment
 Fragment[] GlacierDefaultPolicy.encodeObject(PastContent obj, boolean[] generateFragment)
           
 Fragment[] GlacierPolicy.encodeObject(PastContent obj, boolean[] generateFragment)
           
 Fragment[] GlacierDefaultPolicy.encodeObject(RawPastContent obj, boolean[] generateFragment)
           
 

Methods in rice.p2p.glacier.v2 with parameters of type Fragment
 Manifest[] GlacierDefaultPolicy.createManifests(VersionKey key, PastContent obj, Fragment[] fragments, long expiration)
           
 Manifest[] GlacierPolicy.createManifests(VersionKey key, PastContent obj, Fragment[] fragments, long expiration)
           
 Manifest[] GlacierDefaultPolicy.createManifests(VersionKey key, RawPastContent obj, Fragment[] fragments, long expiration)
           
 PastContent GlacierDefaultPolicy.decodeObject(Fragment[] fragments, Endpoint endpoint, PastContentDeserializer pcd)
           
 PastContent GlacierPolicy.decodeObject(Fragment[] fragments, Endpoint endpoint, PastContentDeserializer pcd)
           
 boolean Manifest.validatesFragment(Fragment fragment, int fragmentID, Logger logger)
           
 

Constructors in rice.p2p.glacier.v2 with parameters of type Fragment
FragmentAndManifest(Fragment fragment, Manifest manifest)
           
 

Uses of Fragment in rice.p2p.glacier.v2.messaging
 

Fields in rice.p2p.glacier.v2.messaging declared as Fragment
protected  Fragment[] GlacierDataMessage.fragments
           
 

Methods in rice.p2p.glacier.v2.messaging that return Fragment
 Fragment GlacierDataMessage.getFragment(int index)
           
 

Constructors in rice.p2p.glacier.v2.messaging with parameters of type Fragment
GlacierDataMessage(int uid, FragmentKey[] keys, Fragment[] fragments, Manifest[] manifests, NodeHandle source, Id dest, boolean isResponse, char tag)
           
GlacierDataMessage(int uid, FragmentKey key, Fragment fragment, Manifest manifest, NodeHandle source, Id dest, boolean isResponse, char tag)
           
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection