Uses of Class
org.modeshape.graph.session.GraphSession.Snapshot

Packages that use GraphSession.Snapshot
org.modeshape.graph.session A graph session provides a stateful environment in which graph operations can be enqueued and the state and structure of the graph are cached. 
 

Uses of GraphSession.Snapshot in org.modeshape.graph.session
 

Methods in org.modeshape.graph.session that return types with arguments of type GraphSession.Snapshot
 List<GraphSession.Snapshot<PropertyPayload>> GraphSession.StructureSnapshot.getSnapshotsInPreOrder()
          Get the Location for every node in this cache
 Iterator<GraphSession.Snapshot<PropertyPayload>> GraphSession.StructureSnapshot.iterator()
          
 

Constructor parameters in org.modeshape.graph.session with type arguments of type GraphSession.Snapshot
GraphSession.StructureSnapshot(NamespaceRegistry registry, List<GraphSession.Snapshot<PropertyPayload>> snapshotsInPreOrder)
           
 



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