Uses of Class
org.apache.solr.update.SolrCmdDistributor.Node

Packages that use SolrCmdDistributor.Node
org.apache.solr.update APIs and classes for managing index updates 
 

Uses of SolrCmdDistributor.Node in org.apache.solr.update
 

Subclasses of SolrCmdDistributor.Node in org.apache.solr.update
static class SolrCmdDistributor.RetryNode
           
static class SolrCmdDistributor.StdNode
           
 

Fields in org.apache.solr.update declared as SolrCmdDistributor.Node
 SolrCmdDistributor.Node SolrCmdDistributor.Req.node
           
 

Method parameters in org.apache.solr.update with type arguments of type SolrCmdDistributor.Node
 void SolrCmdDistributor.distribAdd(AddUpdateCommand cmd, List<SolrCmdDistributor.Node> nodes, ModifiableSolrParams params)
           
 void SolrCmdDistributor.distribAdd(AddUpdateCommand cmd, List<SolrCmdDistributor.Node> nodes, ModifiableSolrParams params, boolean synchronous)
           
 void SolrCmdDistributor.distribCommit(CommitUpdateCommand cmd, List<SolrCmdDistributor.Node> nodes, ModifiableSolrParams params)
           
 void SolrCmdDistributor.distribDelete(DeleteUpdateCommand cmd, List<SolrCmdDistributor.Node> nodes, ModifiableSolrParams params)
           
 void SolrCmdDistributor.distribDelete(DeleteUpdateCommand cmd, List<SolrCmdDistributor.Node> nodes, ModifiableSolrParams params, boolean sync)
           
 

Constructors in org.apache.solr.update with parameters of type SolrCmdDistributor.Node
SolrCmdDistributor.Req(String cmdString, SolrCmdDistributor.Node node, UpdateRequest uReq, boolean synchronous)
           
 



Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.