@Deprecated public class JetOssFileSystemStore extends Object implements FileSystemStore
限定符和类型 | 字段和说明 |
---|---|
static org.apache.commons.logging.Log |
LOG
已过时。
|
构造器和说明 |
---|
JetOssFileSystemStore()
已过时。
|
JetOssFileSystemStore(com.aliyun.oss.OSSClient ossClient,
String bucket,
org.apache.hadoop.conf.Configuration conf)
已过时。
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
blockExists(long blockId)
已过时。
|
void |
deleteBlock(Block block)
已过时。
|
void |
deleteINode(org.apache.hadoop.fs.Path path)
已过时。
|
void |
dump()
已过时。
Diagnostic method to dump all INodes to the console.
|
String |
getVersion()
已过时。
|
void |
initialize(URI uri,
org.apache.hadoop.conf.Configuration conf)
已过时。
|
boolean |
inodeExists(org.apache.hadoop.fs.Path path)
已过时。
|
Set<org.apache.hadoop.fs.Path> |
listDeepSubPaths(org.apache.hadoop.fs.Path path)
已过时。
|
Set<org.apache.hadoop.fs.Path> |
listSubPaths(org.apache.hadoop.fs.Path path)
已过时。
|
static String |
pathToKey(org.apache.hadoop.fs.Path path)
已过时。
|
void |
purge()
已过时。
Delete everything.
|
File |
retrieveBlock(Block block,
long byteRangeStart)
已过时。
|
INode |
retrieveINode(org.apache.hadoop.fs.Path path)
已过时。
|
void |
storeBlock(Block block,
File file)
已过时。
|
void |
storeINode(org.apache.hadoop.fs.Path path,
INode inode)
已过时。
|
public JetOssFileSystemStore()
public JetOssFileSystemStore(com.aliyun.oss.OSSClient ossClient, String bucket, org.apache.hadoop.conf.Configuration conf)
public void initialize(URI uri, org.apache.hadoop.conf.Configuration conf) throws IOException
initialize
在接口中 FileSystemStore
IOException
public String getVersion() throws IOException
getVersion
在接口中 FileSystemStore
IOException
public void deleteINode(org.apache.hadoop.fs.Path path) throws IOException
deleteINode
在接口中 FileSystemStore
IOException
public void deleteBlock(Block block) throws IOException
deleteBlock
在接口中 FileSystemStore
IOException
public boolean inodeExists(org.apache.hadoop.fs.Path path) throws IOException
inodeExists
在接口中 FileSystemStore
IOException
public boolean blockExists(long blockId) throws IOException
blockExists
在接口中 FileSystemStore
IOException
public INode retrieveINode(org.apache.hadoop.fs.Path path) throws IOException
retrieveINode
在接口中 FileSystemStore
IOException
public File retrieveBlock(Block block, long byteRangeStart) throws IOException
retrieveBlock
在接口中 FileSystemStore
IOException
public Set<org.apache.hadoop.fs.Path> listSubPaths(org.apache.hadoop.fs.Path path) throws IOException
listSubPaths
在接口中 FileSystemStore
IOException
public Set<org.apache.hadoop.fs.Path> listDeepSubPaths(org.apache.hadoop.fs.Path path) throws IOException
listDeepSubPaths
在接口中 FileSystemStore
IOException
public void storeINode(org.apache.hadoop.fs.Path path, INode inode) throws IOException
storeINode
在接口中 FileSystemStore
IOException
public void storeBlock(Block block, File file) throws IOException
storeBlock
在接口中 FileSystemStore
IOException
public static String pathToKey(org.apache.hadoop.fs.Path path)
public void purge() throws IOException
FileSystemStore
purge
在接口中 FileSystemStore
IOException
public void dump() throws IOException
FileSystemStore
dump
在接口中 FileSystemStore
IOException
Copyright © 2016. All Rights Reserved.