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

Packages that use SolrCmdDistributor.Node
org.apache.solr.update   
org.apache.solr.update.processor   
 

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

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

Fields in org.apache.solr.update declared as SolrCmdDistributor.Node
 SolrCmdDistributor.Node SolrCmdDistributor.Request.node
           
 SolrCmdDistributor.Node SolrCmdDistributor.Error.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.distribCommit(CommitUpdateCommand cmd, List<SolrCmdDistributor.Node> nodes, ModifiableSolrParams params)
           
 void SolrCmdDistributor.distribDelete(DeleteUpdateCommand cmd, List<SolrCmdDistributor.Node> urls, ModifiableSolrParams params)
           
 

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

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



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