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

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

Introduction

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

The text is from its open source code.

Method

Stringbytes2String(byte[] bytes)
Converts a byte array to a string using UTF8 encoding.
InetSocketAddressgetNNAddress(String address)
InetSocketAddressgetNNAddress(Configuration conf)
InetSocketAddressgetNNAddress(URI filesystemURI)
byte[]string2Bytes(String str)
Converts a string to a byte array using UTF8 encoding.