程序包 | 说明 |
---|---|
com.aliyun.fs.oss.blk | |
com.aliyun.fs.oss.common |
限定符和类型 | 字段和说明 |
---|---|
protected List<Block> |
OssOutputStream.blocks
已过时。
|
限定符和类型 | 方法和说明 |
---|---|
void |
JetOssFileSystemStore.deleteBlock(Block block)
已过时。
|
File |
JetOssFileSystemStore.retrieveBlock(Block block,
long byteRangeStart)
已过时。
|
void |
JetOssFileSystemStore.storeBlock(Block block,
File file)
已过时。
|
构造器和说明 |
---|
OssAppendOutputStream(org.apache.hadoop.conf.Configuration conf,
FileSystemStore store,
org.apache.hadoop.fs.Path path,
INode inode,
long blockSize,
org.apache.hadoop.util.Progressable progress,
int bufferSize,
ArrayList<Block> blocksForOneTime)
已过时。
|
OssOutputStream(org.apache.hadoop.conf.Configuration conf,
FileSystemStore store,
org.apache.hadoop.fs.Path path,
long blockSize,
org.apache.hadoop.util.Progressable progress,
int buffersize,
ArrayList<Block> blocksForOneTime)
已过时。
|
限定符和类型 | 方法和说明 |
---|---|
Block[] |
INode.getBlocks() |
限定符和类型 | 方法和说明 |
---|---|
void |
FileSystemStore.deleteBlock(Block block) |
File |
FileSystemStore.retrieveBlock(Block block,
long byteRangeStart) |
void |
FileSystemStore.storeBlock(Block block,
File file) |
构造器和说明 |
---|
INode(INode.FileType fileType,
Block[] blocks) |
Copyright © 2016. All Rights Reserved.