| Package | Description |
|---|---|
| org.apache.hadoop.hbase.master | |
| org.apache.hadoop.hbase.quotas |
| Modifier and Type | Method and Description |
|---|---|
SpaceQuotaSnapshotNotifier |
HMaster.getSpaceQuotaSnapshotNotifier() |
| Modifier and Type | Class and Description |
|---|---|
class |
SpaceQuotaSnapshotNotifierForTest
A SpaceQuotaViolationNotifier implementation for verifying testing.
|
class |
TableSpaceQuotaSnapshotNotifier
A
SpaceQuotaSnapshotNotifier which uses the hbase:quota table. |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Class<? extends SpaceQuotaSnapshotNotifier> |
SpaceQuotaSnapshotNotifierFactory.SNAPSHOT_NOTIFIER_DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
SpaceQuotaSnapshotNotifier |
SpaceQuotaSnapshotNotifierFactory.create(Configuration conf)
Instantiates the
SpaceQuotaSnapshotNotifier implementation as defined in the
configuration provided. |