public class INodeMap
extends java.lang.Object
INodes and maintaining the mapping between INode ID
and INode.| Modifier and Type | Method | Description |
|---|---|---|
void |
clear() |
Clear the
map |
INode |
get(long id) |
Get the
INode with the given id from the map. |
java.util.Iterator<INodeWithAdditionalFields> |
getMapIterator() |
|
void |
put(INode inode) |
|
void |
remove(INode inode) |
Remove a
INode from the map. |
int |
size() |
public java.util.Iterator<INodeWithAdditionalFields> getMapIterator()
public final void remove(INode inode)
INode from the map.inode - The INode to be removed.public int size()
public void clear()
mapCopyright © 2008–2025 Apache Software Foundation. All rights reserved.