| Package | Description |
|---|---|
| com.aliyun.odps.conf |
Odps配置
|
| com.aliyun.odps.io |
ODPS中使用的Writable数据类型,目前只有Graph作业需要使用
|
| com.aliyun.odps.utils |
Undocumented
|
| Modifier and Type | Method and Description |
|---|---|
Configuration |
Configurable.getConf()
返回
Configuration对象 |
Configuration |
Configured.getConf() |
| Modifier and Type | Method and Description |
|---|---|
void |
Configurable.setConf(Configuration conf)
|
void |
Configured.setConf(Configuration conf) |
| Constructor and Description |
|---|
Configuration(Configuration other)
Configuration的拷贝构造方法。
|
Configured(Configuration conf)
构造函数,给定一个
Configuration 对象. |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
AbstractMapWritable.getConf() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Writable> |
WritableUtils.clone(T orig,
Configuration conf)
通过Writable序列化方式拷贝一个Writable对象.
|
void |
AbstractMapWritable.setConf(Configuration conf) |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
ReflectionUtils.newInstance(Class<T> theClass,
Configuration conf)
Create an object for the given class and initialize it from conf
|
static <T> T |
ReflectionUtils.newInstanceFast(Class<T> theClass,
Configuration configuration)
Instantiate classes that are ImmmutableClasssesGiraphConfigurable
|
static void |
ReflectionUtils.setConf(Object theObject,
Configuration conf)
Check and set 'configuration' if necessary.
|
Copyright © 2023 Alibaba Cloud Computing. All rights reserved.