Java org.apache.hadoop.hdfs HdfsConfiguration fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

Method

Stringget(String name)
Get the value of the name property, null if no such property exists.
voidinit()
This method is here so that when invoked, HdfsConfiguration is class-loaded if it hasn't already been previously loaded.
voidset(String name, String value)
Set the value of the name property.
voidsetBoolean(String name, boolean value)
Set the value of the name property to a boolean.
voidsetInt(String name, int value)
Set the value of the name property to an int.