Class BulkObject

All Implemented Interfaces:
Resource, Adaptable

@Produces("application/json") public class BulkObject extends AbstractResource<ResourceTypeImpl>
Since:
11.3
  • Constructor Details

    • BulkObject

      public BulkObject()
  • Method Details

    • doGetStatus

      @GET @Path("{commandId}") public BulkStatus doGetStatus(@PathParam("commandId") String commandId)
      Gets the BulkStatus for the given commandId.
    • abortCommand

      @DELETE @Path("{commandId}") public BulkStatus abortCommand(@PathParam("commandId") String commandId)
    • submitIdleProcessing

      @PUT @Path("idle") public BulkStatus submitIdleProcessing(@QueryParam("totalDocs") long total, @QueryParam("millisDurationPerDoc") int sleepMillis)