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
Cache.startBatch() and Cache.endBatch(boolean)
API. |
org.infinispan.config |
Cache configuration beans and parsers.
|
org.infinispan.distexec.mapreduce | |
org.infinispan.jmx |
Helpers that allow easy exposure of attributes and operations via JMX.
|
org.infinispan.manager |
Cache manager package
|
org.infinispan.marshall |
Infinispan makes use of custom marshalling to serialize and deserialize state wherever
possible, rather than falling back to the JDK to do this.
|
org.infinispan.notifications |
Notifications and eventing for listeners on both the Cache and CacheManager interfaces.
|
org.infinispan.remoting |
Remote communication between cache instances.
|
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.transaction.xa |
XA transaction support.
|
org.infinispan.util |
General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and
collections and containers designed to supplement the JDK-provided containers.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheConfigurationException
An exception that represents an error in the configuration.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BatchContainer.startBatch()
Starts a batch
|
boolean |
BatchContainer.startBatch(boolean autoBatch) |
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationException
An exception that represents an error in the configuration.
|
class |
DuplicateCacheNameException
Thrown if a duplicate named cache is detected
|
Modifier and Type | Method and Description |
---|---|
Map<KOut,VOut> |
MapReduceTask.execute()
Executes this task across Infinispan cluster nodes.
|
Modifier and Type | Class and Description |
---|---|
class |
JmxDomainConflictException |
Modifier and Type | Method and Description |
---|---|
void |
ComponentsJmxRegistration.registerMBeans()
Performs the MBean registration.
|
void |
ComponentsJmxRegistration.unregisterMBeans()
Unregisters all the MBeans registered through
ComponentsJmxRegistration.registerMBeans() . |
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 |
NotSerializableException
An exception that hides inner stacktrace lines for non serializable exceptions.
|
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 |
RpcException
Thrown when an RPC problem occurred
|
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 |
StateTransferInProgressException
This exception is thrown when an operation cannot complete because a state transfer is in progress.
|
class |
StateTransferLockReacquisitionException
Internal exception, thrown when
StateTransferLock.waitForStateTransferToEnd fails to re-acquire
the state transfer lock after state transfer (most likely because the timeout expired). |
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 |
---|---|
static CacheException |
Util.rewrapAsCacheException(Throwable t) |
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 | Method and Description |
---|---|
void |
Log.stopBeforeDestroyFailed(CacheException e) |
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.