@NotThreadSafe public final class AlluxioJobWorkerRestServiceHandler extends Object
Modifier and Type | Field and Description |
---|---|
static String |
GET_INFO |
static String |
LOG_ARGUMENT_LEVEL |
static String |
LOG_ARGUMENT_NAME |
static String |
LOG_LEVEL |
static String |
QUERY_RAW_CONFIGURATION |
static String |
SERVICE_PREFIX |
Constructor and Description |
---|
AlluxioJobWorkerRestServiceHandler(javax.servlet.ServletContext context) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
getInfo(Boolean rawConfiguration) |
javax.ws.rs.core.Response |
logLevel(String logName,
String level) |
public static final String SERVICE_PREFIX
public static final String LOG_LEVEL
public static final String LOG_ARGUMENT_NAME
public static final String LOG_ARGUMENT_LEVEL
public static final String GET_INFO
public static final String QUERY_RAW_CONFIGURATION
public AlluxioJobWorkerRestServiceHandler(@Context javax.servlet.ServletContext context)
context
- context for the servletpublic javax.ws.rs.core.Response getInfo(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.