Package | Description |
---|---|
org.apache.hadoop.hdfs.client | |
org.apache.hadoop.hdfs.protocol |
Modifier and Type | Method and Description |
---|---|
long |
HdfsAdmin.addCacheDirective(CacheDirectiveInfo info,
EnumSet<CacheFlag> flags)
Add a new CacheDirectiveInfo.
|
org.apache.hadoop.fs.RemoteIterator<CacheDirectiveEntry> |
HdfsAdmin.listCacheDirectives(CacheDirectiveInfo filter)
List cache directives.
|
void |
HdfsAdmin.modifyCacheDirective(CacheDirectiveInfo info,
EnumSet<CacheFlag> flags)
Modify a CacheDirective.
|
Modifier and Type | Method and Description |
---|---|
CacheDirectiveInfo |
CacheDirectiveEntry.getInfo() |
Constructor and Description |
---|
CacheDirectiveEntry(CacheDirectiveInfo info,
CacheDirectiveStats stats) |
Copyright © 2015 Apache Software Foundation. All rights reserved.