Class StatusResource
- java.lang.Object
-
- org.apache.accumulo.monitor.rest.status.StatusResource
-
@Path("/status") @Produces({"application/json","application/xml"}) public class StatusResource extends ObjectGenerates the status for master, gc, and tservers as well as log and problem reports- Since:
- 2.0.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStatusResource.Status
-
Constructor Summary
Constructors Constructor Description StatusResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StatusInformationgetTables()Generates the JSON object with the status
-
-
-
Method Detail
-
getTables
@GET public StatusInformation getTables()
Generates the JSON object with the status- Returns:
- Status report
-
-