| 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.cli.interpreter.logging | |
| 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.lucene.logging | |
| 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 |
JTA transaction support.
|
| org.infinispan.transaction.xa |
XA transaction support.
|
| org.infinispan.tree |
This package contains the TreeCache.
|
| org.infinispan.upgrade | |
| org.infinispan.upgrade.hotrod | |
| org.infinispan.upgrade.logging | |
| 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.
|
| org.infinispan.xsite |
| Modifier and Type | Class and Description |
|---|---|
class |
CacheConfigurationException
An exception that represents an error in the configuration.
|
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 | Method and Description |
|---|---|
CacheException |
Log.cannotCreateClusteredCaches(Throwable e,
String cacheName) |
| 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 | Method and Description |
|---|---|
CacheException |
Log.rootDirectoryIsNotADirectory(String fileRoot) |
CacheException |
Log.unableToCreateDirectory(String fileRoot) |
| 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 |
RemoteException
Represents an application-level exception originating in a remote node.
|
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 |
OutdatedTopologyException
An exception signalling that a command should be retried because it was executed with an outdated
topology.
|
| 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 | Class and Description |
|---|---|
class |
NodeNotExistsException
Thrown when an operation is attempted on a non-existing node in the cache
|
class |
NodeNotValidException
Thrown whenever operations are attempted on a node that is no longer valid.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeCacheImpl.start() |
| 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 by retrieving the set of known keys and fetching each key in turn
|
| Modifier and Type | Method and Description |
|---|---|
void |
HotRodTargetMigrator.disconnectSource(Cache<Object,Object> cache) |
long |
HotRodTargetMigrator.synchronizeData(Cache<Object,Object> cache) |
| Modifier and Type | Method and Description |
|---|---|
CacheException |
Log.missingMigrationData(String name) |
CacheException |
Log.remoteStoreNoHotRodWrapping(String cacheName) |
| 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) |
| Modifier and Type | Class and Description |
|---|---|
class |
BackupFailureException
Exception to be used to signal failures to backup to remote sites.
|
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.