Package org.apache.hadoop.hbase.client
Class TestAsyncNonMetaRegionLocatorConcurrenyLimit
java.lang.Object
org.apache.hadoop.hbase.client.TestAsyncNonMetaRegionLocatorConcurrenyLimit
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static AtomicInteger
private static org.apache.hadoop.hbase.client.AsyncConnectionImpl
private static byte[]
private static org.apache.hadoop.hbase.client.AsyncNonMetaRegionLocator
private static int
private static AtomicInteger
private static byte[][]
private static org.apache.hadoop.hbase.TableName
private static final HBaseTestingUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate void
assertLocs
(List<CompletableFuture<org.apache.hadoop.hbase.RegionLocations>> futures) static void
setUp()
static void
tearDown()
void
test()
-
Field Details
-
CLASS_RULE
-
TEST_UTIL
-
TABLE_NAME
-
FAMILY
-
CONN
-
LOCATOR
-
SPLIT_KEYS
-
MAX_ALLOWED
-
CONCURRENCY
-
MAX_CONCURRENCY
-
-
Constructor Details
-
TestAsyncNonMetaRegionLocatorConcurrenyLimit
-
-
Method Details
-
setUp
- Throws:
Exception
-
tearDown
- Throws:
Exception
-
assertLocs
private void assertLocs(List<CompletableFuture<org.apache.hadoop.hbase.RegionLocations>> futures) throws InterruptedException, ExecutionException -
test
-