Class SetAliasPropCmd
- java.lang.Object
-
- org.apache.solr.cloud.api.collections.SetAliasPropCmd
-
- All Implemented Interfaces:
CollApiCmds.CollectionApiCommand
public class SetAliasPropCmd extends Object implements CollApiCmds.CollectionApiCommand
-
-
Field Summary
Fields Modifier and Type Field Description static String
PROPERTIES
-
Constructor Summary
Constructors Constructor Description SetAliasPropCmd(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
-
PROPERTIES
public static final String PROPERTIES
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SetAliasPropCmd
public SetAliasPropCmd(CollectionCommandContext ccc)
-
-
Method Detail
-
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 interfaceCollApiCmds.CollectionApiCommand
- Throws:
Exception
-
-