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

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

The text is from its open source code.

Method

FSNamesystemgetNamesystem(NameNode namenode)
Get the namesystem from the namenode
long[]getStats(final FSNamesystem fsn)
Return the FSNamesystem stats
voidsetLeasePeriod(final FSNamesystem namesystem, long soft, long hard)
Set the softLimit and hardLimit of client lease periods.