@Deprecated @InterfaceAudience.Private public class ZKDataMigrator extends Object
Modifier and Type | Field and Description |
---|---|
private static org.slf4j.Logger |
LOG
Deprecated.
|
Modifier | Constructor and Description |
---|---|
private |
ZKDataMigrator()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
private static org.apache.hadoop.hbase.shaded.protobuf.generated.ZooKeeperProtos.DeprecatedTableState.State |
getTableState(ZKWatcher zkw,
TableName tableName)
Deprecated.
|
static Map<TableName,TableState.State> |
queryForTableStates(ZKWatcher zkw)
Deprecated.
Since 2.0.0. To be removed in hbase-3.0.0.
|
private static final org.slf4j.Logger LOG
private ZKDataMigrator()
@Deprecated public static Map<TableName,TableState.State> queryForTableStates(ZKWatcher zkw) throws org.apache.zookeeper.KeeperException, InterruptedException
org.apache.zookeeper.KeeperException
InterruptedException
@Deprecated private static org.apache.hadoop.hbase.shaded.protobuf.generated.ZooKeeperProtos.DeprecatedTableState.State getTableState(ZKWatcher zkw, TableName tableName) throws org.apache.zookeeper.KeeperException, InterruptedException
zkw
- ZKWatcher instance to usetableName
- table we're checkingZooKeeperProtos.DeprecatedTableState.State
found in znode. n * @deprecated Since 2.0.0. To be removed in hbase-3.0.0.org.apache.zookeeper.KeeperException
InterruptedException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.