|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheFlag | |
---|---|
org.apache.hadoop.fs | |
org.apache.hadoop.hdfs.client | |
org.apache.hadoop.hdfs.protocolPB |
Uses of CacheFlag in org.apache.hadoop.fs |
---|
Methods in org.apache.hadoop.fs that return CacheFlag | |
---|---|
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. |
Uses of CacheFlag in org.apache.hadoop.hdfs.client |
---|
Method parameters in org.apache.hadoop.hdfs.client with type arguments of type CacheFlag | |
---|---|
long |
HdfsAdmin.addCacheDirective(CacheDirectiveInfo info,
EnumSet<CacheFlag> flags)
Add a new CacheDirectiveInfo. |
void |
HdfsAdmin.modifyCacheDirective(CacheDirectiveInfo info,
EnumSet<CacheFlag> flags)
Modify a CacheDirective. |
Uses of CacheFlag in org.apache.hadoop.hdfs.protocolPB |
---|
Methods in org.apache.hadoop.hdfs.protocolPB that return types with arguments of type CacheFlag | |
---|---|
static EnumSet<CacheFlag> |
PBHelper.convertCacheFlags(int flags)
|
Method parameters in org.apache.hadoop.hdfs.protocolPB with type arguments of type CacheFlag | |
---|---|
static int |
PBHelper.convertCacheFlags(EnumSet<CacheFlag> flags)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |