Uses of Class
org.apache.hadoop.hbase.executor.EventHandler.EventType

Packages that use EventHandler.EventType
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.executor   
org.apache.hadoop.hbase.master.handler   
org.apache.hadoop.hbase.regionserver.handler   
org.apache.hadoop.hbase.zookeeper   
 

Uses of EventHandler.EventType in org.apache.hadoop.hbase
 

Methods in org.apache.hadoop.hbase that return EventHandler.EventType
 EventHandler.EventType RegionTransition.getEventType()
           
 

Methods in org.apache.hadoop.hbase with parameters of type EventHandler.EventType
static RegionTransition RegionTransition.createRegionTransition(EventHandler.EventType type, byte[] regionName, ServerName sn)
           
static RegionTransition RegionTransition.createRegionTransition(EventHandler.EventType type, byte[] regionName, ServerName sn, byte[] payload)
           
 

Uses of EventHandler.EventType in org.apache.hadoop.hbase.executor
 

Fields in org.apache.hadoop.hbase.executor declared as EventHandler.EventType
protected  EventHandler.EventType EventHandler.eventType
           
 

Methods in org.apache.hadoop.hbase.executor that return EventHandler.EventType
static EventHandler.EventType EventHandler.EventType.get(int code)
           
 EventHandler.EventType EventHandler.getEventType()
          Return the event type
static EventHandler.EventType EventHandler.EventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EventHandler.EventType[] EventHandler.EventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hbase.executor with parameters of type EventHandler.EventType
 void ExecutorService.registerListener(EventHandler.EventType type, EventHandler.EventHandlerListener listener)
          Subscribe to updates before and after processing instances of EventHandler.EventType.
 EventHandler.EventHandlerListener ExecutorService.unregisterListener(EventHandler.EventType type)
          Stop receiving updates before and after processing instances of EventHandler.EventType
 

Constructors in org.apache.hadoop.hbase.executor with parameters of type EventHandler.EventType
EventHandler(Server server, EventHandler.EventType eventType)
          Default base class constructor.
 

Uses of EventHandler.EventType in org.apache.hadoop.hbase.master.handler
 

Constructors in org.apache.hadoop.hbase.master.handler with parameters of type EventHandler.EventType
TableEventHandler(EventHandler.EventType eventType, byte[] tableName, Server server, MasterServices masterServices)
           
 

Uses of EventHandler.EventType in org.apache.hadoop.hbase.regionserver.handler
 

Constructors in org.apache.hadoop.hbase.regionserver.handler with parameters of type EventHandler.EventType
CloseRegionHandler(Server server, RegionServerServices rsServices, HRegionInfo regionInfo, boolean abort, boolean zk, int versionOfClosingNode, EventHandler.EventType eventType)
           
CloseRegionHandler(Server server, RegionServerServices rsServices, HRegionInfo regionInfo, boolean abort, boolean zk, int versionOfClosingNode, EventHandler.EventType eventType, ServerName destination)
           
OpenRegionHandler(Server server, RegionServerServices rsServices, HRegionInfo regionInfo, HTableDescriptor htd, EventHandler.EventType eventType, int versionOfOfflineNode)
           
 

Uses of EventHandler.EventType in org.apache.hadoop.hbase.zookeeper
 

Methods in org.apache.hadoop.hbase.zookeeper with parameters of type EventHandler.EventType
static void ZKAssign.createNodeOffline(ZooKeeperWatcher zkw, HRegionInfo region, ServerName serverName, EventHandler.EventType event)
           
static boolean ZKAssign.deleteNode(ZooKeeperWatcher zkw, String encodedRegionName, EventHandler.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, EventHandler.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, EventHandler.EventType beginState, EventHandler.EventType endState, int expectedVersion)
          Method that actually performs unassigned node transitions.
static int ZKAssign.transitionNode(ZooKeeperWatcher zkw, HRegionInfo region, ServerName serverName, EventHandler.EventType beginState, EventHandler.EventType endState, int expectedVersion, byte[] payload)
           
static int ZKAssign.transitionNodeOpening(ZooKeeperWatcher zkw, HRegionInfo region, ServerName serverName, EventHandler.EventType beginState)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.