@InterfaceAudience.Public @InterfaceStability.Evolving public abstract class QuotaSettings extends Object
限定符 | 构造器和说明 |
---|---|
protected |
QuotaSettings(String userName,
TableName tableName,
String namespace) |
限定符和类型 | 方法和说明 |
---|---|
static org.apache.hadoop.hbase.protobuf.generated.MasterProtos.SetQuotaRequest |
buildSetQuotaRequestProto(QuotaSettings settings)
已过时。
Removed in HBase 2.0+ as a part of removing protobuf from our API
|
String |
getNamespace() |
abstract QuotaType |
getQuotaType() |
TableName |
getTableName() |
String |
getUserName() |
protected String |
ownerToString() |
protected abstract void |
setupSetQuotaRequest(org.apache.hadoop.hbase.protobuf.generated.MasterProtos.SetQuotaRequest.Builder builder)
已过时。
Removed in HBase 2.0+ as a part of removing protobuf from our API
|
protected static String |
sizeToString(long size) |
protected static String |
timeToString(TimeUnit timeUnit) |
public abstract QuotaType getQuotaType()
public String getUserName()
public TableName getTableName()
public String getNamespace()
@Deprecated public static org.apache.hadoop.hbase.protobuf.generated.MasterProtos.SetQuotaRequest buildSetQuotaRequestProto(QuotaSettings settings)
@Deprecated protected abstract void setupSetQuotaRequest(org.apache.hadoop.hbase.protobuf.generated.MasterProtos.SetQuotaRequest.Builder builder)
protected String ownerToString()
protected static String sizeToString(long size)
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.