|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecordMutation | |
---|---|
org.apache.blur.thrift | |
org.apache.blur.thrift.generated | |
org.apache.blur.thrift.util | |
org.apache.blur.utils |
Uses of RecordMutation in org.apache.blur.thrift |
---|
Method parameters in org.apache.blur.thrift with type arguments of type RecordMutation | |
---|---|
static Row |
MutationHelper.getRowFromMutations(String id,
List<RecordMutation> recordMutations)
|
Uses of RecordMutation in org.apache.blur.thrift.generated |
---|
Fields in org.apache.blur.thrift.generated with type parameters of type RecordMutation | |
---|---|
List<RecordMutation> |
RowMutation.recordMutations
The RecordMutations if any for this Row. |
Methods in org.apache.blur.thrift.generated that return RecordMutation | |
---|---|
RecordMutation |
RecordMutation.deepCopy()
|
RecordMutation |
RecordMutation.setRecord(Record record)
The Record to mutate. |
RecordMutation |
RecordMutation.setRecordMutationType(RecordMutationType recordMutationType)
Define how to mutate the given Record. |
Methods in org.apache.blur.thrift.generated that return types with arguments of type RecordMutation | |
---|---|
List<RecordMutation> |
RowMutation.getRecordMutations()
The RecordMutations if any for this Row. |
Iterator<RecordMutation> |
RowMutation.getRecordMutationsIterator()
|
Methods in org.apache.blur.thrift.generated with parameters of type RecordMutation | |
---|---|
void |
RowMutation.addToRecordMutations(RecordMutation elem)
|
int |
RecordMutation.compareTo(RecordMutation other)
|
boolean |
RecordMutation.equals(RecordMutation that)
|
Method parameters in org.apache.blur.thrift.generated with type arguments of type RecordMutation | |
---|---|
RowMutation |
RowMutation.setRecordMutations(List<RecordMutation> recordMutations)
The RecordMutations if any for this Row. |
Constructors in org.apache.blur.thrift.generated with parameters of type RecordMutation | |
---|---|
RecordMutation(RecordMutation other)
Performs a deep copy on other. |
Constructor parameters in org.apache.blur.thrift.generated with type arguments of type RecordMutation | |
---|---|
RowMutation(String table,
String rowId,
RowMutationType rowMutationType,
List<RecordMutation> recordMutations)
|
Uses of RecordMutation in org.apache.blur.thrift.util |
---|
Methods in org.apache.blur.thrift.util that return RecordMutation | |
---|---|
static RecordMutation |
BlurThriftHelper.findRecordMutation(RowMutation mutation,
Record record)
|
static RecordMutation |
BlurThriftHelper.newRecordMutation(RecordMutationType type,
String family,
String recordId,
Column... columns)
|
static RecordMutation |
BlurThriftHelper.newRecordMutation(String family,
String recordId,
Column... columns)
|
Methods in org.apache.blur.thrift.util with parameters of type RecordMutation | |
---|---|
static boolean |
BlurThriftHelper.match(RecordMutation mutation,
Record record)
|
static RowMutation |
BlurThriftHelper.newRowMutation(RowMutationType type,
String table,
String rowId,
RecordMutation... mutations)
|
static RowMutation |
BlurThriftHelper.newRowMutation(String table,
String rowId,
RecordMutation... mutations)
|
Uses of RecordMutation in org.apache.blur.utils |
---|
Methods in org.apache.blur.utils that return RecordMutation | |
---|---|
static RecordMutation |
BlurUtil.toRecordMutation(Record record)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |