Interface ZooKeeperReadApis


  • @Path("/cluster/zookeeper/")
    public interface ZooKeeperReadApis
    V2 API definitions for Solr's ZooKeeper ready-proxy endpoint
    • Method Detail

      • readNode

        @GET
        @Path("/data{zkPath:.+}")
        @Produces({"application/vnd.apache.solr.raw","application/json"})
        ZooKeeperFileResponse readNode​(@PathParam("zkPath")
                                       String zkPath)
      • readSecurityJsonNode

        @GET
        @Path("/data/security.json")
        @Produces({"application/vnd.apache.solr.raw","application/json"})
        ZooKeeperFileResponse readSecurityJsonNode()