public static class TransactionLog.LogEntry extends Object
Constructor and Description |
---|
LogEntry(GlobalTransaction transaction,
List<WriteCommand> modifications) |
Modifier and Type | Method and Description |
---|---|
List<WriteCommand> |
getModifications() |
GlobalTransaction |
getTransaction() |
public LogEntry(GlobalTransaction transaction, List<WriteCommand> modifications)
public GlobalTransaction getTransaction()
public List<WriteCommand> getModifications()
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.