|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CacheException in org.jboss.cache |
---|
Subclasses of CacheException in org.jboss.cache | |
---|---|
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 |
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 |
Methods in org.jboss.cache that throw CacheException | ||
---|---|---|
void |
CacheImpl._addChild(GlobalTransaction gtx,
Fqn parent_fqn,
Object child_name,
Node cn,
boolean undoOps)
Compensating method to CacheImpl._remove(GlobalTransaction,Fqn,boolean) . |
|
boolean |
CacheImpl._evict(Fqn fqn)
Internal evict method called by eviction policy provider. |
|
boolean |
CacheImpl._evict(Fqn fqn,
DataVersion version)
Internal evict method called by eviction policy provider. |
|
protected void |
CacheImpl._evictSubtree(Fqn subtree)
Evicts the node at subtree along with all descendant nodes. |
|
Node |
CacheImpl._get(Fqn<?> fqn)
Returns the raw data of the node; called externally internally. |
|
Object |
CacheImpl._get(Fqn<?> fqn,
Object key,
boolean sendNodeEvent)
|
|
|
CacheImpl._getChildrenNames(Fqn<E> fqn)
|
|
Set |
CacheImpl._getKeys(Fqn<?> fqn)
|
|
void |
CacheImpl._put(GlobalTransaction tx,
Fqn fqn,
Map data,
boolean create_undo_ops)
Internal put method. |
|
void |
CacheImpl._put(GlobalTransaction tx,
Fqn fqn,
Map data,
boolean create_undo_ops,
boolean erase_contents)
Internal put method. |
|
void |
CacheImpl._put(GlobalTransaction tx,
Fqn fqn,
Map data,
boolean create_undo_ops,
boolean erase_contents,
DataVersion dv)
|
|
void |
CacheImpl._put(GlobalTransaction tx,
Fqn fqn,
Map data,
boolean create_undo_ops,
DataVersion dv)
|
|
Object |
CacheImpl._put(GlobalTransaction tx,
Fqn fqn,
Object key,
Object value,
boolean create_undo_ops)
Internal put method. |
|
Object |
CacheImpl._put(GlobalTransaction tx,
Fqn fqn,
Object key,
Object value,
boolean create_undo_ops,
DataVersion dv)
|
|
void |
CacheImpl._put(GlobalTransaction tx,
String fqn,
Map data,
boolean create_undo_ops)
Internal put method. |
|
Object |
CacheImpl._put(GlobalTransaction tx,
String fqn,
Object key,
Object value,
boolean create_undo_ops)
Internal put method. |
|
void |
CacheImpl._putForExternalRead(GlobalTransaction gtx,
Fqn fqn,
Object key,
Object value,
DataVersion dv)
|
|
boolean |
CacheImpl._remove(GlobalTransaction tx,
Fqn fqn,
boolean create_undo_ops)
Internal remove method. |
|
boolean |
CacheImpl._remove(GlobalTransaction tx,
Fqn fqn,
boolean create_undo_ops,
boolean sendNodeEvent)
|
|
boolean |
CacheImpl._remove(GlobalTransaction tx,
Fqn fqn,
boolean create_undo_ops,
boolean sendNodeEvent,
boolean eviction)
Internal method to remove a node. |
|
boolean |
CacheImpl._remove(GlobalTransaction tx,
Fqn fqn,
boolean create_undo_ops,
boolean skipSendingNodeEvents,
boolean eviction,
DataVersion version)
Internal method to remove a node. |
|
boolean |
CacheImpl._remove(GlobalTransaction tx,
Fqn fqn,
boolean create_undo_ops,
DataVersion dv)
|
|
Object |
CacheImpl._remove(GlobalTransaction tx,
Fqn fqn,
Object key,
boolean create_undo_ops)
Internal method to remove a key. |
|
Object |
CacheImpl._remove(GlobalTransaction tx,
Fqn fqn,
Object key,
boolean create_undo_ops,
DataVersion dv)
|
|
void |
CacheImpl._remove(GlobalTransaction tx,
String fqn,
boolean create_undo_ops)
Internal remove method. |
|
Object |
CacheImpl._remove(GlobalTransaction tx,
String fqn,
Object key,
boolean create_undo_ops)
Internal method to remove a key. |
|
void |
CacheImpl._removeData(GlobalTransaction tx,
Fqn fqn,
boolean create_undo_ops)
Internal method to remove data from a node. |
|
void |
CacheImpl._removeData(GlobalTransaction tx,
Fqn fqn,
boolean create_undo_ops,
boolean sendNodeEvent)
Internal method to remove data from a node. |
|
void |
CacheImpl._removeData(GlobalTransaction tx,
Fqn fqn,
boolean create_undo_ops,
boolean sendNodeEvent,
boolean eviction)
Internal method to remove data from a node. |
|
void |
CacheImpl._removeData(GlobalTransaction tx,
Fqn fqn,
boolean create_undo_ops,
boolean sendNodeEvent,
boolean eviction,
DataVersion version)
Internal method to remove data from a node. |
|
void |
CacheImpl._removeData(GlobalTransaction tx,
Fqn fqn,
boolean create_undo_ops,
DataVersion dv)
|
|
void |
CacheImpl._removeData(GlobalTransaction tx,
String fqn,
boolean create_undo_ops)
Internal method to remove data from a node. |
|
void |
CacheImpl.create()
Lifecycle method. |
|
void |
Cache.create()
Lifecycle method that initializes configuration state, the root node, etc. |
|
GravitateResult |
CacheImpl.gravitateData(Fqn fqn,
boolean searchSubtrees)
Used with buddy replication's data gravitation interceptor. |
|
void |
CacheImpl.start()
Lifecyle method. |
|
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. |
Uses of CacheException in org.jboss.cache.buddyreplication |
---|
Subclasses of CacheException in org.jboss.cache.buddyreplication | |
---|---|
class |
BuddyNotInitException
Exception to depict that a buddy has not been initialised to participate in any comms |
Methods in org.jboss.cache.buddyreplication that throw CacheException | |
---|---|
void |
BuddyManager.init()
|
Uses of CacheException in org.jboss.cache.config |
---|
Subclasses of CacheException in org.jboss.cache.config | |
---|---|
class |
ConfigurationException
An exception that represents an error in the configuration. |
Uses of CacheException in org.jboss.cache.interceptors |
---|
Methods in org.jboss.cache.interceptors that throw CacheException | |
---|---|
protected GlobalTransaction |
OptimisticInterceptor.getGlobalTransaction(InvocationContext ctx)
|
protected TransactionWorkspace |
OptimisticInterceptor.getTransactionWorkspace(GlobalTransaction gtx)
|
protected TransactionWorkspace |
OptimisticReplicationInterceptor.getTransactionWorkspace(GlobalTransaction gtx)
|
Uses of CacheException in org.jboss.cache.invocation |
---|
Methods in org.jboss.cache.invocation that throw CacheException | |
---|---|
void |
CacheInvocationDelegate.clearData(String fqn)
Removes the keys and properties from a node. |
void |
CacheInvocationDelegate.create()
|
protected Object |
AbstractInvocationDelegate.invoke(MethodCall call)
Passes a method call up the interceptor chain. |
protected Object |
AbstractInvocationDelegate.invoke(MethodCall call,
boolean skipCacheStatusCheck)
Passes a method call up the interceptor chain, optionally allowing you to skip cache status checks. |
V |
CacheInvocationDelegate.remove(Fqn<?> fqn,
K key)
|
void |
CacheInvocationDelegate.start()
|
Uses of CacheException in org.jboss.cache.jmx |
---|
Methods in org.jboss.cache.jmx that throw CacheException | |
---|---|
void |
CacheJmxWrapperMBean.create()
|
void |
CacheJmxWrapper.create()
|
protected boolean |
CacheJmxWrapper.registerInterceptors()
|
void |
CacheJmxWrapperMBean.start()
|
void |
CacheJmxWrapper.start()
|
Uses of CacheException in org.jboss.cache.loader |
---|
Methods in org.jboss.cache.loader that throw CacheException | |
---|---|
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()
|
Uses of CacheException in org.jboss.cache.lock |
---|
Subclasses of CacheException in org.jboss.cache.lock | |
---|---|
class |
DeadlockException
Used when a lock acquisition would cause a deadlock. |
class |
LockingException
Used for all locking-related exceptions, e.g. when a lock could not be acquired within the timeout, or when a deadlock was detected or an upgrade failed. |
class |
TimeoutException
Thrown when a timeout occurred. used by operations with timeouts, e.g. lock acquisition, or waiting for responses from all members. |
class |
UpgradeException
Used when a read-lock cannot be upgraded to a write-lock |
Uses of CacheException in org.jboss.cache.marshall |
---|
Subclasses of CacheException in org.jboss.cache.marshall | |
---|---|
class |
InactiveRegionException
Thrown by a AbstractMarshaller instance when attempting to perform an operation on an inactive region. |
Uses of CacheException in org.jboss.cache.notifications |
---|
Subclasses of CacheException in org.jboss.cache.notifications | |
---|---|
class |
IncorrectCacheListenerException
Thrown when an incorrectly annotated class is added as a cache listener using the Cache.addCacheListener(Object) API. |
Uses of CacheException in org.jboss.cache.optimistic |
---|
Subclasses of CacheException in org.jboss.cache.optimistic | |
---|---|
class |
DataVersioningException
Denotes exceptions to do with data versioning in optimistic locking |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |