Uses of Interface
org.apache.solr.cloud.Overseer.Message
-
Packages that use Overseer.Message Package Description org.apache.solr.cloud Classes for dealing with ZooKeeper when operating in SolrCloud mode.org.apache.solr.cloud.api.collections Package related to internal implementations of the SolrCloud collections api -
-
Uses of Overseer.Message in org.apache.solr.cloud
Classes in org.apache.solr.cloud that implement Overseer.Message Modifier and Type Class Description class
RefreshCollectionMessage
Refresh the ClusterState for a given collection.Methods in org.apache.solr.cloud with parameters of type Overseer.Message Modifier and Type Method Description void
Overseer. submit(Overseer.Message message)
Submit an intra-process message which will be picked up and executed whenOverseer.ClusterStateUpdater
's loop runs next time -
Uses of Overseer.Message in org.apache.solr.cloud.api.collections
Methods in org.apache.solr.cloud.api.collections with parameters of type Overseer.Message Modifier and Type Method Description default void
CollectionCommandContext. submitIntraProcessMessage(Overseer.Message message)
Method used by Per Replica States implementation to force the cluster state updater to immediately reload a collection from Zookeeper.void
OcmhCollectionCommandContext. submitIntraProcessMessage(Overseer.Message message)
-