Class CreateAliasCmd
- java.lang.Object
-
- org.apache.solr.cloud.api.collections.CreateAliasCmd
-
- All Implemented Interfaces:
CollApiCmds.CollectionApiCommand
public class CreateAliasCmd extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected CollectionCommandContext
ccc
-
Constructor Summary
Constructors Constructor Description CreateAliasCmd(CollectionCommandContext ccc)
-
Method Summary
All Methods Instance Methods Concrete 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)
-
-
-
Field Detail
-
ccc
protected final CollectionCommandContext ccc
-
-
Constructor Detail
-
CreateAliasCmd
public CreateAliasCmd(CollectionCommandContext ccc)
-
-