Uses of Class
com.continuent.tungsten.replicator.prefetch.RbrRowImage.ImageType

Packages that use RbrRowImage.ImageType
com.continuent.tungsten.replicator.prefetch   
 

Uses of RbrRowImage.ImageType in com.continuent.tungsten.replicator.prefetch
 

Methods in com.continuent.tungsten.replicator.prefetch that return RbrRowImage.ImageType
 RbrRowImage.ImageType RbrRowImage.getType()
          Returns the image type.
static RbrRowImage.ImageType RbrRowImage.ImageType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RbrRowImage.ImageType[] RbrRowImage.ImageType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.continuent.tungsten.replicator.prefetch with parameters of type RbrRowImage.ImageType
RbrRowImage(RbrRowImage.ImageType type, RbrTableChangeSet changeSet, java.util.List<OneRowChange.ColumnSpec> specs, java.util.List<OneRowChange.ColumnVal> values)
          Creates a row image with the minimum effort required.