public interface ChangeProcessor
ChangeProcessors are registered with a transaction log processor in the LogProcessorBuilder.| Modifier and Type | Method and Description |
|---|---|
void |
process(JanusGraphTransaction tx,
TransactionId txId,
ChangeState changeState)
Process the changes caused by the transaction identified by
txId within a newly opened transaction tx. |
void process(JanusGraphTransaction 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–2024. All rights reserved.