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.
|
class |
RegionEmptyException
Exception to represent a region being empty when state was expected in that region.
|
class |
RegionNotEmptyException
Thrown when an attempt is made to
RegionManager.activate(Fqn) activate a subtree}
root in Fqn that already has an existing node in the cache. |
class |
ReplicationException
Thrown when a replication problem occurred
|
class |
SuspectException
Thrown when a member is suspected during remote method invocation
|
Modifier and Type | Method and Description |
---|---|
void |
Cache.create()
Lifecycle method that initializes configuration state, the root node, etc.
|
protected void |
LegacyRegionManagerImpl.inactivateRegion(Fqn fqn)
Deprecated.
Causes the cache to stop accepting replication events for the subtree
rooted at
subtreeFqn and evict all nodes in that subtree. |
protected void |
RegionManagerImpl.inactivateRegion(Fqn fqn)
Causes the cache to stop accepting replication events for the subtree
rooted at
subtreeFqn and evict all nodes in that subtree. |
void |
Cache.start()
Lifecycle method that starts the cache loader,
starts cache replication, starts the region manager, etc., and (if configured) warms the cache using a
state transfer or cache loader preload.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchContainer.startBatch() |
Modifier and Type | Class and Description |
---|---|
class |
BuddyNotInitException
Exception to depict that a buddy has not been initialised to participate in any comms
|
Modifier and Type | Method and Description |
---|---|
void |
BuddyManager.init() |
Modifier and Type | Method and Description |
---|---|
protected void |
VersionedInvalidateCommand.removeData(NodeSPI n,
InvocationContext ctx)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationException
An exception that represents an error in the configuration.
|
class |
LegacyConfigurationException
Thrown when a legacy configuration XML element is passed into a modern 3.0 parser
|
class |
MissingPolicyException |
class |
OldFileFormatException
This exception indicates that an old configuration file is passed to a parser that only knows how to handle newer
configuration file.
|
class |
UnsupportedEvictionImplException
Thrown if an eviction configuration that cannot be translated to the new 3.x eviction interfaces is used.
|
Modifier and Type | Class and Description |
---|---|
class |
EvictionException |
Modifier and Type | Method and Description |
---|---|
protected GlobalTransaction |
OptimisticInterceptor.getGlobalTransaction(InvocationContext ctx)
Deprecated.
|
protected TransactionWorkspace |
OptimisticReplicationInterceptor.getTransactionWorkspace(InvocationContext ctx)
Deprecated.
|
protected TransactionWorkspace |
OptimisticInterceptor.getTransactionWorkspace(InvocationContext ctx)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheInvocationDelegate.clearData(String fqn)
Removes the keys and properties from a node.
|
void |
CacheInvocationDelegate.create() |
V |
CacheInvocationDelegate.remove(Fqn fqn,
K key) |
void |
CacheInvocationDelegate.start() |
Modifier and Type | Method and Description |
---|---|
void |
CacheJmxWrapperMBean.create() |
void |
CacheJmxWrapper.create() |
void |
JmxRegistrationManager.registerAllMBeans()
Performs the MBean registration.
|
protected boolean |
CacheJmxWrapper.registerJmxResources() |
void |
CacheJmxWrapperMBean.start() |
void |
CacheJmxWrapper.start() |
void |
JmxRegistrationManager.unregisterAllMBeans()
Unregisters all the MBeans registered through
JmxRegistrationManager.registerAllMBeans() . |
Modifier and Type | Method and Description |
---|---|
void |
CacheLoaderManager.preload(Fqn fqn,
boolean preloadParents,
boolean preloadChildren)
Preloads a specific Fqn into the cache from the configured cacheloader
|
void |
CacheLoaderManager.preloadCache()
Performs a preload on the cache based on the cache loader preload configs used when configuring the cache.
|
void |
CacheLoaderManager.setConfig(CacheLoaderConfig config,
CacheSPI cache,
Configuration configuration)
Sets a configuration object and creates a cacheloader accordingly.
|
void |
CacheLoaderManager.startCacheLoader() |
Modifier and Type | Class and Description |
---|---|
class |
DeadlockException
Used when a lock acquisition would cause a deadlock.
|
class |
LockingException
Used for all locking-related exceptions, e.g.
|
class |
TimeoutException
Thrown when a timeout occurred.
|
class |
UpgradeException
Used when a read-lock cannot be upgraded to a write-lock
|
Modifier and Type | Class and Description |
---|---|
class |
InactiveRegionException
Thrown by a
AbstractMarshaller instance when attempting to perform an operation on an inactive region. |
Modifier and Type | Class and Description |
---|---|
class |
IncorrectCacheListenerException
Thrown when an incorrectly annotated class is added as a cache listener using the
Cache.addCacheListener(Object) API. |
Modifier and Type | Class and Description |
---|---|
class |
DataVersioningException
Denotes exceptions to do with data versioning in optimistic locking
|
Modifier and Type | Class and Description |
---|---|
class |
StateProviderBusyException
Thrown when a state provider is busy
|
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.