@NotThreadSafe @Path(value="job_worker") @Produces(value="application/json") public final class AlluxioJobWorkerRestServiceHandler extends Object
Modifier and Type | Field and Description |
---|---|
static String |
GET_INFO |
static String |
QUERY_RAW_CONFIGURATION |
static String |
SERVICE_PREFIX |
Constructor and Description |
---|
AlluxioJobWorkerRestServiceHandler(javax.servlet.ServletContext context) |
public static final String SERVICE_PREFIX
public static final String GET_INFO
public static final String QUERY_RAW_CONFIGURATION
public AlluxioJobWorkerRestServiceHandler(@Context javax.servlet.ServletContext context)
context
- context for the servlet@GET @Path(value="info") public javax.ws.rs.core.Response getInfo(@QueryParam(value="raw_configuration") Boolean rawConfiguration)
rawConfiguration
- if it's true, raw configuration values are returned,
otherwise, they are looked up; if it's not provided in URL queries, then
it is null, which means false.Copyright © 2023. All Rights Reserved.