Class ScansResource
- java.lang.Object
-
- org.apache.accumulo.monitor.rest.scans.ScansResource
-
@Path("/scans") @Produces({"application/json","application/xml"}) public class ScansResource extends ObjectGenerate a new Scan list JSON object- Since:
- 2.0.0
-
-
Constructor Summary
Constructors Constructor Description ScansResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScansgetTables()Generates a new JSON object with scan information
-
-
-
Method Detail
-
getTables
@GET public Scans getTables()
Generates a new JSON object with scan information- Returns:
- Scan JSON object
-
-