Uses of Package
com.loomcache.server.transaction
Packages that use com.loomcache.server.transaction
Package
Description
Multi-Raft sharding infrastructure for LoomCache.
-
Classes in com.loomcache.server.transaction used by com.loomcache.server.handler
-
Classes in com.loomcache.server.transaction used by com.loomcache.server.shardingClassDescriptionSerialized cross-group transaction payload replicated through Raft.Represents an atomic compare-and-swap transaction (etcd-style mini-transaction).Condition to evaluate in the IF branch of a transaction.Operation to execute in the THEN or ELSE branch of a transaction.Result of executing an atomic transaction.
-
Classes in com.loomcache.server.transaction used by com.loomcache.server.transactionClassDescriptionSerialized cross-group transaction payload replicated through Raft.Represents an atomic compare-and-swap transaction (etcd-style mini-transaction).Fluent builder for constructing transactions.Condition to evaluate in the IF branch of a transaction.Types of conditions that can be evaluated in the IF branch.Operation to execute in the THEN or ELSE branch of a transaction.Types of operations that can be executed in THEN/ELSE branches.Transactional context enabling cross-data-structure batch operations with explicit transaction boundaries and automatic rollback support.Enumeration representing the state of a transaction.Owns pessimistic transactional map-key lock state.Manages active transactions, including timeout monitoring and statistics tracking.Statistics about transaction execution.Sealed interface representing operations that can be buffered in a transaction.Result of executing an atomic transaction.
-
Classes in com.loomcache.server.transaction used by com.loomcache.server.transaction.twopcClassDescriptionSerialized cross-group transaction payload replicated through Raft.Result of executing an atomic transaction.