Interface CollApiCmds.CollectionApiCommand

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void call​(org.apache.solr.common.cloud.ClusterState state, org.apache.solr.common.cloud.ZkNodeProps message, org.apache.solr.common.util.NamedList<Object> results)  
    • Method Detail

      • call

        void call​(org.apache.solr.common.cloud.ClusterState state,
                  org.apache.solr.common.cloud.ZkNodeProps message,
                  org.apache.solr.common.util.NamedList<Object> results)
           throws Exception
        Throws:
        Exception