|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ConsistencyException in com.continuent.tungsten.replicator.applier |
|---|
| Methods in com.continuent.tungsten.replicator.applier that throw ConsistencyException | |
|---|---|
void |
MongoApplier.apply(DBMSEvent event,
ReplDBMSHeader header,
boolean doCommit,
boolean doRollback)
Applies row updates to MongoDB. |
void |
JdbcApplier.apply(DBMSEvent event,
ReplDBMSHeader header,
boolean doCommit,
boolean doRollback)
Apply the proffered event to the replication target. |
void |
RawApplier.apply(DBMSEvent event,
ReplDBMSHeader header,
boolean doCommit,
boolean doRollback)
Apply the proffered event to the replication target. |
void |
ApplierWrapper.apply(ReplDBMSEvent event,
boolean doCommit,
boolean doRollback,
boolean syncTHL)
Apply the DBMSEvent in the ReplDBMSEvent. |
void |
Applier.apply(ReplDBMSEvent event,
boolean doCommit,
boolean doRollback,
boolean syncTHL)
Apply the proffered event to the replication target. |
| Uses of ConsistencyException in com.continuent.tungsten.replicator.applier.batch |
|---|
| Methods in com.continuent.tungsten.replicator.applier.batch that throw ConsistencyException | |
|---|---|
void |
SimpleBatchApplier.apply(DBMSEvent event,
ReplDBMSHeader header,
boolean doCommit,
boolean doRollback)
Applies row updates using a batch loading scheme. |
| Uses of ConsistencyException in com.continuent.tungsten.replicator.consistency |
|---|
| Methods in com.continuent.tungsten.replicator.consistency that throw ConsistencyException | |
|---|---|
static ConsistencyCheck |
ConsistencyCheckFactory.createConsistencyCheck(int id,
Table table,
int rowOffset,
int rowLimit,
java.lang.String method,
boolean checkColumnNames,
boolean checkColumnTypes)
|
static ConsistencyCheck |
ConsistencyCheckAbstract.deserialize(byte[] bytes)
|
java.sql.ResultSet |
ConsistencyCheckMD5.performConsistencyCheck(Database conn)
|
abstract java.sql.ResultSet |
ConsistencyCheckAbstract.performConsistencyCheck(Database conn)
|
java.sql.ResultSet |
ConsistencyCheck.performConsistencyCheck(Database conn)
|
byte[] |
ConsistencyCheckAbstract.serialize()
|
| Uses of ConsistencyException in com.continuent.tungsten.replicator.database |
|---|
| Methods in com.continuent.tungsten.replicator.database that throw ConsistencyException | |
|---|---|
void |
AbstractDatabase.consistencyCheck(Table ct,
ConsistencyCheck cc)
Runs consistency check transaction |
void |
Database.consistencyCheck(Table ct,
ConsistencyCheck cc)
Runs consistency check transaction |
void |
AbstractDatabase.consistencyCheck(Table ct,
ConsistencyCheck cc,
java.lang.String masterCrc,
int masterCnt)
Runs consistency check transaction: a.) If masterCrc==null - normal (master side) consistency check is executed, which is expected to be replicated to the slaves by replication. b.) If masterCrc!=null, then masterCrc and masterCnt are put into corresponding columns, while executed check's results are put into this_crc and this_cnt columns. |
void |
Database.consistencyCheck(Table ct,
ConsistencyCheck cc,
java.lang.String masterCrc,
int masterCnt)
Runs consistency check transaction: a.) If masterCrc==null - normal (master side) consistency check is executed, which is expected to be replicated to the slaves by replication. b.) If masterCrc!=null, then masterCrc and masterCnt are put into corresponding columns, while executed check's results are put into this_crc and this_cnt columns. |
| Uses of ConsistencyException in com.continuent.tungsten.replicator.storage |
|---|
| Methods in com.continuent.tungsten.replicator.storage that throw ConsistencyException | |
|---|---|
void |
InMemoryMultiQueueApplier.apply(ReplDBMSEvent event,
boolean doCommit,
boolean doRollback,
boolean syncTHL)
Apply the proffered event to the replication target. |
void |
InMemoryQueueAdapter.apply(ReplDBMSEvent event,
boolean doCommit,
boolean doRollback,
boolean syncTHL)
Apply the proffered event to the replication target. |
void |
InMemoryTransactionalQueueApplier.apply(ReplDBMSEvent event,
boolean doCommit,
boolean doRollback,
boolean syncTHL)
Apply the proffered event to the replication target. |
| Uses of ConsistencyException in com.continuent.tungsten.replicator.storage.parallel |
|---|
| Methods in com.continuent.tungsten.replicator.storage.parallel that throw ConsistencyException | |
|---|---|
void |
ParallelQueueApplier.apply(ReplDBMSEvent event,
boolean doCommit,
boolean doRollback,
boolean syncTHL)
Apply the proffered event to the replication target. |
| Uses of ConsistencyException in com.continuent.tungsten.replicator.thl |
|---|
| Methods in com.continuent.tungsten.replicator.thl that throw ConsistencyException | |
|---|---|
void |
THLParallelQueueApplier.apply(ReplDBMSEvent event,
boolean doCommit,
boolean doRollback,
boolean syncTHL)
Apply the proffered event to the replication target. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||