| Package | Description |
|---|---|
| org.apache.hadoop.fs | |
| org.apache.hadoop.hdfs.client | |
| org.apache.hadoop.hdfs.protocolPB |
| Modifier and Type | Method and Description |
|---|---|
static CacheFlag |
CacheFlag.valueOf(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 and Description |
|---|---|
long |
HdfsAdmin.addCacheDirective(CacheDirectiveInfo info,
EnumSet<CacheFlag> flags)
Add a new CacheDirectiveInfo.
|
void |
HdfsAdmin.modifyCacheDirective(CacheDirectiveInfo info,
EnumSet<CacheFlag> flags)
Modify a CacheDirective.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<CacheFlag> |
PBHelper.convertCacheFlags(int flags) |
| Modifier and Type | Method and Description |
|---|---|
static int |
PBHelper.convertCacheFlags(EnumSet<CacheFlag> flags) |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.