Class MigrateCmd
- java.lang.Object
-
- org.apache.solr.cloud.api.collections.MigrateCmd
-
- All Implemented Interfaces:
CollApiCmds.CollectionApiCommand
public class MigrateCmd extends Object implements CollApiCmds.CollectionApiCommand
-
-
Constructor Summary
Constructors Constructor Description MigrateCmd(CollectionCommandContext ccc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
call(org.apache.solr.common.cloud.ClusterState clusterState, org.apache.solr.common.cloud.ZkNodeProps message, org.apache.solr.common.util.NamedList<Object> results)
-
-
-
Constructor Detail
-
MigrateCmd
public MigrateCmd(CollectionCommandContext ccc)
-
-
Method Detail
-
call
public void call(org.apache.solr.common.cloud.ClusterState clusterState, org.apache.solr.common.cloud.ZkNodeProps message, org.apache.solr.common.util.NamedList<Object> results) throws Exception
- Specified by:
call
in interfaceCollApiCmds.CollectionApiCommand
- Throws:
Exception
-
-