public class PreparedTransactionInfo extends Object
Constructor and Description |
---|
PreparedTransactionInfo(long id,
byte[] extraData) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getExtraData() |
long |
getId() |
List<RecordInfo> |
getRecords() |
List<RecordInfo> |
getRecordsToDelete() |
public PreparedTransactionInfo(long id, byte[] extraData)
public long getId()
public byte[] getExtraData()
public List<RecordInfo> getRecords()
public List<RecordInfo> getRecordsToDelete()
Copyright © 2017 JBoss by Red Hat. All rights reserved.