Package org.apache.hadoop.hbase.quotas
Interface QuotaTableUtil.NamespaceQuotasVisitor
- All Known Subinterfaces:
 QuotaTableUtil.QuotasVisitor
- Enclosing class:
 - QuotaTableUtil
 
public static interface QuotaTableUtil.NamespaceQuotasVisitor
- 
Method Summary
Modifier and TypeMethodDescriptionvoidvisitNamespaceQuotas(String namespace, org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.Quotas quotas)  
- 
Method Details
- 
visitNamespaceQuotas
void visitNamespaceQuotas(String namespace, org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.Quotas quotas) throws IOException - Throws:
 IOException
 
 -