Package org.apache.solr.cloud
Class RefreshCollectionMessage
- java.lang.Object
-
- org.apache.solr.cloud.RefreshCollectionMessage
-
- All Implemented Interfaces:
Overseer.Message
public class RefreshCollectionMessage extends Object implements Overseer.Message
Refresh the Cluster State for a given collection
-
-
Field Summary
Fields Modifier and Type Field Description String
collection
-
Constructor Summary
Constructors Constructor Description RefreshCollectionMessage(String collection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterState
run(ClusterState clusterState, Overseer overseer)
-
-
-
Field Detail
-
collection
public final String collection
-
-
Constructor Detail
-
RefreshCollectionMessage
public RefreshCollectionMessage(String collection)
-
-
Method Detail
-
run
public ClusterState run(ClusterState clusterState, Overseer overseer) throws Exception
- Specified by:
run
in interfaceOverseer.Message
- Throws:
Exception
-
-