public class INodesInPath extends Object
Modifier and Type | Field and Description |
---|---|
static org.apache.commons.logging.Log |
LOG |
Modifier and Type | Method and Description |
---|---|
INode |
getINode(int i) |
INode |
getLastINode() |
Snapshot |
getLatestSnapshot()
For non-snapshot paths, return the latest snapshot found in the path.
|
Snapshot |
getPathSnapshot()
For snapshot paths, return the snapshot specified in the path.
|
String |
toString() |
public Snapshot getLatestSnapshot()
public Snapshot getPathSnapshot()
public INode getINode(int i)
public INode getLastINode()
Copyright © 2013 Apache Software Foundation. All rights reserved.