Uses of Interface
org.modeshape.graph.connector.base.Node

Packages that use Node
org.modeshape.connector.disk The classes that make up the connector that stores content in a ModeShape-specific format on fixed disk. 
org.modeshape.connector.infinispan The classes that make up the connector that stores content in a deployed instance of Infinispan. 
org.modeshape.connector.jbosscache The classes that make up the connector that stores content in a JBoss Cache instance. 
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   
org.modeshape.graph.connector.inmemory The In-Memory Connector represents a connector that maintains a graph in transient in-process memory. 
 

Uses of Node in org.modeshape.connector.disk
 

Classes in org.modeshape.connector.disk that implement Node
 class DiskNode
          A specialization of the MapNode.
 

Uses of Node in org.modeshape.connector.infinispan
 

Classes in org.modeshape.connector.infinispan that implement Node
 class InfinispanNode
          A specialization of the MapNode.
 

Uses of Node in org.modeshape.connector.jbosscache
 

Classes in org.modeshape.connector.jbosscache that implement Node
 class JBossCacheNode
          A specialization of the MapNode.
 

Uses of Node in org.modeshape.graph.connector.base
 

Classes in org.modeshape.graph.connector.base with type parameters of type Node
 class AbstractNodeCachingRepositorySource<KeyType,NodeType extends Node>
           
 class BaseTransaction<NodeType extends Node,WorkspaceType extends Workspace>
           
 class Connection<NodeType extends Node,WorkspaceType extends Workspace>
          A connection to a Repository.
 interface NodeCachingRepositorySource<KeyType,NodeType extends Node>
           
 interface NodeCachingWorkspace<KeyType,NodeType extends Node>
           
 class Processor<NodeType extends Node,WorkspaceType extends Workspace>
          The default implementation of the RequestProcessor for map repositories.
 class Repository<NodeType extends Node,WorkspaceType extends Workspace>
          A representation of a repository as a set of named workspaces.
 interface Transaction<NodeType extends Node,WorkspaceType extends Workspace>
          A transaction in which all read and write operations against a repository are performed.
 

Classes in org.modeshape.graph.connector.base that implement Node
 class MapNode
          A Node implementation used by the hashed-based connector (see MapWorkspace and MapTransaction), which stores all node state keyed by the node's hash (or identifier).
 class PathNode
          A Node implementation used by the path-based connector (see PathWorkspace and PathTransaction), which stores all node state in a tree of content, where a specific path exists to each node in the tree.
 

Uses of Node in org.modeshape.graph.connector.base.cache
 

Classes in org.modeshape.graph.connector.base.cache with type parameters of type Node
 class InMemoryNodeCache<KeyType,NodeType extends Node>
          Implementation of NodeCache that stores all nodes in-memory.
 class NoCachePolicy<KeyType,NodeType extends Node>
          Trivial path cache policy implementation that performs no caching at all
 interface NodeCache<KeyType,NodeType extends Node>
          The basic contract for a workspace-level cache of paths to the nodes stored at that path.
 interface NodeCachePolicy<KeyType,NodeType extends Node>
          Cache policy implementation for use with workspace caches.
 class NodeCachePolicyChangedEvent<KeyType,NodeType extends Node>
          Event indicating that a repository's node cache policy has been changed.
 interface NodeCachePolicyChangedListener<KeyType,NodeType extends Node>
          Listener for NodeCachePolicyChangedEvents.
 

Uses of Node in org.modeshape.graph.connector.inmemory
 

Classes in org.modeshape.graph.connector.inmemory that implement Node
 class InMemoryNode
          A specialization of the MapNode.
 



Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.