Package | Description |
---|---|
org.apache.hadoop.io |
Generic i/o code for use when reading and writing data to the network,
to databases, and to files.
|
Modifier and Type | Method and Description |
---|---|
static WritableFactory |
WritableFactories.getFactory(Class c)
Define a factory for a class.
|
Modifier and Type | Method and Description |
---|---|
static void |
WritableFactories.setFactory(Class c,
WritableFactory factory)
Define a factory for a class.
|
Copyright © 2015 Apache Software Foundation. All rights reserved.