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

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

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

Methods in com.continuent.tungsten.replicator.thl.protobuf that return TungstenProtos.ProtobufEventOption.Builder
 TungstenProtos.ProtobufEventOption.Builder TungstenProtos.ProtobufEventOption.Builder.clear()
           
 TungstenProtos.ProtobufEventOption.Builder TungstenProtos.ProtobufEventOption.Builder.clearName()
           
 TungstenProtos.ProtobufEventOption.Builder TungstenProtos.ProtobufEventOption.Builder.clearValue()
           
 TungstenProtos.ProtobufEventOption.Builder TungstenProtos.ProtobufEventOption.Builder.clone()
           
 TungstenProtos.ProtobufEventOption.Builder TungstenProtos.ProtobufEventOption.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 TungstenProtos.ProtobufEventOption.Builder TungstenProtos.ProtobufEventOption.Builder.mergeFrom(com.google.protobuf.Message other)
           
 TungstenProtos.ProtobufEventOption.Builder TungstenProtos.ProtobufEventOption.Builder.mergeFrom(TungstenProtos.ProtobufEventOption other)
           
static TungstenProtos.ProtobufEventOption.Builder TungstenProtos.ProtobufEventOption.newBuilder()
           
static TungstenProtos.ProtobufEventOption.Builder TungstenProtos.ProtobufEventOption.newBuilder(TungstenProtos.ProtobufEventOption prototype)
           
 TungstenProtos.ProtobufEventOption.Builder TungstenProtos.ProtobufEventOption.newBuilderForType()
           
 TungstenProtos.ProtobufEventOption.Builder TungstenProtos.ProtobufEventOption.Builder.setName(java.lang.String value)
           
 TungstenProtos.ProtobufEventOption.Builder TungstenProtos.ProtobufEventOption.Builder.setValue(java.lang.String value)
           
 TungstenProtos.ProtobufEventOption.Builder TungstenProtos.ProtobufEventOption.toBuilder()
           
 

Methods in com.continuent.tungsten.replicator.thl.protobuf with parameters of type TungstenProtos.ProtobufEventOption.Builder
 TungstenProtos.ProtobufReplDBMSEvent.Builder TungstenProtos.ProtobufReplDBMSEvent.Builder.addMetadata(TungstenProtos.ProtobufEventOption.Builder builderForValue)
           
 TungstenProtos.ProtobufRowChangeData.Builder TungstenProtos.ProtobufRowChangeData.Builder.addOptions(TungstenProtos.ProtobufEventOption.Builder builderForValue)
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder TungstenProtos.ProtobufReplDBMSEvent.Builder.addOptions(TungstenProtos.ProtobufEventOption.Builder builderForValue)
           
 TungstenProtos.ProtobufStatementData.Builder TungstenProtos.ProtobufStatementData.Builder.addOptions(TungstenProtos.ProtobufEventOption.Builder builderForValue)
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder TungstenProtos.ProtobufReplDBMSEvent.Builder.setMetadata(int index, TungstenProtos.ProtobufEventOption.Builder builderForValue)
           
 TungstenProtos.ProtobufRowChangeData.Builder TungstenProtos.ProtobufRowChangeData.Builder.setOptions(int index, TungstenProtos.ProtobufEventOption.Builder builderForValue)
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder TungstenProtos.ProtobufReplDBMSEvent.Builder.setOptions(int index, TungstenProtos.ProtobufEventOption.Builder builderForValue)
           
 TungstenProtos.ProtobufStatementData.Builder TungstenProtos.ProtobufStatementData.Builder.setOptions(int index, TungstenProtos.ProtobufEventOption.Builder builderForValue)