Class ControllerJobStatusResource
- java.lang.Object
-
- org.apache.pinot.server.api.resources.ControllerJobStatusResource
-
@Path("/") public class ControllerJobStatusResource extends Object
-
-
Constructor Summary
Constructors Constructor Description 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
-
-