Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
org.infinispan.batch |
Support for batching calls using the
BatchingCache.startBatch() and BatchingCache.endBatch(boolean)
API. |
org.infinispan.commons |
Commons package
|
org.infinispan.commons.dataconversion | |
org.infinispan.commons.logging | |
org.infinispan.commons.marshall |
Provides Infinispan-specific input and output streams, buffers and related utilities.
|
org.infinispan.commons.util |
Commons package providing various utility classes
|
org.infinispan.commons.util.concurrent |
Provides commons interfaces and classes related to concurrency
|
org.infinispan.interceptors.distribution |
Interceptors dealing with command replication in distributed/replicated mode.
|
org.infinispan.interceptors.impl |
Basic interceptors
|
org.infinispan.jmx |
Helpers that allow easy exposure of attributes and operations via JMX.
|
org.infinispan.manager |
Cache manager API.
|
org.infinispan.notifications |
Notifications and eventing for listeners on both the Cache and CacheManager interfaces.
|
org.infinispan.partitionhandling | |
org.infinispan.persistence.keymappers | |
org.infinispan.persistence.spi |
The Persistence SPI.
|
org.infinispan.remoting |
Remote communication between cache instances.
|
org.infinispan.remoting.transport |
Transports handle the low-level networking, used by the remoting components.
|
org.infinispan.remoting.transport.jgroups |
A transport implementation based on JGroups.
|
org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
org.infinispan.topology | |
org.infinispan.transaction |
JTA transaction support.
|
org.infinispan.transaction.xa |
XA transaction support.
|
org.infinispan.upgrade | |
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.
|
org.infinispan.xsite | |
org.infinispan.xsite.irac |
Modifier and Type | Class and Description |
---|---|
class |
InvalidCacheUsageException
Thrown when client makes cache usage errors.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BatchContainer.startBatch()
Starts a batch
|
boolean |
BatchContainer.startBatch(boolean autoBatch) |
Modifier and Type | Class and Description |
---|---|
class |
CacheConfigurationException
An exception that represents an error in the configuration.
|
class |
CacheListenerException
Wraps exceptions produced by listener implementations.
|
class |
IllegalLifecycleStateException
This exception is thrown when the cache or cache manager does not have the
right lifecycle state for operations to be called on it.
|
Modifier and Type | Class and Description |
---|---|
class |
EncodingException |
Modifier and Type | Method and Description |
---|---|
CacheException |
Log.classNotInWhitelist(String className) |
CacheException |
Log_$logger.classNotInWhitelist(String className) |
Modifier and Type | Class and Description |
---|---|
class |
MarshallingException
An exception that can be thrown by a cache if an object cannot be successfully serialized/deserialized.
|
class |
NotSerializableException
An exception that hides inner stacktrace lines for non serializable exceptions.
|
Modifier and Type | Method and Description |
---|---|
static CacheException |
Util.rewrapAsCacheException(Throwable t) |
Modifier and Type | Class and Description |
---|---|
class |
CacheBackpressureFullException
A
CacheException that is thrown when the backpressure has been filled an unable to process the request. |
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentChangeException
Thrown when the version of entry has changed between loading the entry to the context and committing new value.
|
Modifier and Type | Class and Description |
---|---|
class |
ContainerFullException
Exception that is thrown when exception based eviction is enabled and the cache is full
|
Modifier and Type | Class and Description |
---|---|
class |
JmxDomainConflictException |
Modifier and Type | Class and Description |
---|---|
class |
EmbeddedCacheManagerStartupException
An exception to encapsulate an error when starting up a cache manager
|
Modifier and Type | Class and Description |
---|---|
class |
IncorrectListenerException
Thrown when an incorrectly annotated class is added as a cache listener using the
Listenable.addListener(Object) API. |
Modifier and Type | Class and Description |
---|---|
class |
AvailabilityException
Thrown when a partition happened and the key that an operation tries to access is not available.
|
Modifier and Type | Class and Description |
---|---|
class |
UnsupportedKeyTypeException
Exception thrown by certain cache stores when one tries to persist an entry with an unsupported key type.
|
Modifier and Type | Class and Description |
---|---|
class |
PersistenceException
An exception thrown by a
CacheLoader or a CacheWriter implementation if there are problems
reading from a loader. |
class |
StoreUnavailableException
An exception thrown by the
PersistenceManager if one or more
stores are unavailable when a cache operation is attempted. |
Modifier and Type | Class and Description |
---|---|
class |
CacheUnreachableException
Signals a backup site was unreachable.
|
class |
RemoteException
Represents an application-level exception originating in a remote node.
|
class |
RpcException
Thrown when an RPC problem occurred on the caller.
|
Modifier and Type | Method and Description |
---|---|
static CacheException |
ResponseCollectors.wrapRemoteException(Address sender,
Throwable exception) |
Modifier and Type | Class and Description |
---|---|
class |
SuspectException
Thrown when a member is suspected during remote method invocation
|
Modifier and Type | Class and Description |
---|---|
class |
AllOwnersLostException
Signals that all owners of a key have been lost.
|
class |
OutdatedTopologyException
An exception signalling that a command should be retried because a newer topology was seen during execution.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheJoinException
Thrown when a cache fails to join a cluster
|
Modifier and Type | Class and Description |
---|---|
class |
WriteSkewException
Thrown when a write skew is detected
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidTransactionException
Thrown if an operation is to be performed on an invalid transaction context.
|
Modifier and Type | Method and Description |
---|---|
void |
TargetMigrator.disconnectSource(Cache<Object,Object> cache)
Disconnects the target from the source.
|
long |
TargetMigrator.synchronizeData(Cache<Object,Object> cache)
Performs the synchronization of data between source and target
|
long |
TargetMigrator.synchronizeData(Cache<Object,Object> cache,
int readBatch,
int threads)
Performs the synchronization of data between source and target
|
Modifier and Type | Class and Description |
---|---|
class |
TimeoutException
Thrown when a timeout occurred.
|
Modifier and Type | Class and Description |
---|---|
class |
DeadlockDetectedException
Exception signaling detected deadlocks.
|
Modifier and Type | Class and Description |
---|---|
class |
BackupFailureException
Exception to be used to signal failures to backup to remote sites.
|
Modifier and Type | Class and Description |
---|---|
class |
DiscardUpdateException
For optimistic transactions, it signals the update from the remote site is not valid (old version or conflict
resolution rejected it).
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.