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

All Known Implementing Classes:
BlockInfo, BlockInfoUnderConstruction
Enclosing class:
org.apache.hadoop.hdfs.util.LightWeightGSet<K,E extends K>

public static interface LightWeightGSet.LinkedElement

Elements of LightWeightGSet.


Method Summary
 LightWeightGSet.LinkedElement getNext()
          Get the next element.
 void setNext(LightWeightGSet.LinkedElement next)
          Set the next element.
 

Method Detail

setNext

void setNext(LightWeightGSet.LinkedElement next)
Set the next element.


getNext

LightWeightGSet.LinkedElement getNext()
Get the next element.



Copyright © 2013 Apache Software Foundation. All Rights Reserved.