Package | Description |
---|---|
org.multiverse.api | |
org.multiverse.api.collections | |
org.multiverse.collections | |
org.multiverse.stms.gamma |
Modifier and Type | Method and Description |
---|---|
static Stm |
GlobalStmInstance.getGlobalStmInstance()
Gets the global
Stm instance. |
Stm |
TxnConfig.getStm()
Returns the Stm that creates transactions based on this configuration.
|
Stm |
TxnObject.getStm()
Returns the
Stm this TxnObject is part of. |
Modifier and Type | Method and Description |
---|---|
Stm |
TxnCollectionsFactory.getStm() |
Stm |
TxnCollection.getStm()
Returns the STM that manages this TxnCollection.
|
Stm |
TxnMap.getStm()
|
Modifier and Type | Field and Description |
---|---|
protected Stm |
AbstractTxnCollection.stm |
protected Stm |
AbstractTxnMap.stm |
Modifier and Type | Method and Description |
---|---|
Stm |
NaiveTxnCollectionFactory.getStm() |
Stm |
AbstractTxnCollection.getStm() |
Stm |
AbstractTxnMap.getStm() |
Constructor and Description |
---|
AbstractTxnCollection(Stm stm) |
AbstractTxnMap(Stm stm) |
NaiveTxnCollectionFactory(Stm stm) |
NaiveTxnHashMap(Stm stm) |
NaiveTxnHashSet(Stm stm) |
NaiveTxnLinkedList(Stm stm) |
NaiveTxnLinkedList(Stm stm,
int capacity) |
NaiveTxnStack(Stm stm) |
NaiveTxnStack(Stm stm,
int capacity) |
Modifier and Type | Class and Description |
---|---|
class |
GammaStm |
Copyright © 2020. All rights reserved.