Package org.apache.hadoop.hbase.quotas
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 - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateSingleCellMutationMatcher(org.apache.hadoop.hbase.client.Mutation expected)  - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.mockito.ArgumentMatcher
type 
- 
Field Details
- 
expected
 
 - 
 - 
Constructor Details
- 
SingleCellMutationMatcher
 
 - 
 - 
Method Details
- 
matches
- Specified by:
 matchesin interfaceorg.mockito.ArgumentMatcher<T>
 
 -