org.apache.hadoop.contrib.index.mapred
Class DocumentAndOp.Op

java.lang.Object
  extended by org.apache.hadoop.contrib.index.mapred.DocumentAndOp.Op
Enclosing class:
DocumentAndOp

public static final class DocumentAndOp.Op
extends java.lang.Object

This class represents the type of an operation - an insert, a delete or an update.


Field Summary
static DocumentAndOp.Op DELETE
           
static DocumentAndOp.Op INSERT
           
static DocumentAndOp.Op UPDATE
           
 
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

INSERT

public static final DocumentAndOp.Op INSERT

DELETE

public static final DocumentAndOp.Op DELETE

UPDATE

public static final DocumentAndOp.Op UPDATE
Method Detail

toString

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


Copyright © 2009 The Apache Software Foundation