Package org.apache.hadoop.hbase.client
Class TestMetaCache.CallQueueTooBigExceptionInjector
java.lang.Object
org.apache.hadoop.hbase.client.TestMetaCache.ExceptionInjector
org.apache.hadoop.hbase.client.TestMetaCache.CallQueueTooBigExceptionInjector
- Enclosing class:
- TestMetaCache
public static class TestMetaCache.CallQueueTooBigExceptionInjector
extends TestMetaCache.ExceptionInjector
Throws CallQueueTooBigException for all gets.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidthrowOnGet(TestMetaCache.FakeRSRpcServices rpcServices, org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.GetRequest request) voidthrowOnMutate(TestMetaCache.FakeRSRpcServices rpcServices, org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MutateRequest request) voidthrowOnScan(TestMetaCache.FakeRSRpcServices rpcServices, org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ScanRequest request) Methods inherited from class org.apache.hadoop.hbase.client.TestMetaCache.ExceptionInjectorisTestTable
- 
Constructor Details- 
CallQueueTooBigExceptionInjectorpublic CallQueueTooBigExceptionInjector()
 
- 
- 
Method Details- 
throwOnGetpublic void throwOnGet(TestMetaCache.FakeRSRpcServices rpcServices, org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.GetRequest request) throws org.apache.hbase.thirdparty.com.google.protobuf.ServiceException - Specified by:
- throwOnGetin class- TestMetaCache.ExceptionInjector
- Throws:
- org.apache.hbase.thirdparty.com.google.protobuf.ServiceException
 
- 
throwOnMutatepublic void throwOnMutate(TestMetaCache.FakeRSRpcServices rpcServices, org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MutateRequest request) throws org.apache.hbase.thirdparty.com.google.protobuf.ServiceException - Specified by:
- throwOnMutatein class- TestMetaCache.ExceptionInjector
- Throws:
- org.apache.hbase.thirdparty.com.google.protobuf.ServiceException
 
- 
throwOnScanpublic void throwOnScan(TestMetaCache.FakeRSRpcServices rpcServices, org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ScanRequest request) throws org.apache.hbase.thirdparty.com.google.protobuf.ServiceException - Specified by:
- throwOnScanin class- TestMetaCache.ExceptionInjector
- Throws:
- org.apache.hbase.thirdparty.com.google.protobuf.ServiceException
 
 
-