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 classRefreshCollectionMessageRefresh the ClusterState for a given collection.Methods in org.apache.solr.cloud with parameters of type Overseer.Message Modifier and Type Method Description voidOverseer. 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 voidCollectionCommandContext. submitIntraProcessMessage(Overseer.Message message)Method used by Per Replica States implementation to force the cluster state updater to immediately reload a collection from Zookeeper.voidOcmhCollectionCommandContext. submitIntraProcessMessage(Overseer.Message message)
-