Class LogResource
- java.lang.Object
-
- org.apache.accumulo.monitor.rest.logs.LogResource
-
@Path("/logs") @Produces({"application/json","application/xml"}) public class LogResource extends ObjectResponsible for generating a new log JSON object- Since:
- 2.0.0
-
-
Constructor Summary
Constructors Constructor Description LogResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearLogs()REST call to clear the logsList<LogEvent>getRecentLogs()Generates log event list as a JSON object
-