パッケージ | 説明 |
---|---|
org.apache.hadoop.fs |
Implementations of
AbstractFileSystem for hdfs
over rpc and hdfs over web. |
org.apache.hadoop.hdfs.client |
This package provides the administrative APIs for HDFS.
|
修飾子とタイプ | メソッドと説明 |
---|---|
static CacheFlag |
CacheFlag.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static CacheFlag[] |
CacheFlag.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
long |
HdfsAdmin.addCacheDirective(CacheDirectiveInfo info,
EnumSet<CacheFlag> flags)
Add a new CacheDirectiveInfo.
|
void |
HdfsAdmin.modifyCacheDirective(CacheDirectiveInfo info,
EnumSet<CacheFlag> flags)
Modify a CacheDirective.
|
Copyright © 2016 Apache Software Foundation. All rights reserved.