Uses of Class
org.modeshape.graph.connector.inmemory.InMemoryNode

Packages that use InMemoryNode
org.modeshape.graph.connector.inmemory The In-Memory Connector represents a connector that maintains a graph in transient in-process memory. 
 

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

Methods in org.modeshape.graph.connector.inmemory that return InMemoryNode
 InMemoryNode InMemoryNode.clone()
           This method never clones the changes.
protected  InMemoryNode InMemoryTransaction.createNode(UUID uuid, Path.Segment name, UUID parentUuid, Iterable<Property> properties)
          Create a new instance of the node, given the supplied UUID.
 InMemoryNode InMemoryNode.freeze()
          Return the frozen node with all internal state reflective of any changes.
 

Constructors in org.modeshape.graph.connector.inmemory with parameters of type InMemoryNode
InMemoryWorkspace(String name, InMemoryNode rootNode)
           
 



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