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

Packages that use Node
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.inmemory The In-Memory Connector represents a connector that maintains a graph in transient in-process memory. 
 

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 BaseTransaction<NodeType extends Node,WorkspaceType extends Workspace>
           
 class Connection<NodeType extends Node,WorkspaceType extends Workspace>
          A connection to a Repository.
 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.inmemory
 

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



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