public static class JournalTransactionStore.TxOperation extends Object
| Modifier and Type | Field and Description |
|---|---|
Object |
data |
byte |
operationType |
JournalMessageStore |
store |
| Constructor and Description |
|---|
JournalTransactionStore.TxOperation(byte operationType,
JournalMessageStore store,
Object data) |
public byte operationType
public JournalMessageStore store
public JournalTransactionStore.TxOperation(byte operationType, JournalMessageStore store, Object data)
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.