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.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(FsPermission mode) CachePoolInfo.setOwnerName(String ownerName) Methods in org.apache.hadoop.hdfs.protocol with parameters of type CachePoolInfoConstructors in org.apache.hadoop.hdfs.protocol with parameters of type CachePoolInfo