Package alluxio.proxy
Class AlluxioProxyRestServiceHandler
- java.lang.Object
-
- alluxio.proxy.AlluxioProxyRestServiceHandler
-
@NotThreadSafe @Path("proxy") @Produces("application/json") public final class AlluxioProxyRestServiceHandler extends java.lang.ObjectThis class is a REST handler for requesting general proxy information.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringGET_INFOstatic java.lang.StringQUERY_RAW_CONFIGURATIONstatic java.lang.StringSERVICE_PREFIX
-
Constructor Summary
Constructors Constructor Description AlluxioProxyRestServiceHandler(javax.servlet.ServletContext context)Constructs a newAlluxioProxyRestServiceHandler.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.ResponsegetInfo(java.lang.Boolean rawConfiguration)
-
-
-
Field Detail
-
SERVICE_PREFIX
public static final java.lang.String SERVICE_PREFIX
- See Also:
- Constant Field Values
-
GET_INFO
public static final java.lang.String GET_INFO
- See Also:
- Constant Field Values
-
QUERY_RAW_CONFIGURATION
public static final java.lang.String QUERY_RAW_CONFIGURATION
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AlluxioProxyRestServiceHandler
public AlluxioProxyRestServiceHandler(@Context javax.servlet.ServletContext context)Constructs a newAlluxioProxyRestServiceHandler.- Parameters:
context- context for the servlet
-
-