Uses of Interface
org.jboss.dna.graph.connector.map.MapRepositorySource

Packages that use MapRepositorySource
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
 

Uses of MapRepositorySource in org.jboss.dna.connector.infinispan
 

Classes in org.jboss.dna.connector.infinispan that implement MapRepositorySource
 class InfinispanSource
          A repository source that uses an Infinispan instance to manage the content.
 

Uses of MapRepositorySource in org.jboss.dna.connector.jbosscache
 

Classes in org.jboss.dna.connector.jbosscache that implement MapRepositorySource
 class JBossCacheSource
          A repository source that uses a JBoss Cache instance to manage the content.
 

Uses of MapRepositorySource in org.jboss.dna.graph.connector.inmemory
 

Classes in org.jboss.dna.graph.connector.inmemory that implement MapRepositorySource
 class InMemoryRepositorySource
          A RepositorySource for an in-memory repository.
 

Uses of MapRepositorySource in org.jboss.dna.graph.connector.map
 

Constructors in org.jboss.dna.graph.connector.map with parameters of type MapRepositorySource
MapRepositoryConnection(MapRepositorySource source, MapRepository repository)
           
 



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