Uses of Class
com.continuent.tungsten.replicator.thl.protobuf.TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.Builder

Packages that use TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.Builder
com.continuent.tungsten.replicator.thl.protobuf   
 

Uses of TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.Builder in com.continuent.tungsten.replicator.thl.protobuf
 

Methods in com.continuent.tungsten.replicator.thl.protobuf that return TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.Builder
 TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.Builder TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.Builder.addAllColumnValue(java.lang.Iterable<? extends TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.ProtobufColumnVal> values)
           
 TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.Builder TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.Builder.addColumnValue(TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.ProtobufColumnVal.Builder builderForValue)
           
 TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.Builder TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.Builder.addColumnValue(TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.ProtobufColumnVal value)
           
 TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.Builder TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.Builder.clear()
           
 TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.Builder TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.Builder.clearColumnValue()
           
 TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.Builder TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.Builder.clone()
           
 TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.Builder TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.Builder TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.Builder.mergeFrom(com.google.protobuf.Message other)
           
 TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.Builder TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.Builder.mergeFrom(TungstenProtos.ProtobufOneRowChange.ProtobufRowValue other)
           
static TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.Builder TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.newBuilder()
           
static TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.Builder TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.newBuilder(TungstenProtos.ProtobufOneRowChange.ProtobufRowValue prototype)
           
 TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.Builder TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.newBuilderForType()
           
 TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.Builder TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.Builder.setColumnValue(int index, TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.ProtobufColumnVal.Builder builderForValue)
           
 TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.Builder TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.Builder.setColumnValue(int index, TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.ProtobufColumnVal value)
           
 TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.Builder TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.toBuilder()
           
 

Methods in com.continuent.tungsten.replicator.thl.protobuf with parameters of type TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.Builder
 TungstenProtos.ProtobufOneRowChange.Builder TungstenProtos.ProtobufOneRowChange.Builder.addColumnValues(TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.Builder builderForValue)
           
 TungstenProtos.ProtobufOneRowChange.Builder TungstenProtos.ProtobufOneRowChange.Builder.addKeyValues(TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.Builder builderForValue)
           
 TungstenProtos.ProtobufOneRowChange.Builder TungstenProtos.ProtobufOneRowChange.Builder.setColumnValues(int index, TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.Builder builderForValue)
           
 TungstenProtos.ProtobufOneRowChange.Builder TungstenProtos.ProtobufOneRowChange.Builder.setKeyValues(int index, TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.Builder builderForValue)