@InterfaceAudience.Private @InterfaceStability.Evolving public interface SpaceQuotaSnapshotNotifier
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(Connection conn)
Initializes the notifier.
|
void |
transitionTable(TableName tableName,
SpaceQuotaSnapshot snapshot)
Instructs the cluster that the given table is in violation of a space quota.
|
void initialize(Connection conn)
void transitionTable(TableName tableName, SpaceQuotaSnapshot snapshot) throws java.io.IOException
tableName - The name of the table in violation of the quota.snapshot - The details of the violation of the quota.java.io.IOException