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 |
---|---|
Class<? extends AbstractDirectDataSource> |
DirectDataSourceProfile.getTargetClass()
Returns the target data source class.
|
Constructor and Description |
---|
DirectDataSourceProfile(String id,
Class<? extends AbstractDirectDataSource> targetClass,
String path,
Map<String,String> attributes)
Creates a new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
HadoopDataSource
An implementation of
AbstractDirectDataSource using FileSystem . |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.