Modifier and Type | Class and Description |
---|---|
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.
|
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 |
---|---|
void |
Log_$logger.stopBeforeDestroyFailed(CacheException arg0) |
Modifier and Type | Method and Description |
---|---|
<K,C> EntryResponseCommand<K,C> |
CommandsFactory.buildEntryResponseCommand(UUID identifier,
Set<Integer> completedSegments,
Set<Integer> inDoubtSegments,
Collection<CacheEntry<K,C>> values,
CacheException e)
Builds
EntryResponseCommand use to respond with retrieved entries for
given segments |
<K,C> EntryResponseCommand<K,C> |
CommandsFactoryImpl.buildEntryResponseCommand(UUID identifier,
Set<Integer> completedSegments,
Set<Integer> inDoubtSegments,
Collection<CacheEntry<K,C>> values,
CacheException e) |
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 |
MapReduceException
An exception indicating Map/Reduce job failure
|
Modifier and Type | Method and Description |
---|---|
Map<KOut,VOut> |
MapReduceTask.execute()
Deprecated.
Executes this task across Infinispan cluster nodes.
|
void |
MapReduceTask.execute(Cache<KOut,VOut> resultsCache)
Deprecated.
Executes this task and stores results in the provided results cache.
|
void |
MapReduceTask.execute(String resultsCache)
Deprecated.
Executes this task and stores results in the provided results cache.
|
Modifier and Type | Class and Description |
---|---|
class |
RetryPrepareException
Indicates the state transfer is running and the prepare should be retried.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DistributedEntryRetriever.DistributedItr.close(CacheException e) |
protected void |
LocalEntryRetriever.Itr.close(CacheException e) |
<C> void |
DistributedEntryRetriever.receiveResponse(UUID identifier,
Address origin,
Set<Integer> completedSegments,
Set<Integer> inDoubtSegments,
Collection<CacheEntry<K,C>> entries,
CacheException e) |
<C> void |
EntryRetriever.receiveResponse(UUID identifier,
Address origin,
Set<Integer> completedSegments,
Set<Integer> inDoubtSegments,
Collection<CacheEntry<K,C>> entries,
CacheException e)
Deprecated.
This method is invoked on the local node who started the iteration process for each batch of values.
|
<C> void |
LocalEntryRetriever.receiveResponse(UUID identifier,
Address origin,
Set<Integer> completedSegments,
Set<Integer> inDoubtSegments,
Collection<CacheEntry<K,C>> entries,
CacheException e) |
Constructor and Description |
---|
EntryResponseCommand(Address origin,
String cacheName,
UUID identifier,
Set<Integer> completedSegments,
Set<Integer> inDoubtSegments,
Collection<CacheEntry<K,C>> values,
CacheException e) |
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 |
---|---|
void |
Log_$logger.stopBeforeDestroyFailed(CacheException arg0) |
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 |
ClusterEventManager.sendEvents()
Sends all previously added events on this thread
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterEventManagerStub.sendEvents() |
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 | Method and Description |
---|---|
void |
CLInterfaceTargetMigrator.disconnectSource(Cache<Object,Object> cache) |
long |
CLInterfaceTargetMigrator.synchronizeData(Cache<Object,Object> cache) |
long |
CLInterfaceTargetMigrator.synchronizeData(Cache<Object,Object> cache,
int readBatch,
int threads) |
Modifier and Type | Method and Description |
---|---|
CacheException |
Log_$logger.cannotResolveExternalizerReader(ComponentStatus arg0,
int arg1) |
CacheException |
Log_$logger.clusterListenerRegisteredWithOnlyPreEvents(Class arg0) |
CacheException |
Log_$logger.couldNotMigrateData(String arg0) |
CacheException |
Log_$logger.exceptionProcessingEntryRetrievalValues(Throwable arg0) |
CacheException |
Log_$logger.exceptionProcessingIteratorResponse(UUID arg0,
Throwable arg1) |
CacheException |
Log_$logger.missingForeignExternalizer(int arg0) |
CacheException |
Log_$logger.missingMigrationData(String arg0) |
CacheException |
Log_$logger.orphanTransactionRolledBack(GlobalTransaction arg0) |
CacheException |
Log_$logger.remoteTransactionAlreadyRolledBack(GlobalTransaction arg0) |
CacheException |
Log_$logger.unknownExternalizerReaderIndex(int arg0) |
Modifier and Type | Method and Description |
---|---|
void |
Log_$logger.stopBeforeDestroyFailed(CacheException arg0) |
Modifier and Type | Class and Description |
---|---|
class |
JpaStoreException |
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_$logger.cannotResolveExternalizerReader(ComponentStatus arg0,
int arg1) |
CacheException |
Log_$logger.clusterListenerRegisteredWithOnlyPreEvents(Class arg0) |
CacheException |
Log_$logger.couldNotMigrateData(String arg0) |
CacheException |
Log_$logger.exceptionProcessingEntryRetrievalValues(Throwable arg0) |
CacheException |
Log_$logger.exceptionProcessingIteratorResponse(UUID arg0,
Throwable arg1) |
CacheException |
Log_$logger.missingForeignExternalizer(int arg0) |
CacheException |
Log_$logger.missingMigrationData(String arg0) |
CacheException |
Log_$logger.orphanTransactionRolledBack(GlobalTransaction arg0) |
CacheException |
Log_$logger.remoteTransactionAlreadyRolledBack(GlobalTransaction arg0) |
CacheException |
Log_$logger.unknownExternalizerReaderIndex(int arg0) |
Modifier and Type | Method and Description |
---|---|
void |
Log_$logger.stopBeforeDestroyFailed(CacheException arg0) |
Modifier and Type | Method and Description |
---|---|
void |
Log_$logger.stopBeforeDestroyFailed(CacheException arg0) |
Modifier and Type | Method and Description |
---|---|
void |
HotRodTargetMigrator.disconnectSource(Cache<Object,Object> cache) |
long |
HotRodTargetMigrator.synchronizeData(Cache<Object,Object> cache) |
long |
HotRodTargetMigrator.synchronizeData(Cache<Object,Object> cache,
int readBatch,
int threads) |
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 | Method and Description |
---|---|
CacheException |
JavaLog_$logger.cannotResolveExternalizerReader(ComponentStatus arg0,
int arg1) |
CacheException |
JavaLog_$logger.clusterListenerRegisteredWithOnlyPreEvents(Class arg0) |
CacheException |
JavaLog_$logger.couldNotMigrateData(String arg0) |
CacheException |
JavaLog_$logger.exceptionProcessingEntryRetrievalValues(Throwable arg0) |
CacheException |
JavaLog_$logger.exceptionProcessingIteratorResponse(UUID arg0,
Throwable arg1) |
CacheException |
JavaLog_$logger.missingForeignExternalizer(int arg0) |
CacheException |
JavaLog_$logger.missingMigrationData(String arg0) |
CacheException |
JavaLog_$logger.orphanTransactionRolledBack(GlobalTransaction arg0) |
CacheException |
JavaLog_$logger.remoteTransactionAlreadyRolledBack(GlobalTransaction arg0) |
CacheException |
JavaLog_$logger.unknownExternalizerReaderIndex(int arg0) |
Modifier and Type | Method and Description |
---|---|
void |
JavaLog_$logger.stopBeforeDestroyFailed(CacheException arg0) |
Modifier and Type | Method and Description |
---|---|
CacheException |
JavaLog_$logger.cannotResolveExternalizerReader(ComponentStatus arg0,
int arg1) |
CacheException |
JavaLog_$logger.clusterListenerRegisteredWithOnlyPreEvents(Class arg0) |
CacheException |
JavaLog_$logger.couldNotMigrateData(String arg0) |
CacheException |
JavaLog_$logger.exceptionProcessingEntryRetrievalValues(Throwable arg0) |
CacheException |
JavaLog_$logger.exceptionProcessingIteratorResponse(UUID arg0,
Throwable arg1) |
CacheException |
JavaLog_$logger.missingForeignExternalizer(int arg0) |
CacheException |
JavaLog_$logger.missingMigrationData(String arg0) |
CacheException |
JavaLog_$logger.orphanTransactionRolledBack(GlobalTransaction arg0) |
CacheException |
JavaLog_$logger.remoteTransactionAlreadyRolledBack(GlobalTransaction arg0) |
CacheException |
JavaLog_$logger.unknownExternalizerReaderIndex(int arg0) |
Modifier and Type | Method and Description |
---|---|
void |
JavaLog_$logger.stopBeforeDestroyFailed(CacheException arg0) |
Modifier and Type | Method and Description |
---|---|
CacheException |
Log_$logger.cannotResolveExternalizerReader(ComponentStatus arg0,
int arg1) |
CacheException |
Log_$logger.clusterListenerRegisteredWithOnlyPreEvents(Class arg0) |
CacheException |
Log_$logger.couldNotMigrateData(String arg0) |
CacheException |
Log_$logger.exceptionProcessingEntryRetrievalValues(Throwable arg0) |
CacheException |
Log_$logger.exceptionProcessingIteratorResponse(UUID arg0,
Throwable arg1) |
CacheException |
Log_$logger.missingForeignExternalizer(int arg0) |
CacheException |
Log_$logger.missingMigrationData(String arg0) |
CacheException |
Log_$logger.orphanTransactionRolledBack(GlobalTransaction arg0) |
CacheException |
Log_$logger.remoteTransactionAlreadyRolledBack(GlobalTransaction arg0) |
CacheException |
Log_$logger.unknownExternalizerReaderIndex(int arg0) |
Modifier and Type | Method and Description |
---|---|
void |
Log_$logger.stopBeforeDestroyFailed(CacheException arg0) |
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 | Method and Description |
---|---|
CacheException |
Log_$logger.cannotResolveExternalizerReader(ComponentStatus arg0,
int arg1) |
CacheException |
Log_$logger.clusterListenerRegisteredWithOnlyPreEvents(Class arg0) |
CacheException |
Log_$logger.couldNotMigrateData(String arg0) |
CacheException |
Log_$logger.exceptionProcessingEntryRetrievalValues(Throwable arg0) |
CacheException |
Log_$logger.exceptionProcessingIteratorResponse(UUID arg0,
Throwable arg1) |
CacheException |
Log_$logger.missingForeignExternalizer(int arg0) |
CacheException |
Log_$logger.missingMigrationData(String arg0) |
CacheException |
Log_$logger.orphanTransactionRolledBack(GlobalTransaction arg0) |
CacheException |
Log_$logger.remoteTransactionAlreadyRolledBack(GlobalTransaction arg0) |
CacheException |
Log_$logger.unknownExternalizerReaderIndex(int arg0) |
Modifier and Type | Method and Description |
---|---|
void |
Log_$logger.stopBeforeDestroyFailed(CacheException arg0) |
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 |
---|---|
CacheException |
Log_$logger.cannotResolveExternalizerReader(ComponentStatus arg0,
int arg1) |
CacheException |
Log_$logger.clusterListenerRegisteredWithOnlyPreEvents(Class arg0) |
CacheException |
Log_$logger.couldNotMigrateData(String arg0) |
CacheException |
Log_$logger.exceptionProcessingEntryRetrievalValues(Throwable arg0) |
CacheException |
Log_$logger.exceptionProcessingIteratorResponse(UUID arg0,
Throwable arg1) |
CacheException |
Log_$logger.missingForeignExternalizer(int arg0) |
CacheException |
Log_$logger.missingMigrationData(String arg0) |
CacheException |
Log_$logger.orphanTransactionRolledBack(GlobalTransaction arg0) |
CacheException |
Log_$logger.remoteTransactionAlreadyRolledBack(GlobalTransaction arg0) |
CacheException |
Log_$logger.unknownExternalizerReaderIndex(int arg0) |
Modifier and Type | Method and Description |
---|---|
void |
Log_$logger.stopBeforeDestroyFailed(CacheException arg0) |
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 | Method and Description |
---|---|
void |
Log_$logger.stopBeforeDestroyFailed(CacheException e) |
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.