org.apache.solr.update
Class UpdateCommand

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

public class UpdateCommand
extends java.lang.Object

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

Version:
$Id: UpdateCommand.java 472574 2006-11-08 18:25:52Z yonik $
Author:
yonik

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

Field Detail

commandName

protected java.lang.String commandName
Constructor Detail

UpdateCommand

public UpdateCommand(java.lang.String commandName)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2006 - 2008 The Apache Software Foundation