Package | Description |
---|---|
org.apache.solr.handler |
Concrete implementations of
SolrRequestHandler |
org.apache.solr.update |
APIs and classes for managing index updates
|
org.apache.solr.update.processor |
UpdateRequestProcessorFactory APIs and implementations for use in UpdateRequestProcessorChain s |
Modifier and Type | Method and Description |
---|---|
static void |
RequestHandlerUtils.updateCommit(CommitUpdateCommand cmd,
SolrParams params)
Modify UpdateCommand based on request parameters
|
Modifier and Type | Method and Description |
---|---|
abstract void |
UpdateHandler.commit(CommitUpdateCommand cmd) |
void |
DirectUpdateHandler2.commit(CommitUpdateCommand cmd) |
void |
UpdateLog.commitAndSwitchToNewTlog(CommitUpdateCommand cuc)
Block updates, append a commit at current tlog, then copy over updates to a new tlog.
|
void |
UpdateLog.copyOverBufferingUpdates(CommitUpdateCommand cuc)
Block updates, append a commit at current tlog,
then copy over buffer updates to new tlog and bring back ulog to active state.
|
void |
SolrCmdDistributor.distribCommit(CommitUpdateCommand cmd,
List<SolrCmdDistributor.Node> nodes,
ModifiableSolrParams params) |
void |
UpdateLog.postCommit(CommitUpdateCommand cmd) |
void |
UpdateLog.postSoftCommit(CommitUpdateCommand cmd) |
void |
UpdateLog.preCommit(CommitUpdateCommand cmd) |
void |
DirectUpdateHandler2.prepareCommit(CommitUpdateCommand cmd) |
void |
UpdateLog.preSoftCommit(CommitUpdateCommand cmd) |
void |
HdfsUpdateLog.preSoftCommit(CommitUpdateCommand cmd) |
long |
TransactionLog.writeCommit(CommitUpdateCommand cmd) |
long |
HdfsTransactionLog.writeCommit(CommitUpdateCommand cmd) |
long |
CdcrTransactionLog.writeCommit(CommitUpdateCommand cmd) |
Modifier and Type | Method and Description |
---|---|
void |
UpdateRequestProcessor.processCommit(CommitUpdateCommand cmd) |
void |
TolerantUpdateProcessor.processCommit(CommitUpdateCommand cmd) |
void |
DistributedUpdateProcessor.processCommit(CommitUpdateCommand cmd) |
void |
TimeRoutedAliasUpdateProcessor.processCommit(CommitUpdateCommand cmd) |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.