Uses of Class
org.apache.hadoop.hdfs.server.federation.router.RouterQuotaUsage
Packages that use RouterQuotaUsage
Package
Description
The router package includes the core services for a HDFS federation router.
Contains the abstract definitions of the state store data records.
The protobuf implementations of state store data records defined in the
org.apache.hadoop.hdfs.server.federation.store.records package.
-
Uses of RouterQuotaUsage in org.apache.hadoop.hdfs.server.federation.router
Methods in org.apache.hadoop.hdfs.server.federation.router that return RouterQuotaUsageModifier and TypeMethodDescriptionRouterQuotaUsage.Builder.build()RouterQuotaManager.getQuotaUsage(String path) Get the nearest ancestor's quota usage, and meanwhile its quota was set.Methods in org.apache.hadoop.hdfs.server.federation.router with parameters of type RouterQuotaUsageModifier and TypeMethodDescriptionvoidRouterQuotaManager.put(String path, RouterQuotaUsage quotaUsage) Put new entity into cache.voidRouterQuotaManager.updateQuota(String path, RouterQuotaUsage quota) Update quota in cache. -
Uses of RouterQuotaUsage in org.apache.hadoop.hdfs.server.federation.store.records
Methods in org.apache.hadoop.hdfs.server.federation.store.records that return RouterQuotaUsageModifier and TypeMethodDescriptionabstract RouterQuotaUsageMountTable.getQuota()Get quota of this mount table entry.Methods in org.apache.hadoop.hdfs.server.federation.store.records with parameters of type RouterQuotaUsageModifier and TypeMethodDescriptionabstract voidMountTable.setQuota(RouterQuotaUsage quota) Set quota for this mount table entry. -
Uses of RouterQuotaUsage in org.apache.hadoop.hdfs.server.federation.store.records.impl.pb
Methods in org.apache.hadoop.hdfs.server.federation.store.records.impl.pb that return RouterQuotaUsageMethods in org.apache.hadoop.hdfs.server.federation.store.records.impl.pb with parameters of type RouterQuotaUsage