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.cli.interpreter.logging | |
org.infinispan.commons |
Commons package
|
org.infinispan.commons.marshall |
Provides Infinispan-specific input and output streams, buffers and related utilities.
|
org.infinispan.commons.util | |
org.infinispan.config |
Cache configuration beans and parsers.
|
org.infinispan.distexec.mapreduce | |
org.infinispan.interceptors.totalorder | |
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.notifications |
Notifications and eventing for listeners on both the Cache and CacheManager interfaces.
|
org.infinispan.persistence.cli.upgrade | |
org.infinispan.persistence.keymappers | |
org.infinispan.persistence.remote.logging | |
org.infinispan.persistence.remote.upgrade | |
org.infinispan.persistence.rest.upgrade | |
org.infinispan.persistence.spi | |
org.infinispan.remoting |
Remote communication between cache instances.
|
org.infinispan.remoting.transport.jgroups |
A transport implementation based on JGroups.
|
org.infinispan.rest | |
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.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 |
CacheException
Deprecated.
|
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 |
CacheConfigurationException
An exception that represents an error in the configuration.
|
class |
CacheListenerException
Wraps exceptions produced by listener implementations.
|
Modifier and Type | Class and Description |
---|---|
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 |
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 |
RetryPrepareException
Indicates the state transfer is running and the prepare should be retried.
|
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.failedToCreateLucene4Directory(Exception e) |
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 |
IncorrectListenerException
Thrown when an incorrectly annotated class is added as a cache listener using the
Listenable.addListener(Object) API. |
Modifier and Type | Method and Description |
---|---|
void |
CLInterfaceTargetMigrator.disconnectSource(Cache<Object,Object> cache) |
long |
CLInterfaceTargetMigrator.synchronizeData(Cache<Object,Object> cache) |
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 | Method and Description |
---|---|
CacheException |
Log.remoteStoreNoHotRodWrapping(String cacheName) |
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 |
---|---|
void |
RestTargetMigrator.disconnectSource(Cache<Object,Object> cache) |
long |
RestTargetMigrator.synchronizeData(Cache<Object,Object> cache) |
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. |
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 on the caller.
|
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 |
CacheNotFoundException |
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 | 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 |
---|---|
CacheException |
Log.cannotResolveExternalizerReader(ComponentStatus status,
int readerIndex) |
CacheException |
Log.missingForeignExternalizer(int foreignId) |
CacheException |
Log.missingMigrationData(String name) |
CacheException |
Log.unknownExternalizerReaderIndex(int readerIndex) |
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 © 2014 JBoss, a division of Red Hat. All Rights Reserved.