class DisableTableHandler.BulkDisabler extends BulkAssigner
Modifier and Type | Field and Description |
---|---|
private List<HRegionInfo> |
regions |
server
Constructor and Description |
---|
DisableTableHandler.BulkDisabler(Server server,
List<HRegionInfo> regions) |
Modifier and Type | Method and Description |
---|---|
protected void |
populatePool(ExecutorService pool) |
protected boolean |
waitUntilDone(long timeout)
Wait until bulk assign is done.
|
bulkAssign, bulkAssign, getThreadCount, getThreadNamePrefix, getTimeoutOnRIT, getUncaughtExceptionHandler
private final List<HRegionInfo> regions
DisableTableHandler.BulkDisabler(Server server, List<HRegionInfo> regions)
protected void populatePool(ExecutorService pool)
populatePool
in class BulkAssigner
protected boolean waitUntilDone(long timeout) throws InterruptedException
BulkAssigner
waitUntilDone
in class BulkAssigner
timeout
- How long to wait.InterruptedException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.