@NotThreadSafe public final class AlluxioJobMasterRestServiceHandler extends Object
Modifier and Type | Field and Description |
---|---|
static String |
GET_INFO |
static String |
QUERY_RAW_CONFIGURATION |
static String |
SERVICE_PREFIX |
Constructor and Description |
---|
AlluxioJobMasterRestServiceHandler(javax.servlet.ServletContext context) |
public static final String SERVICE_PREFIX
public static final String GET_INFO
public static final String QUERY_RAW_CONFIGURATION
public AlluxioJobMasterRestServiceHandler(@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.