org.apache.hadoop.contrib.index.mapred
Class DocumentAndOp.Op
java.lang.Object
  
org.apache.hadoop.contrib.index.mapred.DocumentAndOp.Op
- Enclosing class:
 - DocumentAndOp
 
public static final class DocumentAndOp.Op
- extends Object
 
This class represents the type of an operation - an insert, a delete or
 an update.
 
 
 
INSERT
public static final DocumentAndOp.Op INSERT
DELETE
public static final DocumentAndOp.Op DELETE
UPDATE
public static final DocumentAndOp.Op UPDATE
toString
public String toString()
- Overrides:
 toString in class Object
 
 
Copyright © 2008 The Apache Software Foundation