Uses of Interface
org.apache.hadoop.hbase.Waiter.Predicate
Packages that use Waiter.Predicate
- 
Uses of Waiter.Predicate in org.apache.hadoop.hbase
Subinterfaces of Waiter.Predicate in org.apache.hadoop.hbaseModifier and TypeInterfaceDescriptionstatic interfaceWaiter.ExplainingPredicate<E extends Exception>A mixin interface, can be used withWaiterto explain failed state.Classes in org.apache.hadoop.hbase that implement Waiter.PredicateModifier and TypeClassDescriptionclassAn implementation ofWaiter.ExplainingPredicatethat uses HamcrestMatcherfor both predicate evaluation and explanation.Methods in org.apache.hadoop.hbase that return Waiter.PredicateModifier and TypeMethodDescriptionHBaseTestingUtil.predicateTableAvailable(org.apache.hadoop.hbase.TableName tableName) Returns aWaiter.Predicatefor checking that table is enabledHBaseTestingUtil.predicateTableDisabled(org.apache.hadoop.hbase.TableName tableName) Returns aWaiter.Predicatefor checking that table is enabledHBaseTestingUtil.predicateTableEnabled(org.apache.hadoop.hbase.TableName tableName) Returns aWaiter.Predicatefor checking that table is enabledMethods in org.apache.hadoop.hbase with parameters of type Waiter.PredicateModifier and TypeMethodDescriptionstatic StringWaiter.getExplanation(Waiter.Predicate<?> explain) <E extends Exception>
longHBaseCommonTestingUtil.waitFor(long timeout, long interval, boolean failIfTimeout, Waiter.Predicate<E> predicate) Wrapper method forWaiter.waitFor(Configuration, long, long, boolean, Predicate).<E extends Exception>
longHBaseCommonTestingUtil.waitFor(long timeout, long interval, Waiter.Predicate<E> predicate) Wrapper method forWaiter.waitFor(Configuration, long, long, Predicate).<E extends Exception>
longHBaseCommonTestingUtil.waitFor(long timeout, Waiter.Predicate<E> predicate) Wrapper method forWaiter.waitFor(Configuration, long, Predicate).static <E extends Exception>
longWaiter.waitFor(org.apache.hadoop.conf.Configuration conf, long timeout, long interval, boolean failIfTimeout, Waiter.Predicate<E> predicate) Waits up to the duration equal to the specified timeout multiplied by theWaiter.getWaitForRatio(Configuration)for the givenWaiter.Predicateto becometrue, failing the test if the timeout is reached, the Predicate is stillfalseand failIfTimeout is set astrue.static <E extends Exception>
longWaiter.waitFor(org.apache.hadoop.conf.Configuration conf, long timeout, long interval, Waiter.Predicate<E> predicate) Waits up to the duration equal to the specified timeout multiplied by theWaiter.getWaitForRatio(Configuration)for the givenWaiter.Predicateto becometrue, failing the test if the timeout is reached and the Predicate is stillfalse.static <E extends Exception>
longWaiter.waitFor(org.apache.hadoop.conf.Configuration conf, long timeout, Waiter.Predicate<E> predicate) Waits up to the duration equal to the specified timeout multiplied by theWaiter.getWaitForRatio(Configuration)for the givenWaiter.Predicateto becometrue, failing the test if the timeout is reached and the Predicate is stillfalse. - 
Uses of Waiter.Predicate in org.apache.hadoop.hbase.quotas
Classes in org.apache.hadoop.hbase.quotas that implement Waiter.PredicateModifier and TypeClassDescription(package private) static classPredicate that waits for all store files in a table to have no compacted files.(package private) static classAbstraction to simplify the case where a test needs to verify a certain state on aSpaceQuotaSnapshot.