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.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
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
Method parameters in org.apache.hadoop.hdfs with type arguments of type CacheFlagModifier and TypeMethodDescriptionlongDFSClient.addCacheDirective(CacheDirectiveInfo info, EnumSet<CacheFlag> flags) longDistributedFileSystem.addCacheDirective(CacheDirectiveInfo info, EnumSet<CacheFlag> flags) Add a new CacheDirective.longViewDistributedFileSystem.addCacheDirective(CacheDirectiveInfo info, EnumSet<CacheFlag> flags) voidDFSClient.modifyCacheDirective(CacheDirectiveInfo info, EnumSet<CacheFlag> flags) voidDistributedFileSystem.modifyCacheDirective(CacheDirectiveInfo info, EnumSet<CacheFlag> flags) Modify a CacheDirective.voidViewDistributedFileSystem.modifyCacheDirective(CacheDirectiveInfo info, EnumSet<CacheFlag> flags) -
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. -
Uses of CacheFlag in org.apache.hadoop.hdfs.protocol
Method parameters in org.apache.hadoop.hdfs.protocol with type arguments of type CacheFlagModifier and TypeMethodDescriptionlongClientProtocol.addCacheDirective(CacheDirectiveInfo directive, EnumSet<CacheFlag> flags) Add a CacheDirective to the CacheManager.voidClientProtocol.modifyCacheDirective(CacheDirectiveInfo directive, EnumSet<CacheFlag> flags) Modify a CacheDirective in the CacheManager. -
Uses of CacheFlag in org.apache.hadoop.hdfs.protocolPB
Methods in org.apache.hadoop.hdfs.protocolPB that return types with arguments of type CacheFlagMethod parameters in org.apache.hadoop.hdfs.protocolPB with type arguments of type CacheFlagModifier and TypeMethodDescriptionlongClientNamenodeProtocolTranslatorPB.addCacheDirective(CacheDirectiveInfo directive, EnumSet<CacheFlag> flags) static intPBHelperClient.convertCacheFlags(EnumSet<CacheFlag> flags) voidClientNamenodeProtocolTranslatorPB.modifyCacheDirective(CacheDirectiveInfo directive, EnumSet<CacheFlag> flags)