public interface ChangeProcessor
ChangeProcessors are registered with a transaction log processor in the LogProcessorBuilder.| Modifier and Type | Method and Description |
|---|---|
void |
process(TitanTransaction tx,
TransactionId txId,
ChangeState changeState)
Process the changes caused by the transaction identified by
txId within a newly opened transaction tx. |
void process(TitanTransaction tx, TransactionId txId, ChangeState changeState)
txId within a newly opened transaction tx.
The changes are captured in the ChangeState data structure.tx - txId - changeState - Copyright © 2012–2015. All rights reserved.