Uses of Package
org.jboss.dna.graph.connector.map

Packages that use org.jboss.dna.graph.connector.map
org.jboss.dna.connector.infinispan The classes that make up the connector that stores content in a deployed instance of Infinispan. 
org.jboss.dna.connector.jbosscache The classes that make up the connector that stores content in a JBoss Cache instance. 
org.jboss.dna.graph.connector.inmemory The In-Memory Connector represents a connector that maintains a graph in transient in-process memory. 
org.jboss.dna.graph.connector.map The MapRepository class and its supporting classes provide a default implementation of the connector classes for connectors that support the transient or persistent mapping of a UUID to a standard representation of a node
 

Classes in org.jboss.dna.graph.connector.map used by org.jboss.dna.connector.infinispan
MapRepository
          A default implementation of a map-based repository.
MapRepositorySource
          An extension of the RepositorySource class that provides a cache policy and a repository context.
 

Classes in org.jboss.dna.graph.connector.map used by org.jboss.dna.connector.jbosscache
MapNode
          A node within a MapRepository.
MapRepository
          A default implementation of a map-based repository.
MapRepositorySource
          An extension of the RepositorySource class that provides a cache policy and a repository context.
 

Classes in org.jboss.dna.graph.connector.map used by org.jboss.dna.graph.connector.inmemory
MapRepository
          A default implementation of a map-based repository.
MapRepositorySource
          An extension of the RepositorySource class that provides a cache policy and a repository context.
 

Classes in org.jboss.dna.graph.connector.map used by org.jboss.dna.graph.connector.map
MapNode
          A node within a MapRepository.
MapRepository
          A default implementation of a map-based repository.
MapRepositorySource
          An extension of the RepositorySource class that provides a cache policy and a repository context.
MapWorkspace
          The MapWorkspace defines the required methods for workspaces in a map repository.
 



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