| Class | Description | 
|---|---|
| IntegrationTestMTTR | 
 Integration test that should benchmark how fast HBase can recover from failures. 
 | 
| IntegrationTestMTTR.ActionCallable | |
| IntegrationTestMTTR.AdminCallable | 
 Callable that will keep going to the master for cluster status. 
 | 
| IntegrationTestMTTR.LoadCallable | 
 Callable used to make sure the cluster has some load on it. 
 | 
| IntegrationTestMTTR.PutCallable | 
 Callable that will keep putting small amounts of data into a table
 until  the future supplied returns. 
 | 
| IntegrationTestMTTR.ScanCallable | 
 Callable that will keep scanning for small amounts of data until the
 supplied future returns. 
 | 
| IntegrationTestMTTR.TimingCallable | 
 Base class for actions that need to record the time needed to recover from a failure. 
 | 
| IntegrationTestMTTR.TimingResult | 
 Class to store results of TimingCallable. 
 | 
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.