Uses of Class
org.apache.hadoop.hdfs.protocol.CachePoolEntry
Packages that use CachePoolEntry
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 CachePoolEntry in org.apache.hadoop.hdfs
Methods in org.apache.hadoop.hdfs that return types with arguments of type CachePoolEntryModifier and TypeMethodDescriptionorg.apache.hadoop.fs.RemoteIterator<CachePoolEntry>DFSClient.listCachePools()org.apache.hadoop.fs.RemoteIterator<CachePoolEntry>DistributedFileSystem.listCachePools()List all cache pools.org.apache.hadoop.fs.RemoteIterator<CachePoolEntry>ViewDistributedFileSystem.listCachePools() -
Uses of CachePoolEntry in org.apache.hadoop.hdfs.client
Methods in org.apache.hadoop.hdfs.client that return types with arguments of type CachePoolEntryModifier and TypeMethodDescriptionorg.apache.hadoop.fs.RemoteIterator<CachePoolEntry>HdfsAdmin.listCachePools()List all cache pools. -
Uses of CachePoolEntry in org.apache.hadoop.hdfs.protocol
Methods in org.apache.hadoop.hdfs.protocol that return types with arguments of type CachePoolEntryModifier and TypeMethodDescriptionorg.apache.hadoop.fs.BatchedRemoteIterator.BatchedEntries<CachePoolEntry>ClientProtocol.listCachePools(String prevPool) List the set of cache pools.org.apache.hadoop.fs.BatchedRemoteIterator.BatchedEntries<CachePoolEntry>CachePoolIterator.makeRequest(String prevKey) Methods in org.apache.hadoop.hdfs.protocol with parameters of type CachePoolEntry -
Uses of CachePoolEntry in org.apache.hadoop.hdfs.protocolPB
Methods in org.apache.hadoop.hdfs.protocolPB that return CachePoolEntryModifier and TypeMethodDescriptionstatic CachePoolEntryPBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos.CachePoolEntryProto proto) ClientNamenodeProtocolTranslatorPB.BatchedCachePoolEntries.get(int i) Methods in org.apache.hadoop.hdfs.protocolPB that return types with arguments of type CachePoolEntryModifier and TypeMethodDescriptionorg.apache.hadoop.fs.BatchedRemoteIterator.BatchedEntries<CachePoolEntry>ClientNamenodeProtocolTranslatorPB.listCachePools(String prevKey) Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type CachePoolEntryModifier and TypeMethodDescriptionstatic org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos.CachePoolEntryProtoPBHelperClient.convert(CachePoolEntry entry)