Package org.apache.hadoop.hbase.io.hfile
Class BlockCachesIterator
java.lang.Object
org.apache.hadoop.hbase.io.hfile.BlockCachesIterator
- All Implemented Interfaces:
Iterator<CachedBlock>
Iterator over an array of BlockCache CachedBlocks.
-
Field Summary
Modifier and TypeFieldDescription(package private) final BlockCache[]
(package private) Iterator<CachedBlock>
(package private) int
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
index
int index -
bcs
-
current
-
-
Constructor Details
-
BlockCachesIterator
BlockCachesIterator(BlockCache[] blockCaches)
-
-
Method Details
-
hasNext
- Specified by:
hasNext
in interfaceIterator<CachedBlock>
-
next
- Specified by:
next
in interfaceIterator<CachedBlock>
-
remove
- Specified by:
remove
in interfaceIterator<CachedBlock>
-