@InterfaceAudience.Private public interface SpaceQuotaSnapshotNotifier
Modifier and Type | Method and Description |
---|---|
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.
|
void initialize(Connection conn)
void transitionTable(TableName tableName, SpaceQuotaSnapshot snapshot) throws IOException
tableName
- The name of the table.snapshot
- The details of the space quota utilization.IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.