org.apache.solr.update
Class SolrCmdDistributor.Req

java.lang.Object
  extended by org.apache.solr.update.SolrCmdDistributor.Req
Enclosing class:
SolrCmdDistributor

public static class SolrCmdDistributor.Req
extends Object


Field Summary
 String cmdString
           
 SolrCmdDistributor.Node node
           
 int retries
           
 boolean synchronous
           
 UpdateRequest uReq
           
 
Constructor Summary
SolrCmdDistributor.Req(String cmdString, SolrCmdDistributor.Node node, UpdateRequest uReq, boolean synchronous)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

node

public SolrCmdDistributor.Node node

uReq

public UpdateRequest uReq

retries

public int retries

synchronous

public boolean synchronous

cmdString

public String cmdString
Constructor Detail

SolrCmdDistributor.Req

public SolrCmdDistributor.Req(String cmdString,
                              SolrCmdDistributor.Node node,
                              UpdateRequest uReq,
                              boolean synchronous)


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