Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
org.infinispan.cache.impl | |
org.infinispan.commands.control | |
org.infinispan.commands.functional | |
org.infinispan.commands.tx |
Commands that represent transactional lifecycle transitions.
|
org.infinispan.commands.write |
Commands that alter the state of the cache.
|
org.infinispan.factories |
Factories are internal components used to create other components based on a cache's
configuration.
|
org.infinispan.interceptors.impl |
Basic interceptors
|
org.infinispan.interceptors.locking |
Interceptors dealing with locking.
|
org.infinispan.remoting.inboundhandler |
Handling of inbound commands on remote nodes.
|
org.infinispan.security.actions | |
org.infinispan.security.impl | |
org.infinispan.util.concurrent.locks |
Lock and synchronization related classes, tools and utilities.
|
org.infinispan.util.concurrent.locks.impl |
Class and Description |
---|
LockManager
An interface to deal with all aspects of acquiring and releasing locks for cache entries.
|
Class and Description |
---|
LockManager
An interface to deal with all aspects of acquiring and releasing locks for cache entries.
|
Class and Description |
---|
RemoteLockCommand
Simple interface to extract all the keys that may need to be locked.
|
TransactionalRemoteLockCommand
Simple interface to extract all the keys that may need to be locked for transactional commands.
|
Class and Description |
---|
RemoteLockCommand
Simple interface to extract all the keys that may need to be locked.
|
Class and Description |
---|
RemoteLockCommand
Simple interface to extract all the keys that may need to be locked.
|
TransactionalRemoteLockCommand
Simple interface to extract all the keys that may need to be locked for transactional commands.
|
Class and Description |
---|
RemoteLockCommand
Simple interface to extract all the keys that may need to be locked.
|
Class and Description |
---|
LockManager
An interface to deal with all aspects of acquiring and releasing locks for cache entries.
|
Class and Description |
---|
LockManager
An interface to deal with all aspects of acquiring and releasing locks for cache entries.
|
Class and Description |
---|
LockManager
An interface to deal with all aspects of acquiring and releasing locks for cache entries.
|
Class and Description |
---|
LockListener
The listener for
LockPromise . |
LockState
The
InfinispanLock possible states. |
Class and Description |
---|
LockManager
An interface to deal with all aspects of acquiring and releasing locks for cache entries.
|
Class and Description |
---|
LockManager
An interface to deal with all aspects of acquiring and releasing locks for cache entries.
|
Class and Description |
---|
KeyAwareLockListener
A listener for
KeyAwareLockPromise . |
KeyAwareLockPromise
An extension of
LockPromise that contains a key associated to the lock. |
LockListener
The listener for
LockPromise . |
LockPromise
A promise returned by
InfinispanLock . |
LockState
The
InfinispanLock possible states. |
PendingLockListener
A listener that is invoked when
PendingLockPromise is ready. |
PendingLockPromise
A promise returned by
PendingLockManager . |
RemoteLockCommand
Simple interface to extract all the keys that may need to be locked.
|
Class and Description |
---|
DeadlockChecker
An interface to implement the deadlock algorithm.
|
ExtendedLockPromise
An extended
LockPromise interface that allows a better control over it. |
KeyAwareLockPromise
An extension of
LockPromise that contains a key associated to the lock. |
LockManager
An interface to deal with all aspects of acquiring and releasing locks for cache entries.
|
PendingLockManager
A manager that checks and waits for older topology transaction with conflicting keys.
|
PendingLockPromise
A promise returned by
PendingLockManager . |
Copyright © 2021 JBoss by Red Hat. All rights reserved.