Uses of Class
org.apache.blur.thrift.generated.RowMutation

Packages that use RowMutation
org.apache.blur.manager   
org.apache.blur.manager.writer   
org.apache.blur.server   
org.apache.blur.thrift   
org.apache.blur.thrift.generated   
org.apache.blur.thrift.util   
org.apache.blur.utils   
 

Uses of RowMutation in org.apache.blur.manager
 

Methods in org.apache.blur.manager with parameters of type RowMutation
 void IndexManager.enqueue(RowMutation mutation)
           
 void IndexManager.mutate(RowMutation mutation)
           
 

Method parameters in org.apache.blur.manager with type arguments of type RowMutation
 void IndexManager.enqueue(List<RowMutation> mutations)
           
 void IndexManager.mutate(List<RowMutation> mutations)
           
 

Uses of RowMutation in org.apache.blur.manager.writer
 

Methods in org.apache.blur.manager.writer that return types with arguments of type RowMutation
static List<RowMutation> MutatableAction.reduceMutates(List<RowMutation> mutations)
           
 

Methods in org.apache.blur.manager.writer with parameters of type RowMutation
 void MutatableAction.mutate(RowMutation mutation)
           
 

Method parameters in org.apache.blur.manager.writer with type arguments of type RowMutation
 void BlurIndexSimpleWriter.enqueue(List<RowMutation> mutations)
           
 void BlurIndexReadOnly.enqueue(List<RowMutation> mutations)
           
abstract  void BlurIndex.enqueue(List<RowMutation> mutations)
           
 void MutatableAction.mutate(List<RowMutation> mutations)
           
 void MutationQueue.put(List<RowMutation> mutations)
           
static List<RowMutation> MutatableAction.reduceMutates(List<RowMutation> mutations)
           
 void MutationQueue.take(List<RowMutation> mutations, int max)
           
 

Constructor parameters in org.apache.blur.manager.writer with type arguments of type RowMutation
MutationQueueProcessor(java.util.concurrent.BlockingQueue<RowMutation> queue, BlurIndex blurIndex, ShardContext context, java.util.concurrent.atomic.AtomicInteger writesWaiting)
           
 

Uses of RowMutation in org.apache.blur.server
 

Methods in org.apache.blur.server with parameters of type RowMutation
 void FilteredBlurServer.enqueueMutate(RowMutation mutation)
           
 void FilteredBlurServer.mutate(RowMutation mutation)
           
 

Method parameters in org.apache.blur.server with type arguments of type RowMutation
 void FilteredBlurServer.enqueueMutateBatch(List<RowMutation> mutations)
           
 void FilteredBlurServer.mutateBatch(List<RowMutation> mutations)
           
 

Uses of RowMutation in org.apache.blur.thrift
 

Methods in org.apache.blur.thrift with parameters of type RowMutation
 void BlurShardServer.enqueueMutate(RowMutation mutation)
           
 void BlurControllerServer.enqueueMutate(RowMutation mutation)
           
 void BlurShardServer.mutate(RowMutation mutation)
           
 void BlurControllerServer.mutate(RowMutation mutation)
           
static void MutationHelper.validateMutation(RowMutation mutation)
           
 

Method parameters in org.apache.blur.thrift with type arguments of type RowMutation
 void BlurShardServer.enqueueMutateBatch(List<RowMutation> mutations)
           
 void BlurControllerServer.enqueueMutateBatch(List<RowMutation> mutations)
           
 void BlurShardServer.mutateBatch(List<RowMutation> mutations)
           
 void BlurControllerServer.mutateBatch(List<RowMutation> mutations)
           
 

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)
           
 

Uses of RowMutation in org.apache.blur.utils
 

Methods in org.apache.blur.utils that return RowMutation
static RowMutation BlurUtil.toRowMutation(String table, Row row)
           
 



Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.