Class IntegrationTestTimeBoundedMultiGetRequestsWithRegionReplicas

java.lang.Object
org.apache.hadoop.hbase.util.AbstractHBaseTool
All Implemented Interfaces:
org.apache.hadoop.conf.Configurable, org.apache.hadoop.util.Tool

Extends IntegrationTestTimeBoundedRequestsWithRegionReplicas for multi-gets Besides the options already talked about in IntegrationTestTimeBoundedRequestsWithRegionReplicas the addition options here are:
 -DIntegrationTestTimeBoundedMultiGetRequestsWithRegionReplicas.multiget_batchsize=100
 -DIntegrationTestTimeBoundedMultiGetRequestsWithRegionReplicas.num_regions_per_server=5
 
The multiget_batchsize when set to 1 will issue normal GETs. The num_regions_per_server argument indirectly impacts the region size (for a given number of num_keys_per_server). That in conjunction with multiget_batchsize would have different behaviors - the batch of gets goes to the same region or to multiple regions.