Uses of Enum Class
org.apache.hadoop.fs.CacheFlag
Packages that use CacheFlag
Package
Description
Implementations of
AbstractFileSystem for hdfs
over rpc and hdfs over web.This package provides the administrative APIs for HDFS.
-
Uses of CacheFlag in org.apache.hadoop.fs
Methods in org.apache.hadoop.fs that return CacheFlag -
Uses of CacheFlag in org.apache.hadoop.hdfs.client
Method parameters in org.apache.hadoop.hdfs.client with type arguments of type CacheFlagModifier and TypeMethodDescriptionlongHdfsAdmin.addCacheDirective(CacheDirectiveInfo info, EnumSet<CacheFlag> flags) Add a new CacheDirectiveInfo.voidHdfsAdmin.modifyCacheDirective(CacheDirectiveInfo info, EnumSet<CacheFlag> flags) Modify a CacheDirective.