public class XACommittingTx extends Object
Modifier and Type | Method and Description |
---|---|
long |
getLogKey() |
byte[][] |
getRecord()
returns the byte[][] containing the COMMIT record data.
|
boolean |
isDone()
returns done as maintained by XALogger.putCommit()
and XALogger.putDone().
|
boolean |
isMoving() |
public final byte[][] getRecord()
This method is used by the log overflow notification processor to retrieve the original record data and write a new copy of the COMMIT record.
public final long getLogKey()
public final boolean isDone()
public final boolean isMoving()
The XALogger.putDone() method waits until moving is false.
Copyright © 2017 ObjectWeb HOWL. All rights reserved.