|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.contrib.index.mapred.DocumentAndOp.Op
public static final class DocumentAndOp.Op
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 |
---|
public static final DocumentAndOp.Op INSERT
public static final DocumentAndOp.Op DELETE
public static final DocumentAndOp.Op UPDATE
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |