public static enum CellBuilder.DataType extends Enum<CellBuilder.DataType>
KeyValue.Type.| Enum Constant and Description |
|---|
Delete |
DeleteColumn |
DeleteFamily |
DeleteFamilyVersion |
Put |
| Modifier and Type | Method and Description |
|---|---|
static CellBuilder.DataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CellBuilder.DataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CellBuilder.DataType Put
public static final CellBuilder.DataType Delete
public static final CellBuilder.DataType DeleteFamilyVersion
public static final CellBuilder.DataType DeleteColumn
public static final CellBuilder.DataType DeleteFamily
public static CellBuilder.DataType[] values()
for (CellBuilder.DataType c : CellBuilder.DataType.values()) System.out.println(c);
public static CellBuilder.DataType 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 © 2007–2017 The Apache Software Foundation. All rights reserved.