Package | Description |
---|---|
com.asakusafw.operation.tools.directio |
Direct I/O tools.
|
com.asakusafw.operation.tools.directio.file |
Implementation of Direct I/O file command.
|
Modifier and Type | Method and Description |
---|---|
DataSourceInfo |
DirectIoPath.getSource()
Returns the container data source information.
|
Constructor and Description |
---|
DirectIoPath(DataSourceInfo source,
BasePath basePath,
FilePattern resourcePattern)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
DataSourceInfo |
DataSourceParameter.getDataSourceInfo(BasePath path)
Returns the data source information for the path.
|
Modifier and Type | Method and Description |
---|---|
List<DataSourceInfo> |
DataSourceParameter.getAllDataSourceInfo()
Returns the all available Direct I/O data sources.
|
Optional<DataSourceInfo> |
DataSourceParameter.getDataSourceInfo()
Returns the data source information.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.