| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.server.federation.router |
The router package includes the core services for a HDFS federation router.
|
| org.apache.hadoop.hdfs.server.federation.store.records |
Contains the abstract definitions of the state store data records.
|
| org.apache.hadoop.hdfs.server.federation.store.records.impl.pb |
The protobuf implementations of state store data records defined in the
org.apache.hadoop.hdfs.server.federation.store.records package.
|
| Modifier and Type | Method | Description |
|---|---|---|
RouterQuotaUsage |
RouterQuotaUsage.Builder.build() |
|
RouterQuotaUsage |
RouterQuotaManager.getQuotaUsage(java.lang.String path) |
Get the nearest ancestor's quota usage, and meanwhile its quota was set.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
RouterQuotaManager.put(java.lang.String path,
RouterQuotaUsage quotaUsage) |
Put new entity into cache.
|
void |
RouterQuotaManager.updateQuota(java.lang.String path,
RouterQuotaUsage quota) |
Update quota in cache.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract RouterQuotaUsage |
MountTable.getQuota() |
Get quota of this mount table entry.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract void |
MountTable.setQuota(RouterQuotaUsage quota) |
Set quota for this mount table entry.
|
| Modifier and Type | Method | Description |
|---|---|---|
RouterQuotaUsage |
MountTablePBImpl.getQuota() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
MountTablePBImpl.setQuota(RouterQuotaUsage quota) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.