パッケージ | 説明 |
---|---|
org.apache.hadoop.hdfs.client |
This package provides the administrative APIs for HDFS.
|
org.apache.hadoop.hdfs.protocol |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
HdfsAdmin.addCachePool(CachePoolInfo info)
Add a cache pool.
|
void |
HdfsAdmin.modifyCachePool(CachePoolInfo info)
Modify an existing cache pool.
|
修飾子とタイプ | メソッドと説明 |
---|---|
CachePoolInfo |
CachePoolEntry.getInfo() |
CachePoolInfo |
CachePoolInfo.setDefaultReplication(Short repl) |
CachePoolInfo |
CachePoolInfo.setGroupName(String groupName) |
CachePoolInfo |
CachePoolInfo.setLimit(Long bytes) |
CachePoolInfo |
CachePoolInfo.setMaxRelativeExpiryMs(Long ms)
Set the maximum relative expiration of directives of this pool in
milliseconds.
|
CachePoolInfo |
CachePoolInfo.setMode(FsPermission mode) |
CachePoolInfo |
CachePoolInfo.setOwnerName(String ownerName) |
修飾子とタイプ | メソッドと説明 |
---|---|
static void |
CachePoolInfo.validate(CachePoolInfo info) |
コンストラクタと説明 |
---|
CachePoolEntry(CachePoolInfo info,
CachePoolStats stats) |
Copyright © 2016 Apache Software Foundation. All rights reserved.