Class ControllerJobStatusResource


  • @Path("/")
    public class ControllerJobStatusResource
    extends Object
    • Constructor Detail

      • ControllerJobStatusResource

        public ControllerJobStatusResource()
    • Method Detail

      • reloadJobStatus

        @GET
        @Path("/controllerJob/reloadStatus/{tableNameWithType}")
        @Produces("application/json")
        public String reloadJobStatus​(@PathParam("tableNameWithType")
                                      String tableNameWithType,
                                      @QueryParam("reloadJobTimestamp")
                                      long reloadJobSubmissionTimestamp,
                                      @QueryParam("segmentName")
                                      String segmentName)
                               throws Exception
        Throws:
        Exception