Uses of Class
org.apache.hadoop.hdfs.protocol.CacheDirectiveInfo
Packages that use CacheDirectiveInfo
Package
Description
This package provides the administrative APIs for HDFS.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of CacheDirectiveInfo in org.apache.hadoop.hdfs.client
Methods in org.apache.hadoop.hdfs.client with parameters of type CacheDirectiveInfoModifier and TypeMethodDescriptionlongHdfsAdmin.addCacheDirective(CacheDirectiveInfo info, EnumSet<CacheFlag> flags) Add a new CacheDirectiveInfo.org.apache.hadoop.fs.RemoteIterator<CacheDirectiveEntry>HdfsAdmin.listCacheDirectives(CacheDirectiveInfo filter) List cache directives.voidHdfsAdmin.modifyCacheDirective(CacheDirectiveInfo info, EnumSet<CacheFlag> flags) Modify a CacheDirective. -
Uses of CacheDirectiveInfo in org.apache.hadoop.hdfs.protocol
Methods in org.apache.hadoop.hdfs.protocol that return CacheDirectiveInfoConstructors in org.apache.hadoop.hdfs.protocol with parameters of type CacheDirectiveInfoModifierConstructorDescriptionCacheDirectiveEntry(CacheDirectiveInfo info, CacheDirectiveStats stats)