public static class QuotaUsage.Builder extends Object
Constructor and Description |
---|
QuotaUsage.Builder() |
Modifier and Type | Method and Description |
---|---|
QuotaUsage |
build() |
QuotaUsage.Builder |
fileAndDirectoryCount(long count) |
QuotaUsage.Builder |
quota(long quota) |
QuotaUsage.Builder |
spaceConsumed(long spaceConsumed) |
QuotaUsage.Builder |
spaceQuota(long spaceQuota) |
QuotaUsage.Builder |
typeConsumed(long[] typeConsumed) |
QuotaUsage.Builder |
typeConsumed(StorageType type,
long consumed) |
QuotaUsage.Builder |
typeQuota(long[] typeQuota) |
QuotaUsage.Builder |
typeQuota(StorageType type,
long quota) |
public QuotaUsage.Builder fileAndDirectoryCount(long count)
public QuotaUsage.Builder quota(long quota)
public QuotaUsage.Builder spaceConsumed(long spaceConsumed)
public QuotaUsage.Builder spaceQuota(long spaceQuota)
public QuotaUsage.Builder typeConsumed(long[] typeConsumed)
public QuotaUsage.Builder typeQuota(StorageType type, long quota)
public QuotaUsage.Builder typeConsumed(StorageType type, long consumed)
public QuotaUsage.Builder typeQuota(long[] typeQuota)
public QuotaUsage build()
Copyright © 2017 Apache Software Foundation. All Rights Reserved.