org.apache.blur.thrift
Class MutationHelper

java.lang.Object
  extended by org.apache.blur.thrift.MutationHelper

public class MutationHelper
extends Object


Constructor Summary
MutationHelper()
           
 
Method Summary
static Row getRowFromMutations(String id, List<RecordMutation> recordMutations)
           
static String getShardName(String table, String rowId, int numberOfShards, BlurPartitioner blurPartitioner)
           
static void validateMutation(RowMutation mutation)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MutationHelper

public MutationHelper()
Method Detail

getShardName

public static String getShardName(String table,
                                  String rowId,
                                  int numberOfShards,
                                  BlurPartitioner blurPartitioner)

validateMutation

public static void validateMutation(RowMutation mutation)

getRowFromMutations

public static Row getRowFromMutations(String id,
                                      List<RecordMutation> recordMutations)


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