org.apache.solr.update
Class RollbackUpdateCommand

java.lang.Object
  extended by org.apache.solr.update.UpdateCommand
      extended by org.apache.solr.update.RollbackUpdateCommand
All Implemented Interfaces:
Cloneable

public class RollbackUpdateCommand
extends UpdateCommand

Since:
Solr 1.4

Field Summary
 
Fields inherited from class org.apache.solr.update.UpdateCommand
BUFFERING, CLEAR_CACHES, flags, IGNORE_AUTOCOMMIT, PEER_SYNC, REPLAY, req, version
 
Constructor Summary
RollbackUpdateCommand(SolrQueryRequest req)
           
 
Method Summary
 String name()
           
 String toString()
           
 
Methods inherited from class org.apache.solr.update.UpdateCommand
clone, getFlags, getReq, getVersion, setFlags, setReq, setVersion
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RollbackUpdateCommand

public RollbackUpdateCommand(SolrQueryRequest req)
Method Detail

name

public String name()
Specified by:
name in class UpdateCommand

toString

public String toString()
Overrides:
toString in class UpdateCommand


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.