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