This project has retired. For details please refer to its Attic page.
IndexResource (Lens 2.0.1-beta-incubating API)

org.apache.lens.server
Class IndexResource

java.lang.Object
  extended by org.apache.lens.server.IndexResource

@Path(value="/")
public class IndexResource
extends Object

The Class IndexResource.


Constructor Summary
IndexResource()
           
 
Method Summary
 String getIndexMessage()
           
 String getMessage()
           
 String getStatus()
           
 String getThreadDump()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexResource

public IndexResource()
Method Detail

getMessage

@GET
@Produces(value="text/plain")
public String getMessage()

getIndexMessage

@GET
@Path(value="/index")
@Produces(value="text/plain")
public String getIndexMessage()

getThreadDump

@GET
@Path(value="/admin/stack")
@Produces(value="text/plain")
public String getThreadDump()

getStatus

@GET
@Path(value="/admin/status")
@Produces(value="text/plain")
public String getStatus()


Copyright © 2014–2015 Apache Software Foundation. All rights reserved.