@InterfaceAudience.Public public abstract class QuotaSettings extends Object
Modifier | Constructor and Description |
---|---|
protected |
QuotaSettings(String userName,
TableName tableName,
String namespace) |
Modifier and Type | Method and Description |
---|---|
String |
getNamespace() |
abstract QuotaType |
getQuotaType() |
TableName |
getTableName() |
String |
getUserName() |
protected String |
ownerToString() |
protected static String |
sizeToString(long size) |
protected static String |
timeToString(TimeUnit timeUnit) |
protected QuotaSettings(String userName, TableName tableName, String namespace)
public abstract QuotaType getQuotaType()
public String getUserName()
public TableName getTableName()
public String getNamespace()
protected String ownerToString()
protected static String sizeToString(long size)
protected static String timeToString(TimeUnit timeUnit)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.