@NotThreadSafe
@Path(value="proxy")
@Produces(value="application/json")
public final class AlluxioProxyRestServiceHandler
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
GET_INFO |
static java.lang.String |
QUERY_RAW_CONFIGURATION |
static java.lang.String |
SERVICE_PREFIX |
| Constructor and Description |
|---|
AlluxioProxyRestServiceHandler(javax.servlet.ServletContext context)
Constructs a new
AlluxioProxyRestServiceHandler. |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getInfo(java.lang.Boolean rawConfiguration) |
public static final java.lang.String SERVICE_PREFIX
public static final java.lang.String GET_INFO
public static final java.lang.String QUERY_RAW_CONFIGURATION
public AlluxioProxyRestServiceHandler(@Context
javax.servlet.ServletContext context)
AlluxioProxyRestServiceHandler.context - context for the servlet@GET
@Path(value="info")
public javax.ws.rs.core.Response getInfo(@QueryParam(value="raw_configuration")
java.lang.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 © 2022. All Rights Reserved.