org.apache.solr.update
Class UpdateCommand

java.lang.Object
  extended by org.apache.solr.update.UpdateCommand
Direct Known Subclasses:
AddUpdateCommand, CommitUpdateCommand, DeleteUpdateCommand, MergeIndexesCommand, RollbackUpdateCommand

public class UpdateCommand
extends Object

An index update command encapsulated in an object (Command pattern)

Version:
$Id: UpdateCommand.java 1065312 2011-01-30 16:08:25Z rmuir $

Field Summary
protected  String commandName
           
 
Constructor Summary
UpdateCommand(String commandName)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

commandName

protected String commandName
Constructor Detail

UpdateCommand

public UpdateCommand(String commandName)
Method Detail

toString

public String toString()
Overrides:
toString in class Object