public static enum RowKeyChangeEvent.Cause extends Enum<RowKeyChangeEvent.Cause>
| Modifier and Type | Method and Description | 
|---|---|
| static RowKeyChangeEvent.Cause | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static RowKeyChangeEvent.Cause[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final RowKeyChangeEvent.Cause UPDATE
public static final RowKeyChangeEvent.Cause INSERT
public static final RowKeyChangeEvent.Cause DELETE
public static RowKeyChangeEvent.Cause[] values()
for (RowKeyChangeEvent.Cause c : RowKeyChangeEvent.Cause.values()) System.out.println(c);
public static RowKeyChangeEvent.Cause 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 © 2001-2017 The Apache Software Foundation. All Rights Reserved.