教程
问答
博客
Python源码
Java源码
文档
开源
教程
问答
博客
Python源码
Java源码
文档
开源
免费学Golang
登录
注册
包列表
类列表
org.apache.hadoop.fs.s3native.InMemoryNativeFileSystemStore
Java 类
org.apache.hadoop.fs.s3native.InMemoryNativeFileSystemStore
实例源码
包列表
类列表
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
());
}