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

Packages that use RecordMutationType
org.apache.blur.thrift.generated   
org.apache.blur.thrift.util   
 

Uses of RecordMutationType in org.apache.blur.thrift.generated
 

Fields in org.apache.blur.thrift.generated declared as RecordMutationType
 RecordMutationType RecordMutation.recordMutationType
          Define how to mutate the given Record.
 

Methods in org.apache.blur.thrift.generated that return RecordMutationType
static RecordMutationType RecordMutationType.findByValue(int value)
          Find a the enum type by its integer value, as defined in the Thrift IDL.
 RecordMutationType RecordMutation.getRecordMutationType()
          Define how to mutate the given Record.
static RecordMutationType RecordMutationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RecordMutationType[] RecordMutationType.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 RecordMutationType
 RecordMutation RecordMutation.setRecordMutationType(RecordMutationType recordMutationType)
          Define how to mutate the given Record.
 

Constructors in org.apache.blur.thrift.generated with parameters of type RecordMutationType
RecordMutation(RecordMutationType recordMutationType, Record record)
           
 

Uses of RecordMutationType in org.apache.blur.thrift.util
 

Methods in org.apache.blur.thrift.util with parameters of type RecordMutationType
static RecordMutation BlurThriftHelper.newRecordMutation(RecordMutationType type, String family, String recordId, Column... columns)
           
 



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