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<TransactionId,MemoryTransactionStore.Tx> |
MemoryTransactionStore.preparedTransactions |
Modifier and Type | Method and Description |
---|---|
MemoryTransactionStore.Tx |
MemoryTransactionStore.getPreparedTx(TransactionId txid) |
MemoryTransactionStore.Tx |
MemoryTransactionStore.getTx(Object txid) |
Modifier and Type | Method and Description |
---|---|
protected void |
MemoryTransactionStore.onRecovered(MemoryTransactionStore.Tx tx) |
Copyright © 2005–2024 The Apache Software Foundation. All rights reserved.