Package org.apache.hadoop.hdfs.util

Interface Summary
GSet<K,E extends K> A GSet is set, which supports the GSet.get(Object) operation.
LightWeightGSet.LinkedElement Elements of LightWeightGSet.
 

Class Summary
ByteArray Wrapper for byte[] to use byte[] as key in HashMap
DataTransferThrottler a class to throttle the data transfers.
GSetByHashMap<K,E extends K> A GSet implementation by HashMap.
LightWeightGSet<K,E extends K> A low memory footprint GSet implementation, which uses an array for storing the elements and linked lists for collision resolution.
 



Copyright © 2009 The Apache Software Foundation