org.apache.hadoop.util
Interface LightWeightGSet.LinkedElement

All Known Subinterfaces:
LightWeightCache.Entry
All Known Implementing Classes:
RetryCache.CacheEntry, RetryCache.CacheEntryWithPayload
Enclosing class:
org.apache.hadoop.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.