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
Methods in org.apache.hadoop.hdfs with parameters of type CacheDirectiveInfoModifier and TypeMethodDescriptionlongDFSClient.addCacheDirective(CacheDirectiveInfo info, EnumSet<CacheFlag> flags) longDistributedFileSystem.addCacheDirective(CacheDirectiveInfo info) longDistributedFileSystem.addCacheDirective(CacheDirectiveInfo info, EnumSet<CacheFlag> flags) Add a new CacheDirective.longViewDistributedFileSystem.addCacheDirective(CacheDirectiveInfo info) longViewDistributedFileSystem.addCacheDirective(CacheDirectiveInfo info, EnumSet<CacheFlag> flags) org.apache.hadoop.fs.RemoteIterator<CacheDirectiveEntry>DFSClient.listCacheDirectives(CacheDirectiveInfo filter) org.apache.hadoop.fs.RemoteIterator<CacheDirectiveEntry>DistributedFileSystem.listCacheDirectives(CacheDirectiveInfo filter) List cache directives.org.apache.hadoop.fs.RemoteIterator<CacheDirectiveEntry>ViewDistributedFileSystem.listCacheDirectives(CacheDirectiveInfo filter) voidDFSClient.modifyCacheDirective(CacheDirectiveInfo info, EnumSet<CacheFlag> flags) voidDistributedFileSystem.modifyCacheDirective(CacheDirectiveInfo info) voidDistributedFileSystem.modifyCacheDirective(CacheDirectiveInfo info, EnumSet<CacheFlag> flags) Modify a CacheDirective.voidViewDistributedFileSystem.modifyCacheDirective(CacheDirectiveInfo info) voidViewDistributedFileSystem.modifyCacheDirective(CacheDirectiveInfo info, EnumSet<CacheFlag> flags) -
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 CacheDirectiveInfoModifier and TypeMethodDescriptionCacheDirectiveInfo.Builder.build()Builds a new CacheDirectiveInfo populated with the set properties.CacheDirectiveEntry.getInfo()Methods in org.apache.hadoop.hdfs.protocol with parameters of type CacheDirectiveInfoModifier and TypeMethodDescriptionlongClientProtocol.addCacheDirective(CacheDirectiveInfo directive, EnumSet<CacheFlag> flags) Add a CacheDirective to the CacheManager.org.apache.hadoop.fs.BatchedRemoteIterator.BatchedEntries<CacheDirectiveEntry>ClientProtocol.listCacheDirectives(long prevId, CacheDirectiveInfo filter) List the set of cached paths of a cache pool.voidClientProtocol.modifyCacheDirective(CacheDirectiveInfo directive, EnumSet<CacheFlag> flags) Modify a CacheDirective in the CacheManager.Constructors in org.apache.hadoop.hdfs.protocol with parameters of type CacheDirectiveInfoModifierConstructorDescriptionBuilder(CacheDirectiveInfo directive) Creates a builder with all elements set to the same values as the given CacheDirectiveInfo.CacheDirectiveEntry(CacheDirectiveInfo info, CacheDirectiveStats stats) CacheDirectiveIterator(ClientProtocol namenode, CacheDirectiveInfo filter, org.apache.hadoop.tracing.Tracer tracer) -
Uses of CacheDirectiveInfo in org.apache.hadoop.hdfs.protocolPB
Methods in org.apache.hadoop.hdfs.protocolPB that return CacheDirectiveInfoModifier and TypeMethodDescriptionstatic CacheDirectiveInfoPBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos.CacheDirectiveInfoProto proto) Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type CacheDirectiveInfoModifier and TypeMethodDescriptionlongClientNamenodeProtocolTranslatorPB.addCacheDirective(CacheDirectiveInfo directive, EnumSet<CacheFlag> flags) static org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos.CacheDirectiveInfoProtoPBHelperClient.convert(CacheDirectiveInfo info) org.apache.hadoop.fs.BatchedRemoteIterator.BatchedEntries<CacheDirectiveEntry>ClientNamenodeProtocolTranslatorPB.listCacheDirectives(long prevId, CacheDirectiveInfo filter) voidClientNamenodeProtocolTranslatorPB.modifyCacheDirective(CacheDirectiveInfo directive, EnumSet<CacheFlag> flags)