|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RowMutation | |
---|---|
org.apache.blur.thrift.generated | |
org.apache.blur.thrift.util |
Uses of RowMutation in org.apache.blur.thrift.generated |
---|
Fields in org.apache.blur.thrift.generated declared as RowMutation | |
---|---|
RowMutation |
Blur.mutate_args.mutation
the RowMutation. |
RowMutation |
Blur.enqueueMutate_args.mutation
the RowMutation. |
Fields in org.apache.blur.thrift.generated with type parameters of type RowMutation | |
---|---|
List<RowMutation> |
Blur.mutateBatch_args.mutations
the batch of RowMutations. |
List<RowMutation> |
Blur.enqueueMutateBatch_args.mutations
the batch of RowMutations. |
Methods in org.apache.blur.thrift.generated that return RowMutation | |
---|---|
RowMutation |
RowMutation.deepCopy()
|
RowMutation |
Blur.mutate_args.getMutation()
the RowMutation. |
RowMutation |
Blur.enqueueMutate_args.getMutation()
the RowMutation. |
RowMutation |
RowMutation.setRecordMutations(List<RecordMutation> recordMutations)
The RecordMutations if any for this Row. |
RowMutation |
RowMutation.setRowId(String rowId)
The row id that the row mutation is to act upon. |
RowMutation |
RowMutation.setRowMutationType(RowMutationType rowMutationType)
The RowMutationType to define how to mutate the given Row. |
RowMutation |
RowMutation.setTable(String table)
The table that the row mutation is to act upon. |
Methods in org.apache.blur.thrift.generated that return types with arguments of type RowMutation | |
---|---|
List<RowMutation> |
Blur.mutateBatch_args.getMutations()
the batch of RowMutations. |
List<RowMutation> |
Blur.enqueueMutateBatch_args.getMutations()
the batch of RowMutations. |
Iterator<RowMutation> |
Blur.mutateBatch_args.getMutationsIterator()
|
Iterator<RowMutation> |
Blur.enqueueMutateBatch_args.getMutationsIterator()
|
Methods in org.apache.blur.thrift.generated with parameters of type RowMutation | |
---|---|
void |
Blur.mutateBatch_args.addToMutations(RowMutation elem)
|
void |
Blur.enqueueMutateBatch_args.addToMutations(RowMutation elem)
|
int |
RowMutation.compareTo(RowMutation other)
|
void |
SafeClientGen.enqueueMutate(RowMutation arg0)
|
void |
Blur.Iface.enqueueMutate(RowMutation mutation)
Enqueue a RowMutation. |
void |
Blur.Client.enqueueMutate(RowMutation mutation)
|
void |
Blur.AsyncIface.enqueueMutate(RowMutation mutation,
AsyncMethodCallback<Blur.AsyncClient.enqueueMutate_call> resultHandler)
|
void |
Blur.AsyncClient.enqueueMutate(RowMutation mutation,
AsyncMethodCallback<Blur.AsyncClient.enqueueMutate_call> resultHandler)
|
boolean |
RowMutation.equals(RowMutation that)
|
void |
SafeClientGen.mutate(RowMutation arg0)
|
void |
Blur.Iface.mutate(RowMutation mutation)
Mutates a Row given the RowMutation that is provided. |
void |
Blur.Client.mutate(RowMutation mutation)
|
void |
Blur.AsyncIface.mutate(RowMutation mutation,
AsyncMethodCallback<Blur.AsyncClient.mutate_call> resultHandler)
|
void |
Blur.AsyncClient.mutate(RowMutation mutation,
AsyncMethodCallback<Blur.AsyncClient.mutate_call> resultHandler)
|
void |
SafeClientGen.send_enqueueMutate(RowMutation arg0)
|
void |
Blur.Client.send_enqueueMutate(RowMutation mutation)
|
void |
SafeClientGen.send_mutate(RowMutation arg0)
|
void |
Blur.Client.send_mutate(RowMutation mutation)
|
Blur.mutate_args |
Blur.mutate_args.setMutation(RowMutation mutation)
the RowMutation. |
Blur.enqueueMutate_args |
Blur.enqueueMutate_args.setMutation(RowMutation mutation)
the RowMutation. |
Method parameters in org.apache.blur.thrift.generated with type arguments of type RowMutation | |
---|---|
void |
Blur.Iface.enqueueMutateBatch(List<RowMutation> mutations)
Enqueue a batch of RowMutations. |
void |
Blur.Client.enqueueMutateBatch(List<RowMutation> mutations)
|
void |
Blur.AsyncIface.enqueueMutateBatch(List<RowMutation> mutations,
AsyncMethodCallback<Blur.AsyncClient.enqueueMutateBatch_call> resultHandler)
|
void |
Blur.AsyncClient.enqueueMutateBatch(List<RowMutation> mutations,
AsyncMethodCallback<Blur.AsyncClient.enqueueMutateBatch_call> resultHandler)
|
void |
Blur.Iface.mutateBatch(List<RowMutation> mutations)
Mutates a group of Rows given the list of RowMutations that are provided. |
void |
Blur.Client.mutateBatch(List<RowMutation> mutations)
|
void |
Blur.AsyncIface.mutateBatch(List<RowMutation> mutations,
AsyncMethodCallback<Blur.AsyncClient.mutateBatch_call> resultHandler)
|
void |
Blur.AsyncClient.mutateBatch(List<RowMutation> mutations,
AsyncMethodCallback<Blur.AsyncClient.mutateBatch_call> resultHandler)
|
void |
Blur.Client.send_enqueueMutateBatch(List<RowMutation> mutations)
|
void |
Blur.Client.send_mutateBatch(List<RowMutation> mutations)
|
Blur.mutateBatch_args |
Blur.mutateBatch_args.setMutations(List<RowMutation> mutations)
the batch of RowMutations. |
Blur.enqueueMutateBatch_args |
Blur.enqueueMutateBatch_args.setMutations(List<RowMutation> mutations)
the batch of RowMutations. |
Constructors in org.apache.blur.thrift.generated with parameters of type RowMutation | |
---|---|
Blur.AsyncClient.enqueueMutate_call(RowMutation mutation,
AsyncMethodCallback<Blur.AsyncClient.enqueueMutate_call> resultHandler,
TAsyncClient client,
TProtocolFactory protocolFactory,
TNonblockingTransport transport)
|
|
Blur.AsyncClient.mutate_call(RowMutation mutation,
AsyncMethodCallback<Blur.AsyncClient.mutate_call> resultHandler,
TAsyncClient client,
TProtocolFactory protocolFactory,
TNonblockingTransport transport)
|
|
Blur.enqueueMutate_args(RowMutation mutation)
|
|
Blur.mutate_args(RowMutation mutation)
|
|
RowMutation(RowMutation other)
Performs a deep copy on other. |
Constructor parameters in org.apache.blur.thrift.generated with type arguments of type RowMutation | |
---|---|
Blur.AsyncClient.enqueueMutateBatch_call(List<RowMutation> mutations,
AsyncMethodCallback<Blur.AsyncClient.enqueueMutateBatch_call> resultHandler,
TAsyncClient client,
TProtocolFactory protocolFactory,
TNonblockingTransport transport)
|
|
Blur.AsyncClient.mutateBatch_call(List<RowMutation> mutations,
AsyncMethodCallback<Blur.AsyncClient.mutateBatch_call> resultHandler,
TAsyncClient client,
TProtocolFactory protocolFactory,
TNonblockingTransport transport)
|
|
Blur.enqueueMutateBatch_args(List<RowMutation> mutations)
|
|
Blur.mutateBatch_args(List<RowMutation> mutations)
|
Uses of RowMutation in org.apache.blur.thrift.util |
---|
Methods in org.apache.blur.thrift.util that return RowMutation | |
---|---|
static RowMutation |
BlurThriftHelper.newRowMutation(RowMutationType type,
String table,
String rowId,
RecordMutation... mutations)
|
static RowMutation |
BlurThriftHelper.newRowMutation(String table,
Row row)
|
static RowMutation |
BlurThriftHelper.newRowMutation(String table,
String rowId,
RecordMutation... mutations)
|
Methods in org.apache.blur.thrift.util with parameters of type RowMutation | |
---|---|
static RecordMutation |
BlurThriftHelper.findRecordMutation(RowMutation mutation,
Record record)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |