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 ClusterState for a given collection. Useful for situations where updates to the cluster state happened outside of the overseer.
  • Field Details

    • collection

      public final String collection
  • Constructor Details

    • RefreshCollectionMessage

      public RefreshCollectionMessage(String collection)
  • Method Details