| Package | Description |
|---|---|
| org.apache.activemq.store.memory |
VM based implementation of message persistence
|
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentMap<Object,MemoryTransactionStore.Tx> |
MemoryTransactionStore.inflightTransactions |
protected Map<org.apache.activemq.command.TransactionId,MemoryTransactionStore.Tx> |
MemoryTransactionStore.preparedTransactions |
| Modifier and Type | Method and Description |
|---|---|
MemoryTransactionStore.Tx |
MemoryTransactionStore.getPreparedTx(org.apache.activemq.command.TransactionId txid) |
MemoryTransactionStore.Tx |
MemoryTransactionStore.getTx(Object txid) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MemoryTransactionStore.onRecovered(MemoryTransactionStore.Tx tx) |
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.