| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.server.namenode |
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.hadoop.hdfs.protocol.CacheDirectiveInfo |
CacheManager.addDirective(org.apache.hadoop.hdfs.protocol.CacheDirectiveInfo info,
FSPermissionChecker pc,
java.util.EnumSet<org.apache.hadoop.fs.CacheFlag> flags) |
|
org.apache.hadoop.hdfs.protocol.CachePoolEntry |
CachePool.getEntry(FSPermissionChecker pc) |
Returns a CachePoolInfo describing this CachePool based on the permissions
of the calling user.
|
org.apache.hadoop.fs.BatchedRemoteIterator.BatchedListEntries<org.apache.hadoop.hdfs.protocol.CacheDirectiveEntry> |
CacheManager.listCacheDirectives(long prevId,
org.apache.hadoop.hdfs.protocol.CacheDirectiveInfo filter,
FSPermissionChecker pc) |
|
org.apache.hadoop.fs.BatchedRemoteIterator.BatchedListEntries<org.apache.hadoop.hdfs.protocol.CachePoolEntry> |
CacheManager.listCachePools(FSPermissionChecker pc,
java.lang.String prevKey) |
|
void |
CacheManager.modifyDirective(org.apache.hadoop.hdfs.protocol.CacheDirectiveInfo info,
FSPermissionChecker pc,
java.util.EnumSet<org.apache.hadoop.fs.CacheFlag> flags) |
|
void |
CacheManager.removeDirective(long id,
FSPermissionChecker pc) |
|
INodesInPath |
FSDirectory.resolvePath(FSPermissionChecker pc,
java.lang.String src,
FSDirectory.DirOp dirOp) |
Resolves a given path into an INodesInPath.
|
| Constructor | Description |
|---|---|
ContentSummaryComputationContext(FSDirectory dir,
FSNamesystem fsn,
long limitPerRun,
long sleepMicroSec,
FSPermissionChecker pc) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.