public static interface QuotaTableUtil.UserQuotasVisitor
| Modifier and Type | Method and Description | 
|---|---|
| void | visitUserQuotas(String userName,
               org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.Quotas quotas) | 
| void | visitUserQuotas(String userName,
               String namespace,
               org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.Quotas quotas) | 
| void | visitUserQuotas(String userName,
               TableName table,
               org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.Quotas quotas) | 
void visitUserQuotas(String userName, org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.Quotas quotas) throws IOException
IOExceptionvoid visitUserQuotas(String userName, TableName table, org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.Quotas quotas) throws IOException
IOExceptionvoid visitUserQuotas(String userName, String namespace, org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.Quotas quotas) throws IOException
IOExceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.