Java 类org.apache.hadoop.fs.s3native.InMemoryNativeFileSystemStore 实例源码
项目:hadoop
文件:S3NInMemoryFileSystem.java
public S3NInMemoryFileSystem() {
super(new InMemoryNativeFileSystemStore());
}
项目:aliyun-oss-hadoop-fs
文件:S3NInMemoryFileSystem.java
public S3NInMemoryFileSystem() {
super(new InMemoryNativeFileSystemStore());
}
项目:big-c
文件:S3NInMemoryFileSystem.java
public S3NInMemoryFileSystem() {
super(new InMemoryNativeFileSystemStore());
}
项目:hadoop-2.6.0-cdh5.4.3
文件:S3NInMemoryFileSystem.java
public S3NInMemoryFileSystem() {
super(new InMemoryNativeFileSystemStore());
}