Java 类org.apache.hadoop.fs.s3.InMemoryFileSystemStore 实例源码

项目:hadoop    文件:S3InMemoryFileSystem.java   
public S3InMemoryFileSystem() {
    super(new InMemoryFileSystemStore());
}
项目:aliyun-oss-hadoop-fs    文件:S3InMemoryFileSystem.java   
public S3InMemoryFileSystem() {
    super(new InMemoryFileSystemStore());
}
项目:big-c    文件:S3InMemoryFileSystem.java   
public S3InMemoryFileSystem() {
    super(new InMemoryFileSystemStore());
}
项目:hadoop-2.6.0-cdh5.4.3    文件:S3InMemoryFileSystem.java   
public S3InMemoryFileSystem() {
    super(new InMemoryFileSystemStore());
}