Package org.apache.hadoop.hbase.quotas
Interface QuotaTableUtil.TableQuotasVisitor
- All Known Subinterfaces:
QuotaTableUtil.QuotasVisitor
- Enclosing class:
- QuotaTableUtil
public static interface QuotaTableUtil.TableQuotasVisitor
-
Method Summary
Modifier and TypeMethodDescriptionvoid
visitTableQuotas
(TableName tableName, org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.Quotas quotas)
-
Method Details
-
visitTableQuotas
void visitTableQuotas(TableName tableName, org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.Quotas quotas) throws IOException - Throws:
IOException
-