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

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

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

Methods in com.continuent.tungsten.replicator.thl.protobuf that return TungstenProtos.ProtobufReplDBMSEvent.Builder
 TungstenProtos.ProtobufReplDBMSEvent.Builder TungstenProtos.ProtobufReplDBMSEvent.Builder.addAllChange(java.lang.Iterable<? extends TungstenProtos.ProtobufOneChange> values)
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder TungstenProtos.ProtobufReplDBMSEvent.Builder.addAllMetadata(java.lang.Iterable<? extends TungstenProtos.ProtobufEventOption> values)
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder TungstenProtos.ProtobufReplDBMSEvent.Builder.addAllOptions(java.lang.Iterable<? extends TungstenProtos.ProtobufEventOption> values)
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder TungstenProtos.ProtobufReplDBMSEvent.Builder.addChange(TungstenProtos.ProtobufOneChange.Builder builderForValue)
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder TungstenProtos.ProtobufReplDBMSEvent.Builder.addChange(TungstenProtos.ProtobufOneChange value)
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder TungstenProtos.ProtobufReplDBMSEvent.Builder.addMetadata(TungstenProtos.ProtobufEventOption.Builder builderForValue)
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder TungstenProtos.ProtobufReplDBMSEvent.Builder.addMetadata(TungstenProtos.ProtobufEventOption value)
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder TungstenProtos.ProtobufReplDBMSEvent.Builder.addOptions(TungstenProtos.ProtobufEventOption.Builder builderForValue)
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder TungstenProtos.ProtobufReplDBMSEvent.Builder.addOptions(TungstenProtos.ProtobufEventOption value)
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder TungstenProtos.ProtobufReplDBMSEvent.Builder.clear()
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder TungstenProtos.ProtobufReplDBMSEvent.Builder.clearChange()
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder TungstenProtos.ProtobufReplDBMSEvent.Builder.clearMetadata()
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder TungstenProtos.ProtobufReplDBMSEvent.Builder.clearOptions()
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder TungstenProtos.ProtobufReplDBMSEvent.Builder.clone()
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder TungstenProtos.ProtobufReplDBMSEvent.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder TungstenProtos.ProtobufReplDBMSEvent.Builder.mergeFrom(com.google.protobuf.Message other)
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder TungstenProtos.ProtobufReplDBMSEvent.Builder.mergeFrom(TungstenProtos.ProtobufReplDBMSEvent other)
           
static TungstenProtos.ProtobufReplDBMSEvent.Builder TungstenProtos.ProtobufReplDBMSEvent.newBuilder()
           
static TungstenProtos.ProtobufReplDBMSEvent.Builder TungstenProtos.ProtobufReplDBMSEvent.newBuilder(TungstenProtos.ProtobufReplDBMSEvent prototype)
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder TungstenProtos.ProtobufReplDBMSEvent.newBuilderForType()
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder TungstenProtos.ProtobufReplDBMSEvent.Builder.setChange(int index, TungstenProtos.ProtobufOneChange.Builder builderForValue)
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder TungstenProtos.ProtobufReplDBMSEvent.Builder.setChange(int index, TungstenProtos.ProtobufOneChange value)
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder TungstenProtos.ProtobufReplDBMSEvent.Builder.setMetadata(int index, TungstenProtos.ProtobufEventOption.Builder builderForValue)
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder TungstenProtos.ProtobufReplDBMSEvent.Builder.setMetadata(int index, TungstenProtos.ProtobufEventOption value)
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder TungstenProtos.ProtobufReplDBMSEvent.Builder.setOptions(int index, TungstenProtos.ProtobufEventOption.Builder builderForValue)
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder TungstenProtos.ProtobufReplDBMSEvent.Builder.setOptions(int index, TungstenProtos.ProtobufEventOption value)
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder TungstenProtos.ProtobufReplDBMSEvent.toBuilder()