public static class SolrCmdDistributor.Req extends Object
Modifier and Type | Field and Description |
---|---|
UpdateCommand |
cmd |
SolrCmdDistributor.Node |
node |
int |
retries |
boolean |
synchronous |
UpdateRequest |
uReq |
Constructor and Description |
---|
Req(UpdateCommand cmd,
SolrCmdDistributor.Node node,
UpdateRequest uReq,
boolean synchronous) |
Req(UpdateCommand cmd,
SolrCmdDistributor.Node node,
UpdateRequest uReq,
boolean synchronous,
DistributedUpdateProcessor.RollupRequestReplicationTracker rollupTracker,
DistributedUpdateProcessor.LeaderRequestReplicationTracker leaderTracker) |
Modifier and Type | Method and Description |
---|---|
boolean |
shouldRetry(SolrCmdDistributor.Error err) |
String |
toString() |
void |
trackRequestResult(org.eclipse.jetty.client.api.Response resp,
InputStream respBody,
boolean success) |
public SolrCmdDistributor.Node node
public UpdateRequest uReq
public int retries
public boolean synchronous
public UpdateCommand cmd
public Req(UpdateCommand cmd, SolrCmdDistributor.Node node, UpdateRequest uReq, boolean synchronous)
public Req(UpdateCommand cmd, SolrCmdDistributor.Node node, UpdateRequest uReq, boolean synchronous, DistributedUpdateProcessor.RollupRequestReplicationTracker rollupTracker, DistributedUpdateProcessor.LeaderRequestReplicationTracker leaderTracker)
public boolean shouldRetry(SolrCmdDistributor.Error err)
public void trackRequestResult(org.eclipse.jetty.client.api.Response resp, InputStream respBody, boolean success)
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.