Uses of Interface
org.apache.hadoop.hdfs.util.LightWeightGSet.LinkedElement

Packages that use LightWeightGSet.LinkedElement
org.apache.hadoop.hdfs.server.blockmanagement   
org.apache.hadoop.hdfs.util   
 

Uses of LightWeightGSet.LinkedElement in org.apache.hadoop.hdfs.server.blockmanagement
 

Classes in org.apache.hadoop.hdfs.server.blockmanagement that implement LightWeightGSet.LinkedElement
 class BlockInfo
          Internal class for block metadata.
 class BlockInfoUnderConstruction
          Represents a block that is currently being constructed.
This is usually the last block of a file opened for write or append.
 

Methods in org.apache.hadoop.hdfs.server.blockmanagement that return LightWeightGSet.LinkedElement
 LightWeightGSet.LinkedElement BlockInfo.getNext()
           
 

Methods in org.apache.hadoop.hdfs.server.blockmanagement with parameters of type LightWeightGSet.LinkedElement
 void BlockInfo.setNext(LightWeightGSet.LinkedElement next)
           
 

Uses of LightWeightGSet.LinkedElement in org.apache.hadoop.hdfs.util
 

Methods in org.apache.hadoop.hdfs.util that return LightWeightGSet.LinkedElement
 LightWeightGSet.LinkedElement LightWeightGSet.LinkedElement.getNext()
          Get the next element.
 

Methods in org.apache.hadoop.hdfs.util with parameters of type LightWeightGSet.LinkedElement
 void LightWeightGSet.LinkedElement.setNext(LightWeightGSet.LinkedElement next)
          Set the next element.
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.