|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeCachePolicy | |
---|---|
org.modeshape.graph.connector.base | This package defines a series of classes that can serve as base classes for a connector implementation. |
org.modeshape.graph.connector.base.cache |
Uses of NodeCachePolicy in org.modeshape.graph.connector.base |
---|
Fields in org.modeshape.graph.connector.base declared as NodeCachePolicy | |
---|---|
NodeCachePolicy<KeyType,NodeType> |
AbstractNodeCachingRepositorySource.DEFAULT_NODE_CACHE_POLICY
The initial cache policy. |
Methods in org.modeshape.graph.connector.base that return NodeCachePolicy | |
---|---|
NodeCachePolicy<NodeType,NodeType> |
NodeCachingRepositorySource.getNodeCachePolicy()
|
NodeCachePolicy<KeyType,NodeType> |
AbstractNodeCachingRepositorySource.getNodeCachePolicy()
Get the node cache policy for this source, or null if the global node cache policy should be used |
Methods in org.modeshape.graph.connector.base with parameters of type NodeCachePolicy | |
---|---|
void |
AbstractNodeCachingRepositorySource.setNodeCachePolicy(NodeCachePolicy<KeyType,NodeType> nodeCachePolicy)
|
void |
NodeCachingRepositorySource.setNodeCachePolicy(NodeCachePolicy<NodeType,NodeType> defaultCachePolicy)
|
Uses of NodeCachePolicy in org.modeshape.graph.connector.base.cache |
---|
Classes in org.modeshape.graph.connector.base.cache that implement NodeCachePolicy | |
---|---|
static class |
InMemoryNodeCache.MapCachePolicy<NodeType extends MapNode>
Path cache policy implementation that caches all nodes in an in-memory cache. |
static class |
InMemoryNodeCache.PathCachePolicy
|
class |
NoCachePolicy<KeyType,NodeType extends Node>
Trivial path cache policy implementation that performs no caching at all |
Fields in org.modeshape.graph.connector.base.cache declared as NodeCachePolicy | |
---|---|
protected NodeCachePolicy<KeyType,NodeType> |
InMemoryNodeCache.policy
|
Methods in org.modeshape.graph.connector.base.cache that return NodeCachePolicy | |
---|---|
NodeCachePolicy<KeyType,NodeType> |
NodeCachePolicyChangedEvent.getNewPolicy()
|
NodeCachePolicy<KeyType,NodeType> |
NodeCachePolicyChangedEvent.getOldPolicy()
|
Methods in org.modeshape.graph.connector.base.cache with parameters of type NodeCachePolicy | |
---|---|
void |
NodeCache.assignPolicy(NodeCachePolicy<KeyType,NodeType> policy)
Injects the cache policy into the cache |
void |
InMemoryNodeCache.assignPolicy(NodeCachePolicy<KeyType,NodeType> policy)
|
Constructors in org.modeshape.graph.connector.base.cache with parameters of type NodeCachePolicy | |
---|---|
InMemoryNodeCache.MapCache(NodeCachePolicy<UUID,N> policy)
|
|
InMemoryNodeCache.PathCache(NodeCachePolicy<Path,PathNode> policy)
|
|
InMemoryNodeCache(NodeCachePolicy<KeyType,NodeType> policy)
|
|
NodeCachePolicyChangedEvent(NodeCachePolicy<KeyType,NodeType> oldPolicy,
NodeCachePolicy<KeyType,NodeType> newPolicy)
|
|
NodeCachePolicyChangedEvent(NodeCachePolicy<KeyType,NodeType> oldPolicy,
NodeCachePolicy<KeyType,NodeType> newPolicy)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |