| 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<CacheDirectiveEntry> |
DFSClient.listCacheDirectives(CacheDirectiveInfo filter) |
|
org.apache.hadoop.fs.RemoteIterator<CacheDirectiveEntry> |
DistributedFileSystem.listCacheDirectives(CacheDirectiveInfo filter) |
List cache directives.
|
org.apache.hadoop.fs.RemoteIterator<CacheDirectiveEntry> |
ViewDistributedFileSystem.listCacheDirectives(CacheDirectiveInfo filter) |
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.hadoop.fs.RemoteIterator<CacheDirectiveEntry> |
HdfsAdmin.listCacheDirectives(CacheDirectiveInfo filter) |
List cache directives.
|
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.hadoop.fs.BatchedRemoteIterator.BatchedEntries<CacheDirectiveEntry> |
ClientProtocol.listCacheDirectives(long prevId,
CacheDirectiveInfo filter) |
List the set of cached paths of a cache pool.
|
org.apache.hadoop.fs.BatchedRemoteIterator.BatchedEntries<CacheDirectiveEntry> |
CacheDirectiveIterator.makeRequest(java.lang.Long prevKey) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Long |
CacheDirectiveIterator.elementToPrevKey(CacheDirectiveEntry entry) |
| Modifier and Type | Method | Description |
|---|---|---|
static CacheDirectiveEntry |
PBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos.CacheDirectiveEntryProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.hadoop.fs.BatchedRemoteIterator.BatchedEntries<CacheDirectiveEntry> |
ClientNamenodeProtocolTranslatorPB.listCacheDirectives(long prevId,
CacheDirectiveInfo filter) |
| Modifier and Type | Method | Description |
|---|---|---|
static org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos.CacheDirectiveEntryProto |
PBHelperClient.convert(CacheDirectiveEntry entry) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.