| Package | Description |
|---|---|
| org.apache.activemq.store.memory |
VM based implementation of message persistence
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.concurrent.ConcurrentHashMap<java.lang.Object,MemoryTransactionStore.Tx> |
MemoryTransactionStore.inflightTransactions |
protected java.util.Map<TransactionId,MemoryTransactionStore.Tx> |
MemoryTransactionStore.preparedTransactions |
| Modifier and Type | Method and Description |
|---|---|
MemoryTransactionStore.Tx |
MemoryTransactionStore.getPreparedTx(TransactionId txid) |
MemoryTransactionStore.Tx |
MemoryTransactionStore.getTx(java.lang.Object txid) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MemoryTransactionStore.onRecovered(MemoryTransactionStore.Tx tx) |
Copyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.