Uses of Class
org.apache.solr.cloud.DistributedClusterStateUpdater.MutatingCommand
-
Packages that use DistributedClusterStateUpdater.MutatingCommand Package Description org.apache.solr.cloud 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.MutatingCommand Modifier and Type Method Description static DistributedClusterStateUpdater.MutatingCommandDistributedClusterStateUpdater.MutatingCommand. getCommandFor(org.apache.solr.common.params.CollectionParams.CollectionAction collectionAction)static DistributedClusterStateUpdater.MutatingCommandDistributedClusterStateUpdater.MutatingCommand. valueOf(String name)Returns the enum constant of this type with the specified name.static DistributedClusterStateUpdater.MutatingCommand[]DistributedClusterStateUpdater.MutatingCommand. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.solr.cloud with parameters of type DistributedClusterStateUpdater.MutatingCommand Modifier and Type Method Description voidDistributedClusterStateUpdater. 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.
-