Class BulkImport
- java.lang.Object
-
- org.apache.accumulo.master.tableOps.MasterRepo
-
- org.apache.accumulo.master.tableOps.BulkImport
-
- All Implemented Interfaces:
Serializable,ReadOnlyRepo<Master>,Repo<Master>
public class BulkImport extends MasterRepo
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringFAILURES_TXT
-
Constructor Summary
Constructors Constructor Description BulkImport(String tableId, String sourceDir, String errorDir, boolean setTime)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Repo<Master>call(long tid, Master master)longisReady(long tid, Master master)static StringprepareBulkImport(AccumuloServerContext master, VolumeManager fs, String dir, String tableId)voidundo(long tid, Master environment)-
Methods inherited from class org.apache.accumulo.master.tableOps.MasterRepo
getDescription, getReturn
-
-
-
-
Field Detail
-
FAILURES_TXT
public static final String FAILURES_TXT
- See Also:
- Constant Field Values
-
-
Method Detail
-
isReady
public long isReady(long tid, Master master) throws Exception- Specified by:
isReadyin interfaceReadOnlyRepo<Master>- Overrides:
isReadyin classMasterRepo- Throws:
Exception
-
prepareBulkImport
public static String prepareBulkImport(AccumuloServerContext master, VolumeManager fs, String dir, String tableId) throws Exception
- Throws:
Exception
-
-