java.io.SerializableDSQuotaExceededException, NSQuotaExceededException, QuotaByStorageTypeExceededException@Public
@Evolving
public class QuotaExceededException
extends org.apache.hadoop.fs.ClusterStorageCapacityExceededException
| Modifier and Type | Field | Description |
|---|---|---|
protected long |
count |
|
protected java.lang.String |
pathName |
|
protected long |
quota |
|
protected static long |
serialVersionUID |
| Modifier | Constructor | Description |
|---|---|---|
protected |
QuotaExceededException() |
|
protected |
QuotaExceededException(long quota,
long count) |
|
protected |
QuotaExceededException(java.lang.String msg) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getMessage() |
|
void |
setPathName(java.lang.String path) |
protected static final long serialVersionUID
protected java.lang.String pathName
protected long quota
protected long count
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.