org.modeshape.graph.session
Class GraphSession.RefreshState<Payload,PropertyPayload>
java.lang.Object
org.modeshape.graph.session.GraphSession.RefreshState<Payload,PropertyPayload>
- Enclosing class:
- GraphSession<Payload,PropertyPayload>
@NotThreadSafe
protected static final class GraphSession.RefreshState<Payload,PropertyPayload>
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphSession.RefreshState
protected GraphSession.RefreshState()
markAsRequiringRefresh
public void markAsRequiringRefresh(GraphSession.Node<Payload,PropertyPayload> node)
requiresRefresh
public boolean requiresRefresh(GraphSession.Node<Payload,PropertyPayload> node)
getNodesToBeRefreshed
public Set<GraphSession.Node<Payload,PropertyPayload>> getNodesToBeRefreshed()
Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.