Package | Description |
---|---|
com.asakusafw.runtime.directio.hadoop |
Direct I/O access for Hadoop Environment.
|
Modifier and Type | Method and Description |
---|---|
static List<BlockInfo> |
BlockMap.computeBlocks(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.FileStatus status)
Returns a list of
BlockInfo for the target file. |
List<BlockInfo> |
BlockMap.getBlocks()
Returns the file blocks in this map.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BlockInfo.isSameOwner(BlockInfo other)
Returns whether this and the other block has same owner(s).
|
Modifier and Type | Method and Description |
---|---|
static BlockMap |
BlockMap.create(String path,
long fileSize,
Collection<BlockInfo> blockList,
boolean combineBlocks)
Create
BlockMap . |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.