Class DiffTablesMeta
- java.lang.Object
-
- org.apache.hadoop.conf.Configured
-
- com.mapr.fs.hbase.tools.mapreduce.DiffTablesMeta
-
- All Implemented Interfaces:
org.apache.hadoop.conf.Configurable,org.apache.hadoop.util.Tool
public class DiffTablesMeta extends org.apache.hadoop.conf.Configured implements org.apache.hadoop.util.Tool
-
-
Field Summary
Fields Modifier and Type Field Description static intCOMMAND_LINE_ERROR_RETstatic intDIFFERENT_METADATA_RETstatic intMETATYPE_ACESstatic intMETATYPE_ALLstatic intMETATYPE_ATTRSstatic intMETATYPE_CFSstatic intMETATYPE_MAXVERSIONstatic intMETATYPE_NONEstatic intSAME_METADATA_RETstatic intSKIP_META_TEST
-
Constructor Summary
Constructors Constructor Description DiffTablesMeta(boolean callFromDiffTables)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleancompareTableMeta(java.lang.String src, java.lang.String dst, int metaTypeMask)static voidmain(java.lang.String[] args)intrun(java.lang.String[] args)
-
-
-
Field Detail
-
METATYPE_NONE
public static final int METATYPE_NONE
- See Also:
- Constant Field Values
-
METATYPE_CFS
public static final int METATYPE_CFS
- See Also:
- Constant Field Values
-
METATYPE_ACES
public static final int METATYPE_ACES
- See Also:
- Constant Field Values
-
METATYPE_MAXVERSION
public static final int METATYPE_MAXVERSION
- See Also:
- Constant Field Values
-
METATYPE_ATTRS
public static final int METATYPE_ATTRS
- See Also:
- Constant Field Values
-
METATYPE_ALL
public static final int METATYPE_ALL
- See Also:
- Constant Field Values
-
SAME_METADATA_RET
public static final int SAME_METADATA_RET
- See Also:
- Constant Field Values
-
DIFFERENT_METADATA_RET
public static final int DIFFERENT_METADATA_RET
- See Also:
- Constant Field Values
-
COMMAND_LINE_ERROR_RET
public static final int COMMAND_LINE_ERROR_RET
- See Also:
- Constant Field Values
-
SKIP_META_TEST
public static final int SKIP_META_TEST
- See Also:
- Constant Field Values
-
-
Method Detail
-
compareTableMeta
public static boolean compareTableMeta(java.lang.String src, java.lang.String dst, int metaTypeMask) throws java.lang.Exception- Throws:
java.lang.Exception
-
run
public int run(java.lang.String[] args) throws java.lang.Exception- Specified by:
runin interfaceorg.apache.hadoop.util.Tool- Throws:
java.lang.Exception
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception- Throws:
java.lang.Exception
-
-