Class MigrateReplicasCmd

java.lang.Object
org.apache.solr.cloud.api.collections.MigrateReplicasCmd
All Implemented Interfaces:
CollApiCmds.CollectionApiCommand

public class MigrateReplicasCmd extends Object implements CollApiCmds.CollectionApiCommand
  • Constructor Details

  • Method Details

    • call

      public 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
      Specified by:
      call in interface CollApiCmds.CollectionApiCommand
      Throws:
      Exception
    • getNodesFromParam

      protected Set<String> getNodesFromParam(org.apache.solr.common.cloud.ZkNodeProps message, String paramName)