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(DatanodeID datanodeID) |
HostFileManager.Entry |
find(HostFileManager.Entry toFind) |
boolean |
isEmpty() |
Iterator<HostFileManager.Entry> |
iterator() |
String |
toString() |
public boolean isEmpty()
public HostFileManager.Entry find(DatanodeID datanodeID)
public HostFileManager.Entry find(HostFileManager.Entry toFind)
public Iterator<HostFileManager.Entry> iterator()
iterator
in interface Iterable<HostFileManager.Entry>
Copyright © 2013 Apache Software Foundation. All rights reserved.