|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TerracottaNotRunningException | |
---|---|
net.sf.ehcache | This package contains the public API for using ehcache. |
net.sf.ehcache.constructs | The constructs package builds on top of the core ehcache classes to create implementations for common caching patterns. |
net.sf.ehcache.constructs.classloader | ClassLoader contstructs package |
net.sf.ehcache.store | Store package. |
net.sf.ehcache.transaction | This package contains classes for controlling cache operations for transactional use. |
Uses of TerracottaNotRunningException in net.sf.ehcache |
---|
Methods in net.sf.ehcache that throw TerracottaNotRunningException | |
---|---|
boolean |
Ehcache.isClusterBulkLoadEnabled()
Returns true if at least one node in the cluster is in bulk-load mode. |
boolean |
Cache.isClusterBulkLoadEnabled()
Returns true if at least one node in the cluster is in bulk-load mode. |
boolean |
Ehcache.isClusterCoherent()
Deprecated. Use Ehcache.isClusterBulkLoadEnabled() instead |
boolean |
Ehcache.isNodeBulkLoadEnabled()
Returns true if the current node is in bulk-load mode. |
boolean |
Cache.isNodeBulkLoadEnabled()
Returns true if the current node is in bulk-load mode. |
boolean |
Ehcache.isNodeCoherent()
Deprecated. Use Ehcache.isNodeBulkLoadEnabled() instead |
void |
Ehcache.setNodeBulkLoadEnabled(boolean enabledBulkLoad)
Enable/disable bulk-load mode in this node for this cache. |
void |
Cache.setNodeBulkLoadEnabled(boolean enabledBulkLoad)
Enable/disable bulk-load mode in this node for this cache. |
void |
Ehcache.setNodeCoherent(boolean coherent)
Deprecated. Use Ehcache.setNodeBulkLoadEnabled(boolean) instead |
void |
Ehcache.waitUntilClusterBulkLoadComplete()
This method waits until all the connected nodes have disabled bulk-load. |
void |
Cache.waitUntilClusterBulkLoadComplete()
This method waits until all the connected nodes have disabled bulk-load. |
void |
Ehcache.waitUntilClusterCoherent()
Deprecated. Use Ehcache.waitUntilClusterBulkLoadComplete() instead |
Uses of TerracottaNotRunningException in net.sf.ehcache.constructs |
---|
Methods in net.sf.ehcache.constructs that throw TerracottaNotRunningException | |
---|---|
boolean |
EhcacheDecoratorAdapter.isClusterBulkLoadEnabled()
Returns true if at least one node in the cluster is in bulk-load mode. |
boolean |
EhcacheDecoratorAdapter.isNodeBulkLoadEnabled()
Returns true if the current node is in bulk-load mode. |
void |
EhcacheDecoratorAdapter.setNodeBulkLoadEnabled(boolean enabledBulkLoad)
Enable/disable bulk-load mode in this node for this cache. |
void |
EhcacheDecoratorAdapter.waitUntilClusterBulkLoadComplete()
This method waits until all the connected nodes have disabled bulk-load. |
Uses of TerracottaNotRunningException in net.sf.ehcache.constructs.classloader |
---|
Methods in net.sf.ehcache.constructs.classloader that throw TerracottaNotRunningException | |
---|---|
boolean |
ClassLoaderAwareCache.isClusterBulkLoadEnabled()
Returns true if at least one node in the cluster is in bulk-load mode. |
boolean |
ClassLoaderAwareCache.isClusterCoherent()
Returns true if the cache is in coherent mode cluster-wide. |
boolean |
ClassLoaderAwareCache.isNodeBulkLoadEnabled()
Returns true if the current node is in bulk-load mode. |
boolean |
ClassLoaderAwareCache.isNodeCoherent()
Returns true if the cache is in coherent mode for the current node. |
void |
ClassLoaderAwareCache.setNodeBulkLoadEnabled(boolean arg0)
Enable/disable bulk-load mode in this node for this cache. |
void |
ClassLoaderAwareCache.setNodeCoherent(boolean arg0)
Sets the cache in coherent or incoherent mode depending on the parameter on this node. |
void |
ClassLoaderAwareCache.waitUntilClusterBulkLoadComplete()
This method waits until all the connected nodes have disabled bulk-load. |
void |
ClassLoaderAwareCache.waitUntilClusterCoherent()
This method waits until the cache is in coherent mode in all the connected nodes. |
Uses of TerracottaNotRunningException in net.sf.ehcache.store |
---|
Methods in net.sf.ehcache.store that throw TerracottaNotRunningException | |
---|---|
boolean |
Store.isClusterCoherent()
Returns true if the cache is in coherent mode cluster-wide. |
boolean |
ElementIdAssigningStore.isClusterCoherent()
Returns true if the cache is in coherent mode cluster-wide. |
boolean |
CacheStore.isClusterCoherent()
|
boolean |
Store.isNodeCoherent()
Returns true if the cache is in coherent mode for the current node. |
boolean |
ElementIdAssigningStore.isNodeCoherent()
Returns true if the cache is in coherent mode for the current node. |
boolean |
CacheStore.isNodeCoherent()
|
void |
Store.setNodeCoherent(boolean coherent)
Sets the cache in coherent or incoherent mode for the current node depending on the parameter. |
void |
ElementIdAssigningStore.setNodeCoherent(boolean coherent)
Sets the cache in coherent or incoherent mode for the current node depending on the parameter. |
void |
CacheStore.setNodeCoherent(boolean coherent)
|
void |
Store.waitUntilClusterCoherent()
This method waits until the cache is in coherent mode in all the connected nodes. |
void |
ElementIdAssigningStore.waitUntilClusterCoherent()
This method waits until the cache is in coherent mode in all the connected nodes. |
void |
CacheStore.waitUntilClusterCoherent()
|
void |
AbstractStore.waitUntilClusterCoherent()
This method waits until the cache is in coherent mode in all the connected nodes. |
Uses of TerracottaNotRunningException in net.sf.ehcache.transaction |
---|
Methods in net.sf.ehcache.transaction that throw TerracottaNotRunningException | |
---|---|
void |
AbstractTransactionStore.waitUntilClusterCoherent()
This method waits until the cache is in coherent mode in all the connected nodes. |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |