Uses of Class
org.apache.solr.update.RollbackUpdateCommand

Packages that use RollbackUpdateCommand
org.apache.solr.update   
org.apache.solr.update.processor   
 

Uses of RollbackUpdateCommand in org.apache.solr.update
 

Methods in org.apache.solr.update with parameters of type RollbackUpdateCommand
abstract  void UpdateHandler.rollback(RollbackUpdateCommand cmd)
           
 void DirectUpdateHandler.rollback(RollbackUpdateCommand cmd)
          Deprecated.  
 void DirectUpdateHandler2.rollback(RollbackUpdateCommand cmd)
           
 

Uses of RollbackUpdateCommand in org.apache.solr.update.processor
 

Methods in org.apache.solr.update.processor with parameters of type RollbackUpdateCommand
 void UpdateRequestProcessor.processRollback(RollbackUpdateCommand cmd)