org.apache.hadoop.hbase.master.handler
Class TableAddFamilyHandler
java.lang.Object
org.apache.hadoop.hbase.executor.EventHandler
org.apache.hadoop.hbase.master.handler.TableEventHandler
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableAddFamilyHandler
public TableAddFamilyHandler(byte[] tableName,
HColumnDescriptor familyDesc,
Server server,
MasterServices masterServices)
throws IOException
- Throws:
IOException
handleTableOperation
protected void handleTableOperation(List<HRegionInfo> hris)
throws IOException
- Specified by:
handleTableOperation
in class TableEventHandler
- Throws:
IOException
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.