com.continuent.tungsten.replicator.consistency
Class ConsistencyCheckFactory

java.lang.Object
  extended by com.continuent.tungsten.replicator.consistency.ConsistencyCheckFactory

public class ConsistencyCheckFactory
extends java.lang.Object

ConsistencyCheckFactory creates ConsistencyCheck objects

Version:
1.0
Author:
Alex Yurchenko

Constructor Summary
ConsistencyCheckFactory()
           
 
Method Summary
static ConsistencyCheck createConsistencyCheck(int id, Table table, int rowOffset, int rowLimit, java.lang.String method, boolean checkColumnNames, boolean checkColumnTypes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsistencyCheckFactory

public ConsistencyCheckFactory()
Method Detail

createConsistencyCheck

public static ConsistencyCheck createConsistencyCheck(int id,
                                                      Table table,
                                                      int rowOffset,
                                                      int rowLimit,
                                                      java.lang.String method,
                                                      boolean checkColumnNames,
                                                      boolean checkColumnTypes)
                                               throws ConsistencyException
Throws:
ConsistencyException