|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.modeshape.graph.connector.base | |
---|---|
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.filesystem | The classes that make up the connector that accesses the files and directories on a local file system and exposes them as content in a repository. |
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.meta.jdbc | The classes that make up the connector that accesses the database schema metadata exposed by JDBC drivers for existing relational databases. |
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.base.cache | |
org.modeshape.graph.connector.inmemory | The In-Memory Connector represents a connector that maintains
a graph in transient in-process memory. |
Classes in org.modeshape.graph.connector.base used by org.modeshape.connector.disk | |
---|---|
AbstractNodeCachingRepositorySource
|
|
AbstractRepositorySource
Basic implementation of BaseRepositorySource , providing default implementations of the accessors and mutators in that
interface. |
|
BaseRepositorySource
An extension of the BaseRepositorySource class that provides a cache policy and a
repository context . |
|
BaseTransaction
|
|
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). |
|
MapTransaction
An implementation of Transaction that maintains a cache of nodes by their hash (or UUID ). |
|
MapWorkspace
The Workspace implementation that represents all nodes as MapNode objects and stores them keyed by their
UUID. |
|
Node
A snapshot of a single node within a map-based repository. |
|
NodeCachingWorkspace
|
|
Repository
A representation of a repository as a set of named workspaces. |
|
Transaction
A transaction in which all read and write operations against a repository are performed. |
|
Workspace
The MapWorkspace stores state and other information about a workspace in a way that is independent of
Transaction s. |
Classes in org.modeshape.graph.connector.base used by org.modeshape.connector.filesystem | |
---|---|
AbstractNodeCachingRepositorySource
|
|
AbstractRepositorySource
Basic implementation of BaseRepositorySource , providing default implementations of the accessors and mutators in that
interface. |
|
BaseRepositorySource
An extension of the BaseRepositorySource class that provides a cache policy and a
repository context . |
|
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. |
|
Repository
A representation of a repository as a set of named workspaces. |
|
Transaction
A transaction in which all read and write operations against a repository are performed. |
Classes in org.modeshape.graph.connector.base used by org.modeshape.connector.infinispan | |
---|---|
BaseRepositorySource
An extension of the BaseRepositorySource class that provides a cache policy and a
repository context . |
|
BaseTransaction
|
|
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). |
|
MapTransaction
An implementation of Transaction that maintains a cache of nodes by their hash (or UUID ). |
|
MapWorkspace
The Workspace implementation that represents all nodes as MapNode objects and stores them keyed by their
UUID. |
|
Node
A snapshot of a single node within a map-based repository. |
|
Repository
A representation of a repository as a set of named workspaces. |
|
StandardMapWorkspace
The Workspace implementation that represents all nodes as MapNode objects and stores them within a
Map keyed by their UUID. |
|
Transaction
A transaction in which all read and write operations against a repository are performed. |
|
Workspace
The MapWorkspace stores state and other information about a workspace in a way that is independent of
Transaction s. |
Classes in org.modeshape.graph.connector.base used by org.modeshape.connector.jbosscache | |
---|---|
BaseRepositorySource
An extension of the BaseRepositorySource class that provides a cache policy and a
repository context . |
|
BaseTransaction
|
|
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). |
|
MapTransaction
An implementation of Transaction that maintains a cache of nodes by their hash (or UUID ). |
|
MapWorkspace
The Workspace implementation that represents all nodes as MapNode objects and stores them keyed by their
UUID. |
|
Node
A snapshot of a single node within a map-based repository. |
|
Repository
A representation of a repository as a set of named workspaces. |
|
Transaction
A transaction in which all read and write operations against a repository are performed. |
|
Workspace
The MapWorkspace stores state and other information about a workspace in a way that is independent of
Transaction s. |
Classes in org.modeshape.graph.connector.base used by org.modeshape.connector.meta.jdbc | |
---|---|
AbstractNodeCachingRepositorySource
|
|
AbstractRepositorySource
Basic implementation of BaseRepositorySource , providing default implementations of the accessors and mutators in that
interface. |
|
BaseRepositorySource
An extension of the BaseRepositorySource class that provides a cache policy and a
repository context . |
|
BaseTransaction
|
|
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. |
|
PathTransaction
An implementation of Transaction that maintains a cache of nodes by their path. |
|
Repository
A representation of a repository as a set of named workspaces. |
|
Transaction
A transaction in which all read and write operations against a repository are performed. |
Classes in org.modeshape.graph.connector.base used by org.modeshape.connector.svn | |
---|---|
AbstractNodeCachingRepositorySource
|
|
AbstractRepositorySource
Basic implementation of BaseRepositorySource , providing default implementations of the accessors and mutators in that
interface. |
|
BaseRepositorySource
An extension of the BaseRepositorySource class that provides a cache policy and a
repository context . |
|
NodeCachingWorkspace
|
|
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. |
|
PathWorkspace
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 . |
|
PathWorkspace.ChangeCommand
A specific operation that mutates the underlying persistent repository. |
|
Repository
A representation of a repository as a set of named workspaces. |
|
Workspace
The MapWorkspace stores state and other information about a workspace in a way that is independent of
Transaction s. |
Classes in org.modeshape.graph.connector.base used by org.modeshape.graph.connector.base | |
---|---|
AbstractRepositorySource
Basic implementation of BaseRepositorySource , providing default implementations of the accessors and mutators in that
interface. |
|
BaseRepositorySource
An extension of the BaseRepositorySource class that provides a cache policy and a
repository context . |
|
BaseTransaction
|
|
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). |
|
MapNode.Changes
|
|
MapTransaction.WorkspaceChanges
Record of the changes made to a particular workspace. |
|
MapWorkspace
The Workspace implementation that represents all nodes as MapNode objects and stores them keyed by their
UUID. |
|
Node
A snapshot of a single node within a map-based repository. |
|
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. |
|
PathNode.Changes
|
|
PathTransaction.WorkspaceChanges
Record of the changes made to a particular workspace. |
|
PathWorkspace
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 . |
|
PathWorkspace.ChangeCommand
A specific operation that mutates the underlying persistent repository. |
|
Repository
A representation of a repository as a set of named workspaces. |
|
StandardMapWorkspace
The Workspace implementation that represents all nodes as MapNode objects and stores them within a
Map keyed by their UUID. |
|
Transaction
A transaction in which all read and write operations against a repository are performed. |
|
Workspace
The MapWorkspace stores state and other information about a workspace in a way that is independent of
Transaction s. |
Classes in org.modeshape.graph.connector.base used by org.modeshape.graph.connector.base.cache | |
---|---|
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). |
|
Node
A snapshot of a single node within a map-based repository. |
|
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. |
Classes in org.modeshape.graph.connector.base used by org.modeshape.graph.connector.inmemory | |
---|---|
BaseRepositorySource
An extension of the BaseRepositorySource class that provides a cache policy and a
repository context . |
|
BaseTransaction
|
|
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). |
|
MapTransaction
An implementation of Transaction that maintains a cache of nodes by their hash (or UUID ). |
|
MapWorkspace
The Workspace implementation that represents all nodes as MapNode objects and stores them keyed by their
UUID. |
|
Node
A snapshot of a single node within a map-based repository. |
|
Repository
A representation of a repository as a set of named workspaces. |
|
StandardMapWorkspace
The Workspace implementation that represents all nodes as MapNode objects and stores them within a
Map keyed by their UUID. |
|
Transaction
A transaction in which all read and write operations against a repository are performed. |
|
Workspace
The MapWorkspace stores state and other information about a workspace in a way that is independent of
Transaction s. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |