Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
org.infinispan.commands.remote.recovery | |
org.infinispan.interceptors |
Infinispan is designed around a set of interceptors around a data container.
|
org.infinispan.interceptors.locking | |
org.infinispan.stats.wrappers | |
org.infinispan.tree |
This package contains the TreeCache.
|
org.infinispan.util.concurrent.locks |
Lock and synchronization related classes, tools and utilities.
|
org.infinispan.util.concurrent.locks.containers |
Concurrent lock containers.
|
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 |
---|
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 |
---|
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.
|
LockManagerImpl
Handles locks for the MVCC based LockingInterceptor
|
OwnableReentrantLock
A lock that supports reentrancy based on owner (and not on current thread).
|
RefCountingLock
An extension of a JDK
Lock , with support for maintaining a reference counter. |
VisibleOwnerReentrantLock
Extends
ReentrantLock only to make the VisibleOwnerReentrantLock.getOwner() method public. |
Class and Description |
---|
OwnableReentrantLock
A lock that supports reentrancy based on owner (and not on current thread).
|
OwnableRefCountingReentrantLock
A version of
OwnableReentrantLock that has a reference counter, and implements RefCountingLock . |
RefCountingLock
An extension of a JDK
Lock , with support for maintaining a reference counter. |
VisibleOwnerReentrantLock
Extends
ReentrantLock only to make the VisibleOwnerReentrantLock.getOwner() method public. |
VisibleOwnerRefCountingReentrantLock
A version of
VisibleOwnerReentrantLock that has a reference counter, and implements RefCountingLock . |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.