Package | Description |
---|---|
org.apache.hadoop.hbase.executor | |
org.apache.hadoop.hbase.zookeeper |
Modifier and Type | Method and Description |
---|---|
static RegionTransitionData |
RegionTransitionData.fromBytes(byte[] bytes)
Get an instance from bytes.
|
Modifier and Type | Method and Description |
---|---|
static RegionTransitionData |
ZKAssign.getData(ZooKeeperWatcher zkw,
String pathOrRegionName)
Gets the current data in the unassigned node for the specified region name
or fully-qualified path.
|
static RegionTransitionData |
ZKAssign.getDataAndWatch(ZooKeeperWatcher zkw,
String pathOrRegionName,
org.apache.zookeeper.data.Stat stat)
Gets the current data in the unassigned node for the specified region name
or fully-qualified path.
|
static RegionTransitionData |
ZKAssign.getDataNoWatch(ZooKeeperWatcher zkw,
String pathOrRegionName,
org.apache.zookeeper.data.Stat stat)
Gets the current data in the unassigned node for the specified region name
or fully-qualified path.
|
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.