Package | Description |
---|---|
com.asakusafw.runtime.directio |
Direct I/O access from Asakusa Framework.
|
com.asakusafw.runtime.directio.hadoop |
Direct I/O access for Hadoop Environment.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractDirectDataSource.configure(DirectDataSourceProfile profile)
Configures this data source.
|
Modifier and Type | Method and Description |
---|---|
static List<DirectDataSourceProfile> |
HadoopDataSourceUtil.loadProfiles(org.apache.hadoop.conf.Configuration conf)
Loads a profile list from the configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
HadoopDataSource.configure(DirectDataSourceProfile profile) |
static HadoopDataSourceProfile |
HadoopDataSourceProfile.convert(DirectDataSourceProfile profile,
org.apache.hadoop.conf.Configuration conf)
Converts the
DirectDataSourceProfile into this profile. |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.