Class TestTableSpaceQuotaViolationNotifier.SingleCellMutationMatcher<T>

java.lang.Object
org.apache.hadoop.hbase.quotas.TestTableSpaceQuotaViolationNotifier.SingleCellMutationMatcher<T>
All Implemented Interfaces:
org.mockito.ArgumentMatcher<T>
Enclosing class:
TestTableSpaceQuotaViolationNotifier

private static final class TestTableSpaceQuotaViolationNotifier.SingleCellMutationMatcher<T> extends Object implements org.mockito.ArgumentMatcher<T>
Quick hack to verify a Mutation with one column.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final org.apache.hadoop.hbase.client.Mutation
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
    SingleCellMutationMatcher(org.apache.hadoop.hbase.client.Mutation expected)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    matches(T argument)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.mockito.ArgumentMatcher

    type
  • Field Details

    • expected

      private final org.apache.hadoop.hbase.client.Mutation expected
  • Constructor Details

  • Method Details

    • matches

      public boolean matches(T argument)
      Specified by:
      matches in interface org.mockito.ArgumentMatcher<T>