| Package | Description |
|---|---|
| org.apache.hadoop.hdfs | |
| org.apache.hadoop.hdfs.client |
This package provides the administrative APIs for HDFS.
|
| org.apache.hadoop.hdfs.protocol |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.hadoop.hdfs.protocolPB |
| Modifier and Type | Method | Description |
|---|---|---|
void |
DFSClient.addCachePool(CachePoolInfo info) |
|
void |
DistributedFileSystem.addCachePool(CachePoolInfo info) |
Add a cache pool.
|
void |
ViewDistributedFileSystem.addCachePool(CachePoolInfo info) |
|
void |
DFSClient.modifyCachePool(CachePoolInfo info) |
|
void |
DistributedFileSystem.modifyCachePool(CachePoolInfo info) |
Modify an existing cache pool.
|
void |
ViewDistributedFileSystem.modifyCachePool(CachePoolInfo info) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
HdfsAdmin.addCachePool(CachePoolInfo info) |
Add a cache pool.
|
void |
HdfsAdmin.modifyCachePool(CachePoolInfo info) |
Modify an existing cache pool.
|
| Modifier and Type | Method | Description |
|---|---|---|
CachePoolInfo |
CachePoolEntry.getInfo() |
|
CachePoolInfo |
CachePoolInfo.setDefaultReplication(java.lang.Short repl) |
|
CachePoolInfo |
CachePoolInfo.setGroupName(java.lang.String groupName) |
|
CachePoolInfo |
CachePoolInfo.setLimit(java.lang.Long bytes) |
|
CachePoolInfo |
CachePoolInfo.setMaxRelativeExpiryMs(java.lang.Long ms) |
Set the maximum relative expiration of directives of this pool in
milliseconds.
|
CachePoolInfo |
CachePoolInfo.setMode(org.apache.hadoop.fs.permission.FsPermission mode) |
|
CachePoolInfo |
CachePoolInfo.setOwnerName(java.lang.String ownerName) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ClientProtocol.addCachePool(CachePoolInfo info) |
Add a new cache pool.
|
void |
ClientProtocol.modifyCachePool(CachePoolInfo req) |
Modify an existing cache pool.
|
static void |
CachePoolInfo.validate(CachePoolInfo info) |
| Constructor | Description |
|---|---|
CachePoolEntry(CachePoolInfo info,
CachePoolStats stats) |
| Modifier and Type | Method | Description |
|---|---|---|
static CachePoolInfo |
PBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos.CachePoolInfoProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ClientNamenodeProtocolTranslatorPB.addCachePool(CachePoolInfo info) |
|
static org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos.CachePoolInfoProto |
PBHelperClient.convert(CachePoolInfo info) |
|
void |
ClientNamenodeProtocolTranslatorPB.modifyCachePool(CachePoolInfo req) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.