Package org.apache.hadoop.util.dynamic
@LimitedPrivate("testing")
@Unstable
package org.apache.hadoop.util.dynamic
Dynamic class loading and instantiation.
Taken from
org.apache.parquet;
there is also a fork of this in Apache Iceberg,
so code using these classes should be relatively
easily portable between the projects.-
ClassesClassDescriptionUtility methods to assist binding to Hadoop APIs through reflection.Dynamic constructors.Dynamic method invocation.Convenience wrapper class around
Method.