Java org.apache.hadoop.util ReflectionUtils fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.util ReflectionUtils fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Method

Tcopy(Configuration conf, T src, T dst)
Make a copy of the writable object using serialization to a buffer
ListgetDeclaredFieldsIncludingInherited(Class clazz)
Gets all the declared fields of a class including fields declared in superclasses.
voidlogThreadInfo(Log log, String title, long minInterval)
Log the current thread stacks at INFO level.
voidlogThreadInfo(Logger log, String title, long minInterval)
Log the current thread stacks at INFO level.
TnewInstance(Class theClass, Configuration conf)
Create an object for the given class and initialize it from conf
voidprintThreadInfo(PrintStream stream, String title)
Print all of the thread's information and stack traces.
voidsetConf(Object theObject, Configuration conf)
Check and set 'configuration' if necessary.