@InterfaceAudience.Public public abstract class QuotaSettings extends Object
Modifier | Constructor and Description |
---|---|
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()
@InterfaceAudience.Private public static QuotaSettings buildFromProto(org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.SetQuotaRequest request)
request
- The protocol buffer request.QuotaSettings
POJO.@InterfaceAudience.Private public static org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.SetQuotaRequest buildSetQuotaRequestProto(QuotaSettings settings)
@InterfaceAudience.Private protected abstract void setupSetQuotaRequest(org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.SetQuotaRequest.Builder builder)
protected String ownerToString()
protected static String sizeToString(long size)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.