Uses of Interface
org.apache.solr.cloud.Overseer.Message
Packages that use Overseer.Message
Package
Description
Classes for dealing with ZooKeeper when operating in SolrCloud mode.
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.MessageModifier and TypeClassDescriptionclassRefresh the ClusterState for a given collection.Methods in org.apache.solr.cloud with parameters of type Overseer.MessageModifier and TypeMethodDescriptionvoidOverseer.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.MessageModifier and TypeMethodDescriptiondefault 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)