@API.Public public enum ChangeDataRecordType extends Enum<ChangeDataRecordType>
| Enum Constant and Description |
|---|
RECORD_DELETE
An existing Document was deleted.
|
RECORD_INSERT
A new Document was inserted.
|
RECORD_UPDATE
An existing Document was updated.
|
| Modifier and Type | Method and Description |
|---|---|
byte |
getCode()
Returns the numerical value of the enumeration.
|
static ChangeDataRecordType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangeDataRecordType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChangeDataRecordType RECORD_INSERT
public static final ChangeDataRecordType RECORD_UPDATE
public static final ChangeDataRecordType RECORD_DELETE
public static ChangeDataRecordType[] values()
for (ChangeDataRecordType c : ChangeDataRecordType.values()) System.out.println(c);
public static ChangeDataRecordType 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 nullpublic byte getCode()
Copyright © 2015–2019 MapR Technologies, Inc.. All rights reserved.