Class DbResource

    • Constructor Detail

      • DbResource

        public DbResource()
    • Method Detail

      • readdb

        @POST
        @Path("/crawldb")
        @Consumes("application/json")
        public javax.ws.rs.core.Response readdb​(DbQuery dbQuery)
      • fetchDb

        @GET
        @Path("/fetchdb")
        public List<FetchNodeDbInfo> fetchDb​(@DefaultValue("0") @QueryParam("to")
                                             int to,
                                             @DefaultValue("0") @QueryParam("from")
                                             int from)