| Package | Description |
|---|---|
| org.infinispan.configuration.cache |
Cache configuration |
| org.infinispan.executors |
Implementations of different executors used for asynchronous operation.
|
| org.infinispan.interceptors.totalorder | |
| org.infinispan.iteration.impl |
Provides Infinispan-specific implementation details iterating over entries in the cache, specifically optimized for
distributed caches.
|
| org.infinispan.persistence.util | |
| org.infinispan.remoting.inboundhandler | |
| org.infinispan.remoting.responses |
Abstractions of the different response types allowed during RPC.
|
| org.infinispan.server.core.logging | |
| 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 |
|---|
| 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 |
|---|
| ConcurrentHashSet
A simple Set implementation backed by a
ConcurrentHashMap to deal with the fact that the
JDK does not have a proper concurrent Set implementation that uses efficient lock striping. |
| Class and Description |
|---|
| TimeoutException
Thrown when a timeout occurred.
|
| 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 |
|---|
| TimeoutException
Thrown when a timeout occurred.
|
| Class and Description |
|---|
| TimeoutException
Thrown when a timeout occurred.
|
| 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 |
| IsolationLevel
Various transaction isolation levels as an enumerated class.
|
| Class and Description |
|---|
| TimeoutException
Thrown when a timeout occurred.
|
| Class and Description |
|---|
| TimeoutException
Thrown when a timeout occurred.
|
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.