Class BulkImportResource
- java.lang.Object
-
- org.apache.accumulo.monitor.rest.bulkImports.BulkImportResource
-
@Path("/bulkImports") @Produces({"application/json","application/xml"}) public class BulkImportResource extends ObjectThe BulkImportResource is responsible for obtaining the information of the bulk import, and tablet server bulk import from the Monitor and creating the JSON objects with each- Since:
- 2.0.0
-
-
Constructor Summary
Constructors Constructor Description BulkImportResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BulkImportgetTables()Generates bulk import and tserver bulk imports with the information from the Monitor
-
-
-
Method Detail
-
getTables
@GET public BulkImport getTables()
Generates bulk import and tserver bulk imports with the information from the Monitor- Returns:
- JSON object with BulkImport information
-
-