|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Workspace | |
|---|---|
| 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.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.disk |
|---|
| Classes in org.modeshape.connector.disk that implement Workspace | |
|---|---|
class |
DiskWorkspace
Workspace implementation for disk connector |
| 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
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||