org.apache.solr.update
Class RollbackUpdateCommand

java.lang.Object
  extended by org.apache.solr.update.UpdateCommand
      extended by org.apache.solr.update.RollbackUpdateCommand

public class RollbackUpdateCommand
extends UpdateCommand

Since:
Solr 1.4
Version:
$Id: RollbackUpdateCommand.java 704853 2008-10-15 10:38:56Z shalin $

Field Summary
 
Fields inherited from class org.apache.solr.update.UpdateCommand
commandName
 
Constructor Summary
RollbackUpdateCommand()
           
 
Method Summary
 
Methods inherited from class org.apache.solr.update.UpdateCommand
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RollbackUpdateCommand

public RollbackUpdateCommand()