Uses of Class
org.jboss.dna.graph.session.GraphSession.NodeVisitor

Packages that use GraphSession.NodeVisitor
org.jboss.dna.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.NodeVisitor in org.jboss.dna.graph.session
 

Methods in org.jboss.dna.graph.session with parameters of type GraphSession.NodeVisitor
 void GraphSession.Node.onCachedNodes(GraphSession.NodeVisitor<Payload,PropertyPayload> visitor)
          Visit all loaded and unloaded nodes in the cache.
 void GraphSession.Node.onChangedNodes(GraphSession.NodeVisitor<Payload,PropertyPayload> visitor)
          Visit all changed nodes in the cache.
 void GraphSession.Node.onLoadedNodes(GraphSession.NodeVisitor<Payload,PropertyPayload> visitor)
          Visit all nodes in the cache that are already loaded
 



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