org.apache.hadoop.hdfs.server.namenode
Class HostFileManager.EntrySet
java.lang.Object
org.apache.hadoop.hdfs.server.namenode.HostFileManager.EntrySet
- All Implemented Interfaces:
- Iterable<HostFileManager.Entry>
- Direct Known Subclasses:
- HostFileManager.MutableEntrySet
- Enclosing class:
- HostFileManager
public static class HostFileManager.EntrySet
- extends Object
- implements Iterable<HostFileManager.Entry>
HostFileManager.EntrySet
public HostFileManager.EntrySet()
isEmpty
public boolean isEmpty()
find
public HostFileManager.Entry find(org.apache.hadoop.hdfs.protocol.DatanodeID datanodeID)
find
public HostFileManager.Entry find(HostFileManager.Entry toFind)
toString
public String toString()
- Overrides:
toString
in class Object
iterator
public Iterator<HostFileManager.Entry> iterator()
- Specified by:
iterator
in interface Iterable<HostFileManager.Entry>
Copyright © 2013 Apache Software Foundation. All Rights Reserved.