Class TableSizeResource


  • @Path("/")
    public class TableSizeResource
    extends Object
    API to provide table sizes
    • Constructor Detail

      • TableSizeResource

        public TableSizeResource()
    • Method Detail

      • getTableSize

        @GET
        @Produces("application/json")
        @Path("/tables/{tableName}/size")
        public String getTableSize​(@PathParam("tableName")
                                   String tableName,
                                   @DefaultValue("true") @QueryParam("detailed")
                                   boolean detailed)
                            throws javax.ws.rs.WebApplicationException
        Throws:
        javax.ws.rs.WebApplicationException
      • getTableSizeOld

        @GET
        @Produces("application/json")
        @Path("/table/{tableName}/size")
        @Deprecated
        public String getTableSizeOld​(@PathParam("tableName")
                                      String tableName,
                                      @DefaultValue("true") @QueryParam("detailed")
                                      boolean detailed)
                               throws javax.ws.rs.WebApplicationException
        Deprecated.
        Throws:
        javax.ws.rs.WebApplicationException