ePOST 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, boolean[] generateFragment)
           
 Fragment[] ErasureCodec.encodeObject(java.io.Serializable obj, boolean[] generateFragment)
           
 

Methods in rice.p2p.glacier with parameters of type Fragment
 java.io.Serializable ErasureCodec.decode(Fragment[] frag)
           
 

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(java.io.Serializable obj, boolean[] generateFragment)
           
 Fragment[] GlacierPolicy.encodeObject(java.io.Serializable obj, boolean[] generateFragment)
           
 

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


ePOST API

Copyright © 2001-2005 - Rice Pastry.