Uses of Class
net.sf.ehcache.terracotta.TerracottaNotRunningException
-
Packages that use TerracottaNotRunningException Package Description 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 packagenet.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 Modifier and Type Method Description booleanCache. isClusterBulkLoadEnabled()Returns true if at least one node in the cluster is in bulk-load mode.booleanEhcache. isClusterBulkLoadEnabled()Returns true if at least one node in the cluster is in bulk-load mode.booleanEhcache. isClusterCoherent()Deprecated.UseEhcache.isClusterBulkLoadEnabled()insteadbooleanCache. isNodeBulkLoadEnabled()Returns true if the current node is in bulk-load mode.booleanEhcache. isNodeBulkLoadEnabled()Returns true if the current node is in bulk-load mode.booleanEhcache. isNodeCoherent()Deprecated.UseEhcache.isNodeBulkLoadEnabled()insteadvoidCache. setNodeBulkLoadEnabled(boolean enabledBulkLoad)Enable/disable bulk-load mode in this node for this cache.voidEhcache. setNodeBulkLoadEnabled(boolean enabledBulkLoad)Enable/disable bulk-load mode in this node for this cache.voidEhcache. setNodeCoherent(boolean coherent)Deprecated.UseEhcache.setNodeBulkLoadEnabled(boolean)insteadvoidCache. waitUntilClusterBulkLoadComplete()This method waits until all the connected nodes have disabled bulk-load.voidEhcache. waitUntilClusterBulkLoadComplete()This method waits until all the connected nodes have disabled bulk-load.voidEhcache. waitUntilClusterCoherent()Deprecated.UseEhcache.waitUntilClusterBulkLoadComplete()instead -
Uses of TerracottaNotRunningException in net.sf.ehcache.constructs
Methods in net.sf.ehcache.constructs that throw TerracottaNotRunningException Modifier and Type Method Description booleanEhcacheDecoratorAdapter. isClusterBulkLoadEnabled()Returns true if at least one node in the cluster is in bulk-load mode.booleanEhcacheDecoratorAdapter. isNodeBulkLoadEnabled()Returns true if the current node is in bulk-load mode.voidEhcacheDecoratorAdapter. setNodeBulkLoadEnabled(boolean enabledBulkLoad)Enable/disable bulk-load mode in this node for this cache.voidEhcacheDecoratorAdapter. 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 Modifier and Type Method Description booleanClassLoaderAwareCache. isClusterBulkLoadEnabled()Returns true if at least one node in the cluster is in bulk-load mode.booleanClassLoaderAwareCache. isClusterCoherent()Returns true if the cache is in coherent mode cluster-wide.booleanClassLoaderAwareCache. isNodeBulkLoadEnabled()Returns true if the current node is in bulk-load mode.booleanClassLoaderAwareCache. isNodeCoherent()Returns true if the cache is in coherent mode for the current node.voidClassLoaderAwareCache. setNodeBulkLoadEnabled(boolean arg0)Enable/disable bulk-load mode in this node for this cache.voidClassLoaderAwareCache. setNodeCoherent(boolean arg0)Sets the cache in coherent or incoherent mode depending on the parameter on this node.voidClassLoaderAwareCache. waitUntilClusterBulkLoadComplete()This method waits until all the connected nodes have disabled bulk-load.voidClassLoaderAwareCache. 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 Modifier and Type Method Description booleanCacheStore. isClusterCoherent()booleanElementIdAssigningStore. isClusterCoherent()Returns true if the cache is in coherent mode cluster-wide.booleanStore. isClusterCoherent()Returns true if the cache is in coherent mode cluster-wide.booleanCacheStore. isNodeCoherent()booleanElementIdAssigningStore. isNodeCoherent()Returns true if the cache is in coherent mode for the current node.booleanStore. isNodeCoherent()Returns true if the cache is in coherent mode for the current node.voidCacheStore. setNodeCoherent(boolean coherent)voidElementIdAssigningStore. setNodeCoherent(boolean coherent)Sets the cache in coherent or incoherent mode for the current node depending on the parameter.voidStore. setNodeCoherent(boolean coherent)Sets the cache in coherent or incoherent mode for the current node depending on the parameter.voidAbstractStore. waitUntilClusterCoherent()This method waits until the cache is in coherent mode in all the connected nodes.voidCacheStore. waitUntilClusterCoherent()voidElementIdAssigningStore. waitUntilClusterCoherent()This method waits until the cache is in coherent mode in all the connected nodes.voidStore. 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 Modifier and Type Method Description voidAbstractTransactionStore. waitUntilClusterCoherent()This method waits until the cache is in coherent mode in all the connected nodes.
-