public static enum ColumnFamilyRow.ColumnFamilyRowType extends Enum<ColumnFamilyRow.ColumnFamilyRowType>
Enum Constant and Description |
---|
PartialUpdate
Denotes a row that is part of a modifiying batch operation context.
|
Read
Denotes a row that is part of a read operation context.
|
Remove
Denotes a row that is part of a modifiying batch operation context.
|
Update
Denotes a row that is part of a modifiying batch operation context.
|
Write
Denotes a row that is part of a modifiying batch operation context.
|
Modifier and Type | Method and Description |
---|---|
static ColumnFamilyRow.ColumnFamilyRowType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnFamilyRow.ColumnFamilyRowType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ColumnFamilyRow.ColumnFamilyRowType Read
public static final ColumnFamilyRow.ColumnFamilyRowType Remove
public static final ColumnFamilyRow.ColumnFamilyRowType Write
public static final ColumnFamilyRow.ColumnFamilyRowType Update
public static final ColumnFamilyRow.ColumnFamilyRowType PartialUpdate
public static ColumnFamilyRow.ColumnFamilyRowType[] values()
for (ColumnFamilyRow.ColumnFamilyRowType c : ColumnFamilyRow.ColumnFamilyRowType.values()) System.out.println(c);
public static ColumnFamilyRow.ColumnFamilyRowType 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 © GigaSpaces.