@InterfaceAudience.Public @InterfaceStability.Stable public class WritableFactories extends Object
ObjectWritable
to be able to construct instances of non-public classes.Modifier and Type | Method and Description |
---|---|
static WritableFactory |
getFactory(Class c)
Define a factory for a class.
|
static Writable |
newInstance(Class<? extends Writable> c)
Create a new instance of a class with a defined factory.
|
static Writable |
newInstance(Class<? extends Writable> c,
Configuration conf)
Create a new instance of a class with a defined factory.
|
static void |
setFactory(Class c,
WritableFactory factory)
Define a factory for a class.
|
public static void setFactory(Class c, WritableFactory factory)
c
- input c.factory
- input factory.public static WritableFactory getFactory(Class c)
c
- input c.public static Writable newInstance(Class<? extends Writable> c, Configuration conf)
c
- input c.conf
- input configuration.Copyright © 2024 Apache Software Foundation. All rights reserved.