public static interface QuotaTableUtil.UserQuotasVisitor
Modifier and Type | Method and Description |
---|---|
void |
visitUserQuotas(String userName,
QuotaProtos.Quotas quotas) |
void |
visitUserQuotas(String userName,
String namespace,
QuotaProtos.Quotas quotas) |
void |
visitUserQuotas(String userName,
TableName table,
QuotaProtos.Quotas quotas) |
void visitUserQuotas(String userName, QuotaProtos.Quotas quotas) throws IOException
IOException
void visitUserQuotas(String userName, TableName table, QuotaProtos.Quotas quotas) throws IOException
IOException
void visitUserQuotas(String userName, String namespace, QuotaProtos.Quotas quotas) throws IOException
IOException
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.