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(java.io.Serializable obj, boolean[] generateFragment)
          DESCRIBE THE METHOD
 Fragment[] ErasureCodec.encode(byte[] bytes, boolean[] generateFragment)
          DESCRIBE THE METHOD
 

Methods in rice.p2p.glacier with parameters of type Fragment
 java.io.Serializable ErasureCodec.decode(Fragment[] frag)
          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(java.io.Serializable obj, boolean[] generateFragment)
          DESCRIBE THE METHOD
 Fragment[] GlacierPolicy.encodeObject(java.io.Serializable obj, boolean[] generateFragment)
          DESCRIBE THE METHOD
 

Methods in rice.p2p.glacier.v2 with parameters of type Fragment
 java.io.Serializable GlacierDefaultPolicy.decodeObject(Fragment[] fragments)
          DESCRIBE THE METHOD
 Manifest[] GlacierDefaultPolicy.createManifests(VersionKey key, java.io.Serializable obj, Fragment[] fragments, long expiration)
          DESCRIBE THE METHOD
 Manifest[] GlacierPolicy.createManifests(VersionKey key, java.io.Serializable obj, Fragment[] fragments, long expiration)
          DESCRIBE THE METHOD
 java.io.Serializable GlacierPolicy.decodeObject(Fragment[] fragments)
          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