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
IOExceptionvoid delete()
throws IOException
IOExceptionvoid update(org.apache.hadoop.hbase.protobuf.generated.QuotaProtos.Quotas quotas)
throws IOException
IOExceptionvoid preApply(org.apache.hadoop.hbase.protobuf.generated.QuotaProtos.Quotas quotas)
throws IOException
IOExceptionvoid postApply(org.apache.hadoop.hbase.protobuf.generated.QuotaProtos.Quotas quotas)
throws IOException
IOExceptionCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.