Uses of Class
org.apache.hadoop.hdfs.protocol.CacheDirectiveEntry
Packages that use CacheDirectiveEntry
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 CacheDirectiveEntry in org.apache.hadoop.hdfs
Methods in org.apache.hadoop.hdfs that return types with arguments of type CacheDirectiveEntryModifier and TypeMethodDescriptionorg.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) -
Uses of CacheDirectiveEntry in org.apache.hadoop.hdfs.client
Methods in org.apache.hadoop.hdfs.client that return types with arguments of type CacheDirectiveEntryModifier and TypeMethodDescriptionorg.apache.hadoop.fs.RemoteIterator<CacheDirectiveEntry>HdfsAdmin.listCacheDirectives(CacheDirectiveInfo filter) List cache directives. -
Uses of CacheDirectiveEntry in org.apache.hadoop.hdfs.protocol
Methods in org.apache.hadoop.hdfs.protocol that return types with arguments of type CacheDirectiveEntryModifier and TypeMethodDescriptionorg.apache.hadoop.fs.BatchedRemoteIterator.BatchedEntries<CacheDirectiveEntry>ClientProtocol.listCacheDirectives(long prevId, CacheDirectiveInfo filter) List the set of cached paths of a cache pool.org.apache.hadoop.fs.BatchedRemoteIterator.BatchedEntries<CacheDirectiveEntry>CacheDirectiveIterator.makeRequest(Long prevKey) Methods in org.apache.hadoop.hdfs.protocol with parameters of type CacheDirectiveEntryModifier and TypeMethodDescriptionCacheDirectiveIterator.elementToPrevKey(CacheDirectiveEntry entry) -
Uses of CacheDirectiveEntry in org.apache.hadoop.hdfs.protocolPB
Methods in org.apache.hadoop.hdfs.protocolPB that return CacheDirectiveEntryModifier and TypeMethodDescriptionstatic CacheDirectiveEntryPBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos.CacheDirectiveEntryProto proto) ClientNamenodeProtocolTranslatorPB.BatchedCacheEntries.get(int i) Methods in org.apache.hadoop.hdfs.protocolPB that return types with arguments of type CacheDirectiveEntryModifier and TypeMethodDescriptionorg.apache.hadoop.fs.BatchedRemoteIterator.BatchedEntries<CacheDirectiveEntry>ClientNamenodeProtocolTranslatorPB.listCacheDirectives(long prevId, CacheDirectiveInfo filter) Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type CacheDirectiveEntryModifier and TypeMethodDescriptionstatic org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos.CacheDirectiveEntryProtoPBHelperClient.convert(CacheDirectiveEntry entry)