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.encodeObject(PastContent obj, boolean[] generateFragment)
          DESCRIBE THE METHOD
 Fragment[] ErasureCodec.encodeObject(RawPastContent obj, boolean[] generateFragment)
          Serializes the object.
 Fragment[] ErasureCodec.encode(byte[] bytes, int length, boolean[] generateFragment)
          Generates multiple fragments from the incoming bytes
 

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

Uses of Fragment in rice.p2p.glacier.v2
 

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

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

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

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

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

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

Methods in rice.p2p.glacier.v2.messaging that return Fragment
 Fragment GlacierDataMessage.getFragment(int index)
          Gets the Fragment attribute of the GlacierDataMessage object
 

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


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection