private static interface MasterQuotaManager.SetQuotaOperations
Modifier and Type | Method and Description |
---|---|
void |
delete() |
org.apache.hadoop.hbase.protobuf.generated.QuotaProtos.Quotas |
fetch() |
void |
postApply(org.apache.hadoop.hbase.protobuf.generated.QuotaProtos.Quotas quotas) |
void |
preApply(org.apache.hadoop.hbase.protobuf.generated.QuotaProtos.Quotas quotas) |
void |
update(org.apache.hadoop.hbase.protobuf.generated.QuotaProtos.Quotas quotas) |
org.apache.hadoop.hbase.protobuf.generated.QuotaProtos.Quotas fetch() throws IOException
IOException
void delete() throws IOException
IOException
void update(org.apache.hadoop.hbase.protobuf.generated.QuotaProtos.Quotas quotas) throws IOException
IOException
void preApply(org.apache.hadoop.hbase.protobuf.generated.QuotaProtos.Quotas quotas) throws IOException
IOException
void postApply(org.apache.hadoop.hbase.protobuf.generated.QuotaProtos.Quotas quotas) throws IOException
IOException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.