org.apache.hadoop.hbase.master.handler
Class TableAddFamilyHandler

java.lang.Object
  extended by org.apache.hadoop.hbase.executor.EventHandler
      extended by org.apache.hadoop.hbase.master.handler.TableEventHandler
          extended by org.apache.hadoop.hbase.master.handler.TableAddFamilyHandler
All Implemented Interfaces:
Comparable<Runnable>, Runnable

public class TableAddFamilyHandler
extends TableEventHandler

Handles adding a new family to an existing table.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.hbase.executor.EventHandler
EventHandler.EventHandlerListener, EventHandler.EventType
 
Field Summary
 
Fields inherited from class org.apache.hadoop.hbase.master.handler.TableEventHandler
isEventBeingHandled, masterServices, tableName, tableNameStr
 
Fields inherited from class org.apache.hadoop.hbase.executor.EventHandler
eventType, seqids, server, waitingTimeForEvents
 
Constructor Summary
TableAddFamilyHandler(byte[] tableName, HColumnDescriptor familyDesc, Server server, MasterServices masterServices)
           
 
Method Summary
protected  void handleTableOperation(List<HRegionInfo> hris)
           
 String toString()
           
 
Methods inherited from class org.apache.hadoop.hbase.master.handler.TableEventHandler
completed, getTableDescriptor, process, reOpenAllRegions, waitForEventBeingHandled
 
Methods inherited from class org.apache.hadoop.hbase.executor.EventHandler
compareTo, getEventType, getInformativeName, getListener, getPriority, getSeqid, run, setListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TableAddFamilyHandler

public TableAddFamilyHandler(byte[] tableName,
                             HColumnDescriptor familyDesc,
                             Server server,
                             MasterServices masterServices)
                      throws IOException
Throws:
IOException
Method Detail

handleTableOperation

protected void handleTableOperation(List<HRegionInfo> hris)
                             throws IOException
Specified by:
handleTableOperation in class TableEventHandler
Throws:
IOException

toString

public String toString()
Overrides:
toString in class EventHandler


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