Java org.apache.hadoop.hdfs.server.namenode INode fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.hdfs.server.namenode INode fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.hdfs.server.namenode INode.

The text is from its open source code.

Method

StringgetFullPathName()
StringgetGroupName()
The same as getGroupName(Snapshot.CURRENT_STATE_ID).
longgetId()
Get inode id
StringgetLocalName()
byte[][]getPathComponents(String path)
Breaks path into components.
String[]getPathNames(String path)
Splits an absolute path into an array of path components.
StringgetUserName()
The same as getUserName(Snapshot.CURRENT_STATE_ID).
booleanisDirectory()
Check whether it's a directory
booleanisFile()
Check whether it's a file.
StringtoString()