Uses of Class
org.apache.solr.update.RollbackUpdateCommand
-
Packages that use RollbackUpdateCommand Package Description org.apache.solr.update APIs and classes for managing index updatesorg.apache.solr.update.processor UpdateRequestProcessorFactory
APIs and implementations for use inUpdateRequestProcessorChain
s -
-
Uses of RollbackUpdateCommand in org.apache.solr.update
Methods in org.apache.solr.update with parameters of type RollbackUpdateCommand Modifier and Type Method Description void
DirectUpdateHandler2. rollback(RollbackUpdateCommand cmd)
abstract void
UpdateHandler. rollback(RollbackUpdateCommand cmd)
-
Uses of RollbackUpdateCommand in org.apache.solr.update.processor
Methods in org.apache.solr.update.processor with parameters of type RollbackUpdateCommand Modifier and Type Method Description void
DistributedZkUpdateProcessor. processRollback(RollbackUpdateCommand cmd)
void
TolerantUpdateProcessor. processRollback(RollbackUpdateCommand cmd)
void
UpdateRequestProcessor. processRollback(RollbackUpdateCommand cmd)
-