Package | Description |
---|---|
org.apache.hadoop.hbase.coordination | |
org.apache.hadoop.hbase.master.handler | |
org.apache.hadoop.hbase.regionserver.handler |
Modifier and Type | Class and Description |
---|---|
class |
ZkOpenRegionCoordination
ZK-based implementation of
OpenRegionCoordination . |
Modifier and Type | Field and Description |
---|---|
protected OpenRegionCoordination |
ZkCoordinatedStateManager.openRegionCoordination |
Modifier and Type | Method and Description |
---|---|
OpenRegionCoordination |
ZkCoordinatedStateManager.getOpenRegionCoordination() |
abstract OpenRegionCoordination |
BaseCoordinatedStateManager.getOpenRegionCoordination()
Method to retrieve coordination for opening region operations.
|
Constructor and Description |
---|
OpenedRegionHandler(Server server,
AssignmentManager assignmentManager,
HRegionInfo regionInfo,
OpenRegionCoordination coordination,
OpenRegionCoordination.OpenRegionDetails ord) |
Constructor and Description |
---|
OpenMetaHandler(Server server,
RegionServerServices rsServices,
HRegionInfo regionInfo,
HTableDescriptor htd,
long masterSystemTime,
OpenRegionCoordination coordination,
OpenRegionCoordination.OpenRegionDetails ord) |
OpenRegionHandler(Server server,
RegionServerServices rsServices,
HRegionInfo regionInfo,
HTableDescriptor htd,
EventType eventType,
long masterSystemTime,
OpenRegionCoordination coordination,
OpenRegionCoordination.OpenRegionDetails ord) |
OpenRegionHandler(Server server,
RegionServerServices rsServices,
HRegionInfo regionInfo,
HTableDescriptor htd,
long masterSystemTime,
OpenRegionCoordination coordination,
OpenRegionCoordination.OpenRegionDetails ord) |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.