@InterfaceAudience.Private public class TableSpaceQuotaSnapshotNotifier extends Object implements SpaceQuotaSnapshotNotifier
SpaceQuotaSnapshotNotifier which uses the hbase:quota table.| 构造器和说明 |
|---|
TableSpaceQuotaSnapshotNotifier() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
initialize(Connection conn)
Initializes the notifier.
|
void |
transitionTable(TableName tableName,
SpaceQuotaSnapshot snapshot)
Informs the cluster of the current state of a space quota for a table.
|
public void transitionTable(TableName tableName, SpaceQuotaSnapshot snapshot) throws IOException
SpaceQuotaSnapshotNotifiertransitionTable 在接口中 SpaceQuotaSnapshotNotifiertableName - The name of the table.snapshot - The details of the space quota utilization.IOExceptionpublic void initialize(Connection conn)
SpaceQuotaSnapshotNotifierinitialize 在接口中 SpaceQuotaSnapshotNotifierCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.