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

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

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

Methods in com.continuent.tungsten.replicator.thl.protobuf that return TungstenProtos.ProtobufOneRowChange
 TungstenProtos.ProtobufOneRowChange TungstenProtos.ProtobufOneRowChange.Builder.build()
           
 TungstenProtos.ProtobufOneRowChange TungstenProtos.ProtobufOneRowChange.Builder.buildPartial()
           
static TungstenProtos.ProtobufOneRowChange TungstenProtos.ProtobufOneRowChange.getDefaultInstance()
           
 TungstenProtos.ProtobufOneRowChange TungstenProtos.ProtobufOneRowChange.getDefaultInstanceForType()
           
 TungstenProtos.ProtobufOneRowChange TungstenProtos.ProtobufOneRowChange.Builder.getDefaultInstanceForType()
           
 TungstenProtos.ProtobufOneRowChange TungstenProtos.ProtobufRowChangeData.getRowChange(int index)
           
 TungstenProtos.ProtobufOneRowChange TungstenProtos.ProtobufRowChangeData.Builder.getRowChange(int index)
           
protected  TungstenProtos.ProtobufOneRowChange TungstenProtos.ProtobufOneRowChange.Builder.internalGetResult()
           
static TungstenProtos.ProtobufOneRowChange TungstenProtos.ProtobufOneRowChange.parseDelimitedFrom(java.io.InputStream input)
           
static TungstenProtos.ProtobufOneRowChange TungstenProtos.ProtobufOneRowChange.parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TungstenProtos.ProtobufOneRowChange TungstenProtos.ProtobufOneRowChange.parseFrom(byte[] data)
           
static TungstenProtos.ProtobufOneRowChange TungstenProtos.ProtobufOneRowChange.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TungstenProtos.ProtobufOneRowChange TungstenProtos.ProtobufOneRowChange.parseFrom(com.google.protobuf.ByteString data)
           
static TungstenProtos.ProtobufOneRowChange TungstenProtos.ProtobufOneRowChange.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TungstenProtos.ProtobufOneRowChange TungstenProtos.ProtobufOneRowChange.parseFrom(com.google.protobuf.CodedInputStream input)
           
static TungstenProtos.ProtobufOneRowChange TungstenProtos.ProtobufOneRowChange.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TungstenProtos.ProtobufOneRowChange TungstenProtos.ProtobufOneRowChange.parseFrom(java.io.InputStream input)
           
static TungstenProtos.ProtobufOneRowChange TungstenProtos.ProtobufOneRowChange.parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in com.continuent.tungsten.replicator.thl.protobuf that return types with arguments of type TungstenProtos.ProtobufOneRowChange
 java.util.List<TungstenProtos.ProtobufOneRowChange> TungstenProtos.ProtobufRowChangeData.getRowChangeList()
           
 java.util.List<TungstenProtos.ProtobufOneRowChange> TungstenProtos.ProtobufRowChangeData.Builder.getRowChangeList()
           
 

Methods in com.continuent.tungsten.replicator.thl.protobuf with parameters of type TungstenProtos.ProtobufOneRowChange
 TungstenProtos.ProtobufRowChangeData.Builder TungstenProtos.ProtobufRowChangeData.Builder.addRowChange(TungstenProtos.ProtobufOneRowChange value)
           
 TungstenProtos.ProtobufOneRowChange.Builder TungstenProtos.ProtobufOneRowChange.Builder.mergeFrom(TungstenProtos.ProtobufOneRowChange other)
           
static TungstenProtos.ProtobufOneRowChange.Builder TungstenProtos.ProtobufOneRowChange.newBuilder(TungstenProtos.ProtobufOneRowChange prototype)
           
 TungstenProtos.ProtobufRowChangeData.Builder TungstenProtos.ProtobufRowChangeData.Builder.setRowChange(int index, TungstenProtos.ProtobufOneRowChange value)
           
 

Method parameters in com.continuent.tungsten.replicator.thl.protobuf with type arguments of type TungstenProtos.ProtobufOneRowChange
 TungstenProtos.ProtobufRowChangeData.Builder TungstenProtos.ProtobufRowChangeData.Builder.addAllRowChange(java.lang.Iterable<? extends TungstenProtos.ProtobufOneRowChange> values)