Package alluxio.proxy

Class AlluxioProxyRestServiceHandler


  • @NotThreadSafe
    @Path("proxy")
    @Produces("application/json")
    public final class AlluxioProxyRestServiceHandler
    extends java.lang.Object
    This class is a REST handler for requesting general proxy information.
    • Constructor Detail

      • AlluxioProxyRestServiceHandler

        public AlluxioProxyRestServiceHandler​(@Context
                                              javax.servlet.ServletContext context)
        Parameters:
        context - context for the servlet
    • Method Detail

      • getInfo

        @GET
        @Path("info")
        public javax.ws.rs.core.Response getInfo​(@QueryParam("raw_configuration")
                                                 java.lang.Boolean rawConfiguration)