Class CreateShardCmd
- java.lang.Object
-
- org.apache.solr.cloud.api.collections.CreateShardCmd
-
- All Implemented Interfaces:
CollApiCmds.CollectionApiCommand
public class CreateShardCmd extends Object implements CollApiCmds.CollectionApiCommand
-
-
Constructor Summary
Constructors Constructor Description CreateShardCmd(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
-
CreateShardCmd
public CreateShardCmd(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
-
-