Package com.mapr.fs.hbase
Class CopyMetaHelper
java.lang.Object
com.mapr.fs.hbase.CopyMetaHelper
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcreateTable(String src, String dst, int metaTypeMask, com.mapr.fs.proto.Dbserver.TableAttr attr, List<String> cfList) static voidcreateTable(org.apache.hadoop.conf.Configuration conf, String src, String dst, int metaTypeMask, com.mapr.fs.proto.Dbserver.TableAttr attr, List<String> cfList)
-
Field Details
-
METATYPE_CFS
public static final int METATYPE_CFS- See Also:
-
METATYPE_ATTRS
public static final int METATYPE_ATTRS- See Also:
-
METATYPE_ACES
public static final int METATYPE_ACES- See Also:
-
METATYPE_SPLITS
public static final int METATYPE_SPLITS- See Also:
-
METATYPE_ALL
public static final int METATYPE_ALL- See Also:
-
-
Constructor Details
-
CopyMetaHelper
public CopyMetaHelper()
-
-
Method Details
-
createTable
public static void createTable(String src, String dst, int metaTypeMask, com.mapr.fs.proto.Dbserver.TableAttr attr, List<String> cfList) throws IOException - Throws:
IOException
-
createTable
public static void createTable(org.apache.hadoop.conf.Configuration conf, String src, String dst, int metaTypeMask, com.mapr.fs.proto.Dbserver.TableAttr attr, List<String> cfList) throws IOException - Throws:
IOException
-