Class MmapDebugResource


  • @Path("debug")
    public class MmapDebugResource
    extends Object
    Debug endpoint to check memory allocation.
    • Constructor Detail

      • MmapDebugResource

        public MmapDebugResource()
    • Method Detail

      • getOffHeapSizes

        @GET
        @Path("memory/offheap")
        @Produces("application/json")
        public List<String> getOffHeapSizes()
      • getTableSize

        @GET
        @Produces("application/json")
        @Path("/memory/offheap/table/{tableName}")
        public String getTableSize​(@PathParam("tableName")
                                   String tableName)
                            throws javax.ws.rs.WebApplicationException
        Throws:
        javax.ws.rs.WebApplicationException