Package org.apache.hadoop.hbase.quotas
Class SpaceQuotaHelperForTests.NoFilesToDischarge
java.lang.Object
org.apache.hadoop.hbase.quotas.SpaceQuotaHelperForTests.NoFilesToDischarge
- All Implemented Interfaces:
Waiter.Predicate<Exception>
- Enclosing class:
- SpaceQuotaHelperForTests
static class SpaceQuotaHelperForTests.NoFilesToDischarge
extends Object
implements Waiter.Predicate<Exception>
Predicate that waits for all store files in a table to have no compacted files.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final MiniHBaseClusterprivate final org.apache.hadoop.hbase.TableName -
Constructor Summary
ConstructorsConstructorDescriptionNoFilesToDischarge(MiniHBaseCluster cluster, org.apache.hadoop.hbase.TableName tn) -
Method Summary
-
Field Details
-
cluster
-
tn
-
-
Constructor Details
-
NoFilesToDischarge
NoFilesToDischarge(MiniHBaseCluster cluster, org.apache.hadoop.hbase.TableName tn)
-
-
Method Details
-
evaluate
Description copied from interface:Waiter.PredicatePerform a predicate evaluation.- Specified by:
evaluatein interfaceWaiter.Predicate<Exception>- Returns:
- the boolean result of the evaluation.
- Throws:
Exception
-