Uses of Enum Class
org.apache.solr.cloud.DistributedClusterStateUpdater.MutatingCommand
Packages that use DistributedClusterStateUpdater.MutatingCommand
Package
Description
Classes for dealing with ZooKeeper when operating in SolrCloud mode.
-
Uses of DistributedClusterStateUpdater.MutatingCommand in org.apache.solr.cloud
Methods in org.apache.solr.cloud that return DistributedClusterStateUpdater.MutatingCommandModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.DistributedClusterStateUpdater.MutatingCommand.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.solr.cloud with parameters of type DistributedClusterStateUpdater.MutatingCommandModifier and TypeMethodDescriptionvoidDistributedClusterStateUpdater.doSingleStateUpdate(DistributedClusterStateUpdater.MutatingCommand command, org.apache.solr.common.cloud.ZkNodeProps message, org.apache.solr.client.solrj.cloud.SolrCloudManager scm, org.apache.solr.common.cloud.ZkStateReader zkStateReader) Syntactic sugar to allow a single change to the cluster state to be made in a single call.voidDistributedClusterStateUpdater.StateChangeRecorder.record(DistributedClusterStateUpdater.MutatingCommand command, org.apache.solr.common.cloud.ZkNodeProps message) Records a mutation method and its parameters so that it can be executed later to modify the corresponding Zookeeper state.