Package | Description |
---|---|
com.asakusafw.operation.tools.directio |
Direct I/O tools.
|
com.asakusafw.runtime.directio |
Direct I/O access from Asakusa Framework.
|
com.asakusafw.runtime.directio.hadoop |
Direct I/O access for Hadoop Environment.
|
com.asakusafw.runtime.directio.keepalive |
Keep-alive utilities for Direct I/O access.
|
Modifier and Type | Method and Description |
---|---|
DirectDataSource |
DataSourceInfo.getEntity()
Returns the data source.
|
Constructor and Description |
---|
DataSourceInfo(String id,
DirectDataSource entity,
BasePath path)
Creates a new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDirectDataSource
An abstract implementation of
DirectDataSourceRepository . |
Modifier and Type | Method and Description |
---|---|
DirectDataSource |
DirectDataSourceRepository.getRelatedDataSource(String path)
Returns a data source which related to the specified path.
|
DirectDataSource |
DirectDataSourceProvider.newInstance()
Creates a new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
HadoopDataSource
An implementation of
AbstractDirectDataSource using FileSystem . |
class |
HadoopDataSourceCore
An implementation of
DirectDataSource using FileSystem . |
Modifier and Type | Class and Description |
---|---|
class |
KeepAliveDataSource
A wrapper of
DirectDataSource that sends heartbeat continuously. |
Constructor and Description |
---|
KeepAliveDataSource(DirectDataSource entity,
long interval)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.