Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
org.infinispan.api |
API package
|
org.infinispan.configuration.cache | |
org.infinispan.executors |
Implementations of different executors used for asynchronous operation.
|
org.infinispan.interceptors.totalorder | |
org.infinispan.remoting |
Remote communication between cache instances.
|
org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
org.infinispan.transaction.totalorder | |
org.infinispan.util.concurrent |
Thread-safe containers and other concurrency-related utilities, designed to supplement JDK concurrency utilities
and containers.
|
org.infinispan.util.concurrent.locks |
Lock and synchronization related classes, tools and utilities.
|
org.infinispan.util.logging |
Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.
|
Class and Description |
---|
NotifyingFuture
Deprecated.
Use
NotifyingFuture instead |
Class and Description |
---|
NotifyingFuture
Deprecated.
Use
NotifyingFuture instead |
Class and Description |
---|
IsolationLevel
Various transaction isolation levels as an enumerated class.
|
Class and Description |
---|
BlockingRunnable
A special Runnable (for the particular case of Total Order) that is only sent to a thread when it is ready to be
executed without blocking the thread
Use case: - in Total Order, when the prepare is delivered, the runnable blocks waiting for the previous conflicting
transactions to be finished.
|
BlockingTaskAwareExecutorService
Executor service that is aware of
BlockingRunnable and only dispatch the runnable to a thread when it has low
(or no) probability of blocking the thread. |
Class and Description |
---|
BlockingTaskAwareExecutorService
Executor service that is aware of
BlockingRunnable and only dispatch the runnable to a thread when it has low
(or no) probability of blocking the thread. |
Class and Description |
---|
BlockingTaskAwareExecutorService
Executor service that is aware of
BlockingRunnable and only dispatch the runnable to a thread when it has low
(or no) probability of blocking the thread. |
Class and Description |
---|
BlockingTaskAwareExecutorService
Executor service that is aware of
BlockingRunnable and only dispatch the runnable to a thread when it has low
(or no) probability of blocking the thread. |
Class and Description |
---|
BlockingTaskAwareExecutorService
Executor service that is aware of
BlockingRunnable and only dispatch the runnable to a thread when it has low
(or no) probability of blocking the thread. |
Class and Description |
---|
BlockingRunnable
A special Runnable (for the particular case of Total Order) that is only sent to a thread when it is ready to be
executed without blocking the thread
Use case: - in Total Order, when the prepare is delivered, the runnable blocks waiting for the previous conflicting
transactions to be finished.
|
BlockingTaskAwareExecutorService
Executor service that is aware of
BlockingRunnable and only dispatch the runnable to a thread when it has low
(or no) probability of blocking the thread. |
BoundedConcurrentHashMap.Eviction |
BoundedConcurrentHashMap.EvictionListener |
FutureListener
Deprecated.
Use
FutureListener instead |
IsolationLevel
Various transaction isolation levels as an enumerated class.
|
NotifyingFuture
Deprecated.
Use
NotifyingFuture instead |
Class and Description |
---|
TimeoutException
Thrown when a timeout occurred.
|
Class and Description |
---|
TimeoutException
Thrown when a timeout occurred.
|
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.