| Package | Description |
|---|---|
| org.apache.hadoop.fs |
Implementations of
AbstractFileSystem for hdfs
over rpc and hdfs over web. |
| 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 |
|---|---|---|
static CacheFlag |
CacheFlag.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static CacheFlag[] |
CacheFlag.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
long |
DFSClient.addCacheDirective(CacheDirectiveInfo info,
java.util.EnumSet<CacheFlag> flags) |
|
long |
DistributedFileSystem.addCacheDirective(CacheDirectiveInfo info,
java.util.EnumSet<CacheFlag> flags) |
Add a new CacheDirective.
|
long |
ViewDistributedFileSystem.addCacheDirective(CacheDirectiveInfo info,
java.util.EnumSet<CacheFlag> flags) |
|
void |
DFSClient.modifyCacheDirective(CacheDirectiveInfo info,
java.util.EnumSet<CacheFlag> flags) |
|
void |
DistributedFileSystem.modifyCacheDirective(CacheDirectiveInfo info,
java.util.EnumSet<CacheFlag> flags) |
Modify a CacheDirective.
|
void |
ViewDistributedFileSystem.modifyCacheDirective(CacheDirectiveInfo info,
java.util.EnumSet<CacheFlag> flags) |
| Modifier and Type | Method | Description |
|---|---|---|
long |
HdfsAdmin.addCacheDirective(CacheDirectiveInfo info,
java.util.EnumSet<CacheFlag> flags) |
Add a new CacheDirectiveInfo.
|
void |
HdfsAdmin.modifyCacheDirective(CacheDirectiveInfo info,
java.util.EnumSet<CacheFlag> flags) |
Modify a CacheDirective.
|
| Modifier and Type | Method | Description |
|---|---|---|
long |
ClientProtocol.addCacheDirective(CacheDirectiveInfo directive,
java.util.EnumSet<CacheFlag> flags) |
Add a CacheDirective to the CacheManager.
|
void |
ClientProtocol.modifyCacheDirective(CacheDirectiveInfo directive,
java.util.EnumSet<CacheFlag> flags) |
Modify a CacheDirective in the CacheManager.
|
| Modifier and Type | Method | Description |
|---|---|---|
static java.util.EnumSet<CacheFlag> |
PBHelperClient.convertCacheFlags(int flags) |
| Modifier and Type | Method | Description |
|---|---|---|
long |
ClientNamenodeProtocolTranslatorPB.addCacheDirective(CacheDirectiveInfo directive,
java.util.EnumSet<CacheFlag> flags) |
|
static int |
PBHelperClient.convertCacheFlags(java.util.EnumSet<CacheFlag> flags) |
|
void |
ClientNamenodeProtocolTranslatorPB.modifyCacheDirective(CacheDirectiveInfo directive,
java.util.EnumSet<CacheFlag> flags) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.