| Package | Description |
|---|---|
| org.apache.solr.update |
APIs and classes for managing index updates
|
| Modifier and Type | Class and Description |
|---|---|
static class |
SolrCmdDistributor.RetryNode |
static class |
SolrCmdDistributor.StdNode |
| Modifier and Type | Field and Description |
|---|---|
SolrCmdDistributor.Node |
SolrCmdDistributor.Req.node |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
SolrCmdDistributor.Req(SolrCmdDistributor.Node node,
UpdateRequest uReq,
boolean synchronous) |
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.