Class ShortCircuitShm.SlotIterator
java.lang.Object
org.apache.hadoop.hdfs.shortcircuit.ShortCircuitShm.SlotIterator
- All Implemented Interfaces:
Iterator<ShortCircuitShm.Slot>
- Enclosing class:
- ShortCircuitShm
-
Constructor Details
-
SlotIterator
public SlotIterator()
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<ShortCircuitShm.Slot>
-
next
- Specified by:
nextin interfaceIterator<ShortCircuitShm.Slot>
-
remove
public void remove()- Specified by:
removein interfaceIterator<ShortCircuitShm.Slot>
-