public class CopyMetaHelper
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
METATYPE_ACES |
static int |
METATYPE_ALL |
static int |
METATYPE_ATTRS |
static int |
METATYPE_CFS |
static int |
METATYPE_SPLITS |
| Constructor and Description |
|---|
CopyMetaHelper() |
| Modifier and Type | Method and Description |
|---|---|
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) |
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) |
public static final int METATYPE_CFS
public static final int METATYPE_ATTRS
public static final int METATYPE_ACES
public static final int METATYPE_SPLITS
public static final int METATYPE_ALL
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
java.io.IOExceptionpublic 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
java.io.IOException