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

Packages that use EventHandler.EventType
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.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
 EventHandler.EventType RegionTransitionData.getEventType()
          Gets the type of region transition event.
 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
 ExecutorService.ExecutorType ExecutorService.getExecutorServiceType(EventHandler.EventType type)
          Returns the executor service type (the thread pool instance) for the passed event handler type.
 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.
RegionTransitionData(EventHandler.EventType eventType, byte[] regionName)
          Construct data for a new region transition event with the specified event type and region name.
RegionTransitionData(EventHandler.EventType eventType, byte[] regionName, String serverName)
          Construct data for a new region transition event with the specified event type, region name, and server name.
 

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, EventHandler.EventType eventType)
           
OpenRegionHandler(Server server, RegionServerServices rsServices, HRegionInfo regionInfo, EventHandler.EventType eventType)
           
 

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, String serverName, EventHandler.EventType event)
           
static int ZKAssign.transitionNode(ZooKeeperWatcher zkw, HRegionInfo region, String serverName, EventHandler.EventType beginState, EventHandler.EventType endState, int expectedVersion)
          Private method that actually performs unassigned node transitions.
static int ZKAssign.transitionNodeOpening(ZooKeeperWatcher zkw, HRegionInfo region, String serverName, EventHandler.EventType beginState)
           
static boolean ZKAssign.verifyRegionState(ZooKeeperWatcher zkw, HRegionInfo region, EventHandler.EventType expectedState)
          Verifies that the specified region is in the specified state in ZooKeeper.
 



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