Uses of Class
org.apache.hadoop.hdfs.protocol.CachePoolInfo
Packages that use CachePoolInfo
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 CachePoolInfo in org.apache.hadoop.hdfs
Methods in org.apache.hadoop.hdfs with parameters of type CachePoolInfoModifier and TypeMethodDescriptionvoidDFSClient.addCachePool(CachePoolInfo info) voidDistributedFileSystem.addCachePool(CachePoolInfo info) Add a cache pool.voidViewDistributedFileSystem.addCachePool(CachePoolInfo info) voidDFSClient.modifyCachePool(CachePoolInfo info) voidDistributedFileSystem.modifyCachePool(CachePoolInfo info) Modify an existing cache pool.voidViewDistributedFileSystem.modifyCachePool(CachePoolInfo info) -
Uses of CachePoolInfo in org.apache.hadoop.hdfs.client
Methods in org.apache.hadoop.hdfs.client with parameters of type CachePoolInfoModifier and TypeMethodDescriptionvoidHdfsAdmin.addCachePool(CachePoolInfo info) Add a cache pool.voidHdfsAdmin.modifyCachePool(CachePoolInfo info) Modify an existing cache pool. -
Uses of CachePoolInfo in org.apache.hadoop.hdfs.protocol
Methods in org.apache.hadoop.hdfs.protocol that return CachePoolInfoModifier and TypeMethodDescriptionCachePoolEntry.getInfo()CachePoolInfo.setDefaultReplication(Short repl) CachePoolInfo.setGroupName(String groupName) CachePoolInfo.setMaxRelativeExpiryMs(Long ms) Set the maximum relative expiration of directives of this pool in milliseconds.CachePoolInfo.setMode(org.apache.hadoop.fs.permission.FsPermission mode) CachePoolInfo.setOwnerName(String ownerName) Methods in org.apache.hadoop.hdfs.protocol with parameters of type CachePoolInfoModifier and TypeMethodDescriptionvoidClientProtocol.addCachePool(CachePoolInfo info) Add a new cache pool.voidClientProtocol.modifyCachePool(CachePoolInfo req) Modify an existing cache pool.static voidCachePoolInfo.validate(CachePoolInfo info) Constructors in org.apache.hadoop.hdfs.protocol with parameters of type CachePoolInfo -
Uses of CachePoolInfo in org.apache.hadoop.hdfs.protocolPB
Methods in org.apache.hadoop.hdfs.protocolPB that return CachePoolInfoModifier and TypeMethodDescriptionstatic CachePoolInfoPBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos.CachePoolInfoProto proto) Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type CachePoolInfoModifier and TypeMethodDescriptionvoidClientNamenodeProtocolTranslatorPB.addCachePool(CachePoolInfo info) static org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos.CachePoolInfoProtoPBHelperClient.convert(CachePoolInfo info) voidClientNamenodeProtocolTranslatorPB.modifyCachePool(CachePoolInfo req)