Interface Waiter.ExplainingPredicate<E extends Exception>

All Superinterfaces:
Waiter.Predicate<E>
All Known Implementing Classes:
MatcherPredicate
Enclosing class:
Waiter

@Private public static interface Waiter.ExplainingPredicate<E extends Exception> extends Waiter.Predicate<E>
A mixin interface, can be used with Waiter to explain failed state.
  • Method Summary

    Modifier and Type
    Method
    Description
    Perform a predicate evaluation.

    Methods inherited from interface org.apache.hadoop.hbase.Waiter.Predicate

    evaluate
  • Method Details