|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RowMutationType | |
---|---|
org.apache.blur.thrift.generated | |
org.apache.blur.thrift.util |
Uses of RowMutationType in org.apache.blur.thrift.generated |
---|
Fields in org.apache.blur.thrift.generated declared as RowMutationType | |
---|---|
RowMutationType |
RowMutation.rowMutationType
The RowMutationType to define how to mutate the given Row. |
Methods in org.apache.blur.thrift.generated that return RowMutationType | |
---|---|
static RowMutationType |
RowMutationType.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL. |
RowMutationType |
RowMutation.getRowMutationType()
The RowMutationType to define how to mutate the given Row. |
static RowMutationType |
RowMutationType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RowMutationType[] |
RowMutationType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.blur.thrift.generated with parameters of type RowMutationType | |
---|---|
RowMutation |
RowMutation.setRowMutationType(RowMutationType rowMutationType)
The RowMutationType to define how to mutate the given Row. |
Constructors in org.apache.blur.thrift.generated with parameters of type RowMutationType | |
---|---|
RowMutation(String table,
String rowId,
RowMutationType rowMutationType,
List<RecordMutation> recordMutations)
|
Uses of RowMutationType in org.apache.blur.thrift.util |
---|
Methods in org.apache.blur.thrift.util with parameters of type RowMutationType | |
---|---|
static RowMutation |
BlurThriftHelper.newRowMutation(RowMutationType type,
String table,
String rowId,
RecordMutation... mutations)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |