public static enum InsertContext.OpType extends Enum<InsertContext.OpType>
| Enum Constant and Description |
|---|
APPEND |
DELETE |
INCREMENT |
MERGE |
NONE |
SET |
SET_OR_REPLACE |
| Modifier and Type | Method and Description |
|---|---|
static InsertContext.OpType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InsertContext.OpType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InsertContext.OpType NONE
public static final InsertContext.OpType SET_OR_REPLACE
public static final InsertContext.OpType SET
public static final InsertContext.OpType DELETE
public static final InsertContext.OpType APPEND
public static final InsertContext.OpType INCREMENT
public static final InsertContext.OpType MERGE
public static InsertContext.OpType[] values()
for (InsertContext.OpType c : InsertContext.OpType.values()) System.out.println(c);
public static InsertContext.OpType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2016 Mapr Technologies, Inc.. All rights reserved.