|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventType | |
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.executor | |
| org.apache.hadoop.hbase.zookeeper | |
| Uses of EventType in org.apache.hadoop.hbase |
|---|
| Methods in org.apache.hadoop.hbase that return EventType | |
|---|---|
EventType |
RegionTransition.getEventType()
|
| Methods in org.apache.hadoop.hbase with parameters of type EventType | |
|---|---|
static RegionTransition |
RegionTransition.createRegionTransition(EventType type,
byte[] regionName,
ServerName sn)
|
static RegionTransition |
RegionTransition.createRegionTransition(EventType type,
byte[] regionName,
ServerName sn,
byte[] payload)
|
| Uses of EventType in org.apache.hadoop.hbase.executor |
|---|
| Methods in org.apache.hadoop.hbase.executor that return EventType | |
|---|---|
static EventType |
EventType.get(int code)
|
static EventType |
EventType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EventType[] |
EventType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of EventType in org.apache.hadoop.hbase.zookeeper |
|---|
| Methods in org.apache.hadoop.hbase.zookeeper with parameters of type EventType | |
|---|---|
static void |
ZKAssign.createNodeOffline(ZooKeeperWatcher zkw,
HRegionInfo region,
ServerName serverName,
EventType event)
|
static boolean |
ZKAssign.deleteNode(ZooKeeperWatcher zkw,
String encodedRegionName,
EventType expectedState)
Deletes an existing unassigned node that is in the specified state for the specified region. |
static boolean |
ZKAssign.deleteNode(ZooKeeperWatcher zkw,
String encodedRegionName,
EventType expectedState,
int expectedVersion)
Deletes an existing unassigned node that is in the specified state for the specified region. |
static int |
ZKAssign.transitionNode(ZooKeeperWatcher zkw,
HRegionInfo region,
ServerName serverName,
EventType beginState,
EventType endState,
int expectedVersion)
Method that actually performs unassigned node transitions. |
static int |
ZKAssign.transitionNode(ZooKeeperWatcher zkw,
HRegionInfo region,
ServerName serverName,
EventType beginState,
EventType endState,
int expectedVersion,
byte[] payload)
|
static int |
ZKAssign.transitionNodeOpening(ZooKeeperWatcher zkw,
HRegionInfo region,
ServerName serverName,
EventType beginState)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||