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

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.TableModifyFamilyHandler
All Implemented Interfaces:
Comparable<Runnable>, Runnable

public class TableModifyFamilyHandler
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
masterServices, tableName, tableNameStr
 
Fields inherited from class org.apache.hadoop.hbase.executor.EventHandler
eventType, seqids, server, waitingTimeForEvents
 
Constructor Summary
TableModifyFamilyHandler(byte[] tableName, HColumnDescriptor familyDesc, Server server, MasterServices masterServices)
           
 
Method Summary
protected  void handleTableOperation(List<HRegionInfo> regions)
           
 
Methods inherited from class org.apache.hadoop.hbase.master.handler.TableEventHandler
process
 
Methods inherited from class org.apache.hadoop.hbase.executor.EventHandler
compareTo, getEventType, getListener, getPriority, getSeqid, run, setListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableModifyFamilyHandler

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

handleTableOperation

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


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