Java org.apache.hadoop.io DefaultStringifier fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.io DefaultStringifier fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

Method

TfromString(String str)
Kload(Configuration conf, String keyName, Class itemClass)
Restores the object from the configuration.
K[]loadArray(Configuration conf, String keyName, Class itemClass)
Restores the array of objects from the configuration.
voidstore(Configuration conf, K item, String keyName)
Stores the item in the configuration with the given keyName.
voidstoreArray(Configuration conf, K[] items, String keyName)
Stores the array of items in the configuration with the given keyName.
StringtoString(T obj)