Class BulkImportResource


  • @Path("/bulkImports")
    @Produces({"application/json","application/xml"})
    public class BulkImportResource
    extends Object
    The 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 Detail

      • BulkImportResource

        public BulkImportResource()
    • 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