| 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 |
|---|---|---|
org.apache.hadoop.fs.RemoteIterator<CachePoolEntry> |
DFSClient.listCachePools() |
|
org.apache.hadoop.fs.RemoteIterator<CachePoolEntry> |
DistributedFileSystem.listCachePools() |
List all cache pools.
|
org.apache.hadoop.fs.RemoteIterator<CachePoolEntry> |
ViewDistributedFileSystem.listCachePools() |
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.hadoop.fs.RemoteIterator<CachePoolEntry> |
HdfsAdmin.listCachePools() |
List all cache pools.
|
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.hadoop.fs.BatchedRemoteIterator.BatchedEntries<CachePoolEntry> |
ClientProtocol.listCachePools(java.lang.String prevPool) |
List the set of cache pools.
|
org.apache.hadoop.fs.BatchedRemoteIterator.BatchedEntries<CachePoolEntry> |
CachePoolIterator.makeRequest(java.lang.String prevKey) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
CachePoolIterator.elementToPrevKey(CachePoolEntry entry) |
| Modifier and Type | Method | Description |
|---|---|---|
static CachePoolEntry |
PBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos.CachePoolEntryProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.hadoop.fs.BatchedRemoteIterator.BatchedEntries<CachePoolEntry> |
ClientNamenodeProtocolTranslatorPB.listCachePools(java.lang.String prevKey) |
| Modifier and Type | Method | Description |
|---|---|---|
static org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos.CachePoolEntryProto |
PBHelperClient.convert(CachePoolEntry entry) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.