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

Example usage for Java org.apache.hadoop.hdfs.server.namenode NameNode 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 NameNode.

The text is from its open source code.

Field

Constructor

Method

NameNodecreateNameNode(String argv[], Configuration conf)
voidformat(Configuration conf)
Format a new filesystem.
InetSocketAddressgetHttpAddress()
InetSocketAddressgetHttpAddress(Configuration conf)
InetSocketAddressgetHttpsAddress()
StringgetNameNodeAddressHostPortString()
FSNamesystemgetNamesystem()
Return the FSNamesystem object.
InetSocketAddressgetServiceRpcAddress()
StringgetState()
booleanisInSafeMode()
Is the cluster currently in safe mode?
voidjoin()
Wait for service to finish.
voidmain(String argv[])
voidstop()
Stop all NameNode threads and wait for all to finish.