Class CacheDirectiveIterator

java.lang.Object
org.apache.hadoop.fs.BatchedRemoteIterator<Long,CacheDirectiveEntry>
org.apache.hadoop.hdfs.protocol.CacheDirectiveIterator
All Implemented Interfaces:
org.apache.hadoop.fs.RemoteIterator<CacheDirectiveEntry>

@Private @Evolving public class CacheDirectiveIterator extends org.apache.hadoop.fs.BatchedRemoteIterator<Long,CacheDirectiveEntry>
CacheDirectiveIterator is a remote iterator that iterates cache directives. It supports retrying in case of namenode failover.