public static class HostFileManager.EntrySet extends Object implements Iterable<HostFileManager.Entry>
Constructor and Description |
---|
HostFileManager.EntrySet() |
Modifier and Type | Method and Description |
---|---|
HostFileManager.Entry |
find(org.apache.hadoop.hdfs.protocol.DatanodeID datanodeID) |
HostFileManager.Entry |
find(HostFileManager.Entry toFind) |
boolean |
isEmpty() |
Iterator<HostFileManager.Entry> |
iterator() |
String |
toString() |
public HostFileManager.EntrySet()
public boolean isEmpty()
public HostFileManager.Entry find(org.apache.hadoop.hdfs.protocol.DatanodeID datanodeID)
public HostFileManager.Entry find(HostFileManager.Entry toFind)
public Iterator<HostFileManager.Entry> iterator()
iterator
in interface Iterable<HostFileManager.Entry>
Copyright © 2014 Apache Software Foundation. All Rights Reserved.