Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.coordination | |
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.replication.regionserver |
Modifier and Type | Method and Description |
---|---|
CoordinatedStateManager |
Server.getCoordinatedStateManager()
Get CoordinatedStateManager instance for this server.
|
Modifier and Type | Class and Description |
---|---|
class |
ZkCoordinatedStateManager
Deprecated.
since 2.4.0 and in 3.0.0, to be removed in 4.0.0, replaced by procedure-based
distributed WAL splitter (see SplitWALManager) which doesn't use this zk-based
coordinator.
|
Modifier and Type | Field and Description |
---|---|
private CoordinatedStateManager |
HRegionServer.csm |
Modifier and Type | Method and Description |
---|---|
CoordinatedStateManager |
HRegionServer.getCoordinatedStateManager() |
Modifier and Type | Method and Description |
---|---|
CoordinatedStateManager |
ReplicationSyncUp.DummyServer.getCoordinatedStateManager() |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.