Package | Description |
---|---|
org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
org.apache.ignite.cache.hibernate |
Contains implementation of Hibernate L2 cache.
|
org.apache.ignite.cache.store |
Contains cache store interfaces.
|
org.apache.ignite.events |
Contains Event Subscription functionality together with various events emitted by Ignite.
|
Modifier and Type | Method and Description |
---|---|
Transaction |
IgniteTransactions.tx()
Gets transaction started by this thread or
null if this thread does
not have a transaction. |
Transaction |
IgniteTransactions.txStart()
Starts transaction with default isolation, concurrency, timeout, and invalidation policy.
|
Transaction |
IgniteTransactions.txStart(TransactionConcurrency concurrency,
TransactionIsolation isolation)
Starts new transaction with the specified concurrency and isolation.
|
Transaction |
IgniteTransactions.txStart(TransactionConcurrency concurrency,
TransactionIsolation isolation,
long timeout,
int txSize)
Starts transaction with specified isolation, concurrency, timeout, invalidation flag,
and number of participating entries.
|
Modifier and Type | Method and Description |
---|---|
Collection<Transaction> |
IgniteTransactions.localActiveTransactions()
Returns a list of active transactions initiated by this node.
|
Modifier and Type | Method and Description |
---|---|
Transaction |
HibernateCacheProxy.txStart(TransactionConcurrency concurrency,
TransactionIsolation isolation)
Starts new transaction with the specified concurrency and isolation.
|
Transaction |
HibernateCacheProxy.txStart(TransactionConcurrency concurrency,
TransactionIsolation isolation,
long timeout,
int txSize)
Starts transaction with specified isolation, concurrency, timeout, invalidation flag,
and number of participating entries.
|
Modifier and Type | Method and Description |
---|---|
Transaction |
CacheStoreSession.transaction()
Gets transaction spanning multiple store operations, or
null if
there is no transaction. |
Modifier and Type | Method and Description |
---|---|
Transaction |
TransactionStateChangedEvent.tx()
Provides transaction proxy allows all 'get' operations such as
label()
and also setRollbackOnly() method. |
Constructor and Description |
---|
TransactionStateChangedEvent(ClusterNode node,
String msg,
int type,
Transaction tx) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019