Class CompleteBulkImport
- java.lang.Object
-
- org.apache.accumulo.master.tableOps.MasterRepo
-
- org.apache.accumulo.master.tableOps.bulkVer1.CompleteBulkImport
-
- All Implemented Interfaces:
Serializable,ReadOnlyRepo<Master>,Repo<Master>
public class CompleteBulkImport extends MasterRepo
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CompleteBulkImport(TableId tableId, String source, String bulk, String error)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Repo<Master>call(long tid, Master master)-
Methods inherited from class org.apache.accumulo.master.tableOps.MasterRepo
getDescription, getReturn, isReady, undo
-
-