Package com.mapr.fs.hbase
Class CopyMetaHelper
- java.lang.Object
-
- com.mapr.fs.hbase.CopyMetaHelper
-
public class CopyMetaHelper extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intMETATYPE_ACESstatic intMETATYPE_ALLstatic intMETATYPE_ATTRSstatic intMETATYPE_CFSstatic intMETATYPE_SPLITS
-
Constructor Summary
Constructors Constructor Description CopyMetaHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcreateTable(java.lang.String src, java.lang.String dst, int metaTypeMask, com.mapr.fs.proto.Dbserver.TableAttr attr, java.util.List<java.lang.String> cfList)static voidcreateTable(org.apache.hadoop.conf.Configuration conf, java.lang.String src, java.lang.String dst, int metaTypeMask, com.mapr.fs.proto.Dbserver.TableAttr attr, java.util.List<java.lang.String> cfList)
-
-
-
Field Detail
-
METATYPE_CFS
public static final int METATYPE_CFS
- See Also:
- Constant Field Values
-
METATYPE_ATTRS
public static final int METATYPE_ATTRS
- See Also:
- Constant Field Values
-
METATYPE_ACES
public static final int METATYPE_ACES
- See Also:
- Constant Field Values
-
METATYPE_SPLITS
public static final int METATYPE_SPLITS
- See Also:
- Constant Field Values
-
METATYPE_ALL
public static final int METATYPE_ALL
- See Also:
- Constant Field Values
-
-
Method Detail
-
createTable
public static void createTable(java.lang.String src, java.lang.String dst, int metaTypeMask, com.mapr.fs.proto.Dbserver.TableAttr attr, java.util.List<java.lang.String> cfList) throws java.io.IOException- Throws:
java.io.IOException
-
createTable
public static void createTable(org.apache.hadoop.conf.Configuration conf, java.lang.String src, java.lang.String dst, int metaTypeMask, com.mapr.fs.proto.Dbserver.TableAttr attr, java.util.List<java.lang.String> cfList) throws java.io.IOException- Throws:
java.io.IOException
-
-