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

Packages that use Workspace
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.connector.svn The classes that make up the connector that accesses content from an SVN repository. 
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 Workspace in org.modeshape.connector.infinispan
 

Classes in org.modeshape.connector.infinispan that implement Workspace
 class InfinispanWorkspace
           
 

Uses of Workspace in org.modeshape.connector.jbosscache
 

Classes in org.modeshape.connector.jbosscache that implement Workspace
 class JBossCacheWorkspace
           
 

Uses of Workspace in org.modeshape.connector.svn
 

Classes in org.modeshape.connector.svn that implement Workspace
 class SvnWorkspace
          Workspace implementation for SVN repository connector
 

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

Classes in org.modeshape.graph.connector.base with type parameters of type Workspace
 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 Workspace
 class MapWorkspace<NodeType extends MapNode>
          The Workspace implementation that represents all nodes as MapNode objects and stores them keyed by their UUID.
 class PathWorkspace<NodeType extends PathNode>
          The Workspace implementation that represents all nodes as PathNode objects and stores them in an internal data structure that allows for nodes to be accessed via a Path.
 class StandardMapWorkspace<NodeType extends MapNode>
          The Workspace implementation that represents all nodes as MapNode objects and stores them within a Map keyed by their UUID.
 

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

Classes in org.modeshape.graph.connector.inmemory that implement Workspace
 class InMemoryWorkspace
           
 



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