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

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

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

Methods in com.continuent.tungsten.replicator.thl.protobuf that return TungstenProtos.ProtobufRowIdData.Builder
 TungstenProtos.ProtobufRowIdData.Builder TungstenProtos.ProtobufRowIdData.Builder.clear()
           
 TungstenProtos.ProtobufRowIdData.Builder TungstenProtos.ProtobufRowIdData.Builder.clearId()
           
 TungstenProtos.ProtobufRowIdData.Builder TungstenProtos.ProtobufRowIdData.Builder.clearType()
           
 TungstenProtos.ProtobufRowIdData.Builder TungstenProtos.ProtobufRowIdData.Builder.clone()
           
 TungstenProtos.ProtobufRowIdData.Builder TungstenProtos.ProtobufRowIdData.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 TungstenProtos.ProtobufRowIdData.Builder TungstenProtos.ProtobufRowIdData.Builder.mergeFrom(com.google.protobuf.Message other)
           
 TungstenProtos.ProtobufRowIdData.Builder TungstenProtos.ProtobufRowIdData.Builder.mergeFrom(TungstenProtos.ProtobufRowIdData other)
           
static TungstenProtos.ProtobufRowIdData.Builder TungstenProtos.ProtobufRowIdData.newBuilder()
           
static TungstenProtos.ProtobufRowIdData.Builder TungstenProtos.ProtobufRowIdData.newBuilder(TungstenProtos.ProtobufRowIdData prototype)
           
 TungstenProtos.ProtobufRowIdData.Builder TungstenProtos.ProtobufRowIdData.newBuilderForType()
           
 TungstenProtos.ProtobufRowIdData.Builder TungstenProtos.ProtobufRowIdData.Builder.setId(long value)
           
 TungstenProtos.ProtobufRowIdData.Builder TungstenProtos.ProtobufRowIdData.Builder.setType(int value)
           
 TungstenProtos.ProtobufRowIdData.Builder TungstenProtos.ProtobufRowIdData.toBuilder()
           
 

Methods in com.continuent.tungsten.replicator.thl.protobuf with parameters of type TungstenProtos.ProtobufRowIdData.Builder
 TungstenProtos.ProtobufOneChange.Builder TungstenProtos.ProtobufOneChange.Builder.setRowId(TungstenProtos.ProtobufRowIdData.Builder builderForValue)