| Package | Description |
|---|---|
| org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
| org.infinispan.cache.impl | |
| 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.security.actions | |
| org.infinispan.security.impl | |
| org.infinispan.util.concurrent.locks.impl |
| Modifier and Type | Method and Description |
|---|---|
LockManager |
AdvancedCache.getLockManager()
Returns the component that deals with all aspects of acquiring and releasing locks for cache entries.
|
| Modifier and Type | Method and Description |
|---|---|
LockManager |
AbstractDelegatingAdvancedCache.getLockManager() |
LockManager |
CacheImpl.getLockManager() |
LockManager |
SimpleCacheImpl.getLockManager() |
| Modifier and Type | Method and Description |
|---|---|
ComponentRef<LockManager> |
ComponentRegistry.getLockManager() |
| Modifier and Type | Field and Description |
|---|---|
protected LockManager |
ClusteringInterceptor.lockManager |
| Modifier and Type | Field and Description |
|---|---|
protected LockManager |
AbstractLockingInterceptor.lockManager |
| Modifier and Type | Method and Description |
|---|---|
LockManager |
GetCacheLockManagerAction.run() |
| Modifier and Type | Method and Description |
|---|---|
LockManager |
SecureCacheImpl.getLockManager() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLockManager
The default
LockManager implementation for transactional and non-transactional caches. |
Copyright © 2022 JBoss by Red Hat. All rights reserved.