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.
|
com.asakusafw.runtime.directio.keepalive |
Keep-alive utilities for Direct I/O access.
|
Modifier and Type | Class and Description |
---|---|
class |
FilePattern
A pattern describes file location.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DirectDataSource.delete(String basePath,
ResourcePattern resourcePattern,
boolean recursive,
Counter counter)
Deletes resources.
|
<T> List<DirectInputFragment> |
DirectDataSource.findInputFragments(DataDefinition<T> definition,
String basePath,
ResourcePattern resourcePattern)
Collects input fragments about target resources.
|
List<ResourceInfo> |
DirectDataSource.list(String basePath,
ResourcePattern resourcePattern,
Counter counter)
List resources.
|
String |
DirectDataSource.path(String basePath,
ResourcePattern resourcePattern)
Returns a textually representation of the target path pattern.
|
Modifier and Type | Method and Description |
---|---|
boolean |
HadoopDataSourceCore.delete(String basePath,
ResourcePattern resourcePattern,
boolean recursive,
Counter counter) |
boolean |
HadoopDataSource.delete(String basePath,
ResourcePattern resourcePattern,
boolean recursive,
Counter counter) |
<T> List<DirectInputFragment> |
HadoopDataSourceCore.findInputFragments(DataDefinition<T> definition,
String basePath,
ResourcePattern resourcePattern) |
<T> List<DirectInputFragment> |
HadoopDataSource.findInputFragments(DataDefinition<T> definition,
String basePath,
ResourcePattern resourcePattern) |
List<ResourceInfo> |
HadoopDataSourceCore.list(String basePath,
ResourcePattern resourcePattern,
Counter counter) |
List<ResourceInfo> |
HadoopDataSource.list(String basePath,
ResourcePattern resourcePattern,
Counter counter) |
String |
HadoopDataSourceCore.path(String basePath,
ResourcePattern resourcePattern) |
String |
HadoopDataSource.path(String basePath,
ResourcePattern resourcePattern) |
Modifier and Type | Method and Description |
---|---|
boolean |
KeepAliveDataSource.delete(String basePath,
ResourcePattern resourcePattern,
boolean recursive,
Counter counter) |
<T> List<DirectInputFragment> |
KeepAliveDataSource.findInputFragments(DataDefinition<T> definition,
String basePath,
ResourcePattern resourcePattern) |
List<ResourceInfo> |
KeepAliveDataSource.list(String basePath,
ResourcePattern resourcePattern,
Counter counter) |
String |
KeepAliveDataSource.path(String basePath,
ResourcePattern resourcePattern) |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.