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 package
|
net.sf.ehcache.store |
Store package.
|
net.sf.ehcache.transaction |
This package contains classes for controlling cache operations for transactional use.
|
Modifier and Type | Method and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ElementIdAssigningStore.isClusterCoherent()
Returns true if the cache is in coherent mode cluster-wide.
|
boolean |
Store.isClusterCoherent()
Returns true if the cache is in coherent mode cluster-wide.
|
boolean |
ElementIdAssigningStore.isNodeCoherent()
Returns true if the cache is in coherent mode for the current node.
|
boolean |
Store.isNodeCoherent()
Returns true if the cache is in coherent mode for the current node.
|
void |
ElementIdAssigningStore.setNodeCoherent(boolean coherent)
Sets the cache in coherent or incoherent mode for the current node depending on the parameter.
|
void |
Store.setNodeCoherent(boolean coherent)
Sets the cache in coherent or incoherent mode for the current node depending on the parameter.
|
void |
ElementIdAssigningStore.waitUntilClusterCoherent()
This method waits until the cache is in coherent mode in all the connected nodes.
|
void |
AbstractStore.waitUntilClusterCoherent()
This method waits until the cache is in coherent mode in all the connected nodes.
|
void |
Store.waitUntilClusterCoherent()
This method waits until the cache is in coherent mode in all the connected nodes.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractTransactionStore.waitUntilClusterCoherent()
This method waits until the cache is in coherent mode in all the connected nodes.
|
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.