|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.hazelcast.transaction | |
---|---|
com.hazelcast.client | Contains classes/interfaces related to Client |
com.hazelcast.client.impl | Contains most of the client side HazelcastInstance implementation functionality. |
com.hazelcast.client.spi | Contains classes/interfaces related to Service Provider Interface such as ClientProxy , ClientClusterService |
com.hazelcast.client.spi.impl | Provides util classes for com.hazelcast.client |
com.hazelcast.client.txn | Contains classes related to Txn such as TransactionProxy |
com.hazelcast.client.txn.proxy | Contains classes related to proxy for com.hazelcast.client.client.txn |
com.hazelcast.client.txn.proxy.xa | Contains classes related to proxy for XA |
com.hazelcast.collection.impl.txnlist | |
com.hazelcast.collection.impl.txnqueue | |
com.hazelcast.collection.impl.txnset | |
com.hazelcast.core | Provides core API interfaces/classes. |
com.hazelcast.instance | This package contains Hazelcast Instance functionality. |
com.hazelcast.jca | This package contains jca functionality |
com.hazelcast.map.impl | Contains implementation specific classes of com.hazelcast.map package. |
com.hazelcast.map.impl.tx | Contains implementation classes for TransactionalMap |
com.hazelcast.multimap.impl | Contains classes for Hazelcast MultiMap module. |
com.hazelcast.multimap.impl.txn | This package contains the Transaction behavior for the Multimap. |
com.hazelcast.quorum | Contains classes related to cluster quorum. |
com.hazelcast.spi | Provides interfaces/classes for Hazelcast SPI. |
com.hazelcast.spi.impl | Contains implementations for Hazelcast SPI. |
com.hazelcast.transaction | Provides interfaces/classes for Hazelcast transaction support. |
com.hazelcast.transaction.client | This package contains client transaction code |
com.hazelcast.transaction.impl | Provides implementation for Hazelcast transaction support. |
com.hazelcast.transaction.impl.xa | Provides implementation for Hazelcast XA transaction support. |
Classes in com.hazelcast.transaction used by com.hazelcast.client | |
---|---|
TransactionContext
Provides a context to perform transactional operations: beginning/committing transactions, but also retrieving transactional data-structures like the TransactionalMap . |
Classes in com.hazelcast.transaction used by com.hazelcast.client.impl | |
---|---|
HazelcastXAResource
Interface for providing Hazelcast as an XAResource |
|
TransactionalTask
Contains the logic that is going to be executed within a transaction. |
|
TransactionContext
Provides a context to perform transactional operations: beginning/committing transactions, but also retrieving transactional data-structures like the TransactionalMap . |
|
TransactionException
A HazelcastException that is thrown when something goes wrong while dealing with transactions and transactional
data-structures. |
|
TransactionManagerService
|
|
TransactionOptions
Contains the configuration for a Hazelcast transaction. |
Classes in com.hazelcast.transaction used by com.hazelcast.client.spi | |
---|---|
TransactionalTask
Contains the logic that is going to be executed within a transaction. |
|
TransactionalTaskContext
Provides a context to access transactional data-structures, like the TransactionalMap . |
|
TransactionContext
Provides a context to perform transactional operations: beginning/committing transactions, but also retrieving transactional data-structures like the TransactionalMap . |
|
TransactionOptions
Contains the configuration for a Hazelcast transaction. |
Classes in com.hazelcast.transaction used by com.hazelcast.client.spi.impl | |
---|---|
TransactionalTask
Contains the logic that is going to be executed within a transaction. |
|
TransactionContext
Provides a context to perform transactional operations: beginning/committing transactions, but also retrieving transactional data-structures like the TransactionalMap . |
|
TransactionException
A HazelcastException that is thrown when something goes wrong while dealing with transactions and transactional
data-structures. |
|
TransactionOptions
Contains the configuration for a Hazelcast transaction. |
Classes in com.hazelcast.transaction used by com.hazelcast.client.txn | |
---|---|
TransactionalObject
Marker interface for all transactional distributed objects. |
|
TransactionalTaskContext
Provides a context to access transactional data-structures, like the TransactionalMap . |
|
TransactionContext
Provides a context to perform transactional operations: beginning/committing transactions, but also retrieving transactional data-structures like the TransactionalMap . |
|
TransactionException
A HazelcastException that is thrown when something goes wrong while dealing with transactions and transactional
data-structures. |
|
TransactionOptions
Contains the configuration for a Hazelcast transaction. |
Classes in com.hazelcast.transaction used by com.hazelcast.client.txn.proxy | |
---|---|
TransactionalObject
Marker interface for all transactional distributed objects. |
|
TransactionException
A HazelcastException that is thrown when something goes wrong while dealing with transactions and transactional
data-structures. |
Classes in com.hazelcast.transaction used by com.hazelcast.client.txn.proxy.xa | |
---|---|
HazelcastXAResource
Interface for providing Hazelcast as an XAResource |
|
TransactionalObject
Marker interface for all transactional distributed objects. |
|
TransactionalTaskContext
Provides a context to access transactional data-structures, like the TransactionalMap . |
|
TransactionContext
Provides a context to perform transactional operations: beginning/committing transactions, but also retrieving transactional data-structures like the TransactionalMap . |
|
TransactionException
A HazelcastException that is thrown when something goes wrong while dealing with transactions and transactional
data-structures. |
Classes in com.hazelcast.transaction used by com.hazelcast.collection.impl.txnlist | |
---|---|
TransactionalObject
Marker interface for all transactional distributed objects. |
Classes in com.hazelcast.transaction used by com.hazelcast.collection.impl.txnqueue | |
---|---|
TransactionalObject
Marker interface for all transactional distributed objects. |
Classes in com.hazelcast.transaction used by com.hazelcast.collection.impl.txnset | |
---|---|
TransactionalObject
Marker interface for all transactional distributed objects. |
Classes in com.hazelcast.transaction used by com.hazelcast.core | |
---|---|
HazelcastXAResource
Interface for providing Hazelcast as an XAResource |
|
TransactionalObject
Marker interface for all transactional distributed objects. |
|
TransactionalTask
Contains the logic that is going to be executed within a transaction. |
|
TransactionContext
Provides a context to perform transactional operations: beginning/committing transactions, but also retrieving transactional data-structures like the TransactionalMap . |
|
TransactionException
A HazelcastException that is thrown when something goes wrong while dealing with transactions and transactional
data-structures. |
|
TransactionOptions
Contains the configuration for a Hazelcast transaction. |
Classes in com.hazelcast.transaction used by com.hazelcast.instance | |
---|---|
HazelcastXAResource
Interface for providing Hazelcast as an XAResource |
|
TransactionalTask
Contains the logic that is going to be executed within a transaction. |
|
TransactionContext
Provides a context to perform transactional operations: beginning/committing transactions, but also retrieving transactional data-structures like the TransactionalMap . |
|
TransactionException
A HazelcastException that is thrown when something goes wrong while dealing with transactions and transactional
data-structures. |
|
TransactionOptions
Contains the configuration for a Hazelcast transaction. |
Classes in com.hazelcast.transaction used by com.hazelcast.jca | |
---|---|
HazelcastXAResource
Interface for providing Hazelcast as an XAResource |
|
TransactionalTask
Contains the logic that is going to be executed within a transaction. |
|
TransactionContext
Provides a context to perform transactional operations: beginning/committing transactions, but also retrieving transactional data-structures like the TransactionalMap . |
|
TransactionException
A HazelcastException that is thrown when something goes wrong while dealing with transactions and transactional
data-structures. |
|
TransactionOptions
Contains the configuration for a Hazelcast transaction. |
Classes in com.hazelcast.transaction used by com.hazelcast.map.impl | |
---|---|
TransactionalObject
Marker interface for all transactional distributed objects. |
Classes in com.hazelcast.transaction used by com.hazelcast.map.impl.tx | |
---|---|
TransactionalObject
Marker interface for all transactional distributed objects. |
|
TransactionException
A HazelcastException that is thrown when something goes wrong while dealing with transactions and transactional
data-structures. |
Classes in com.hazelcast.transaction used by com.hazelcast.multimap.impl | |
---|---|
TransactionalObject
Marker interface for all transactional distributed objects. |
Classes in com.hazelcast.transaction used by com.hazelcast.multimap.impl.txn | |
---|---|
TransactionalObject
Marker interface for all transactional distributed objects. |
|
TransactionException
A HazelcastException that is thrown when something goes wrong while dealing with transactions and transactional
data-structures. |
Classes in com.hazelcast.transaction used by com.hazelcast.quorum | |
---|---|
TransactionException
A HazelcastException that is thrown when something goes wrong while dealing with transactions and transactional
data-structures. |
Classes in com.hazelcast.transaction used by com.hazelcast.spi | |
---|---|
TransactionalObject
Marker interface for all transactional distributed objects. |
|
TransactionManagerService
|
Classes in com.hazelcast.transaction used by com.hazelcast.spi.impl | |
---|---|
TransactionManagerService
|
Classes in com.hazelcast.transaction used by com.hazelcast.transaction | |
---|---|
TransactionalObject
Marker interface for all transactional distributed objects. |
|
TransactionalTask
Contains the logic that is going to be executed within a transaction. |
|
TransactionalTaskContext
Provides a context to access transactional data-structures, like the TransactionalMap . |
|
TransactionContext
Provides a context to perform transactional operations: beginning/committing transactions, but also retrieving transactional data-structures like the TransactionalMap . |
|
TransactionException
A HazelcastException that is thrown when something goes wrong while dealing with transactions and transactional
data-structures. |
|
TransactionOptions
Contains the configuration for a Hazelcast transaction. |
|
TransactionOptions.TransactionType
The type of transaction. |
Classes in com.hazelcast.transaction used by com.hazelcast.transaction.client | |
---|---|
TransactionContext
Provides a context to perform transactional operations: beginning/committing transactions, but also retrieving transactional data-structures like the TransactionalMap . |
|
TransactionOptions
Contains the configuration for a Hazelcast transaction. |
Classes in com.hazelcast.transaction used by com.hazelcast.transaction.impl | |
---|---|
TransactionalTask
Contains the logic that is going to be executed within a transaction. |
|
TransactionContext
Provides a context to perform transactional operations: beginning/committing transactions, but also retrieving transactional data-structures like the TransactionalMap . |
|
TransactionException
A HazelcastException that is thrown when something goes wrong while dealing with transactions and transactional
data-structures. |
|
TransactionManagerService
|
|
TransactionOptions
Contains the configuration for a Hazelcast transaction. |
|
TransactionOptions.TransactionType
The type of transaction. |
Classes in com.hazelcast.transaction used by com.hazelcast.transaction.impl.xa | |
---|---|
HazelcastXAResource
Interface for providing Hazelcast as an XAResource |
|
TransactionalObject
Marker interface for all transactional distributed objects. |
|
TransactionalTaskContext
Provides a context to access transactional data-structures, like the TransactionalMap . |
|
TransactionContext
Provides a context to perform transactional operations: beginning/committing transactions, but also retrieving transactional data-structures like the TransactionalMap . |
|
TransactionException
A HazelcastException that is thrown when something goes wrong while dealing with transactions and transactional
data-structures. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |