Uses of Class
com.ensoftcorp.open.commons.sandbox.SandboxGraphElement
-
Packages that use SandboxGraphElement Package Description com.ensoftcorp.open.commons.sandbox -
-
Uses of SandboxGraphElement in com.ensoftcorp.open.commons.sandbox
Classes in com.ensoftcorp.open.commons.sandbox with type parameters of type SandboxGraphElement Modifier and Type Class Description class
SandboxHashSet<T extends SandboxGraphElement>
Subclasses of SandboxGraphElement in com.ensoftcorp.open.commons.sandbox Modifier and Type Class Description class
SandboxEdge
class
SandboxNode
Methods in com.ensoftcorp.open.commons.sandbox with parameters of type SandboxGraphElement Modifier and Type Method Description void
Sandbox. delete(SandboxGraphElement graphElement)
Removes the given sandbox graph element from the sandbox universecom.ensoftcorp.atlas.core.db.graph.GraphElement
DefaultFlushProvider. flush(SandboxGraphElement ge, java.util.Map<java.lang.String,SandboxGraphElement> addresses)
Flushes the changes made or creation of a sandbox graph element to the Atlas graph and updates the address map accordinglySandboxGraph
Sandbox. toGraph(SandboxGraphElement... graphElements)
Converts the given graph elements into a sandbox graphMethod parameters in com.ensoftcorp.open.commons.sandbox with type arguments of type SandboxGraphElement Modifier and Type Method Description com.ensoftcorp.atlas.core.db.graph.GraphElement
DefaultFlushProvider. flush(SandboxGraphElement ge, java.util.Map<java.lang.String,SandboxGraphElement> addresses)
Flushes the changes made or creation of a sandbox graph element to the Atlas graph and updates the address map accordinglycom.ensoftcorp.atlas.core.db.graph.Graph
DefaultFlushProvider. flush(SandboxGraph graph, java.util.Map<java.lang.String,SandboxGraphElement> addresses)
Flushes the changes made in the sandbox that are restricted to the nodes and edges in the given graph to the Atlas graph This methods does the following: 1) Adds nodes/edges that are not mirrored to the Atlas graph with the current tags/attributes 2) Updates (adds/removes) tags and attributes from the corresponding Atlas graph element's to match the current sandbox tags/attributes for each node/edge in the sandbox.com.ensoftcorp.atlas.core.db.graph.Graph
FlushProvider. flush(SandboxGraph graph, java.util.Map<java.lang.String,SandboxGraphElement> addresses)
Flushes the changes made in the sandbox that are restricted to the nodes and edges in the given graph to the Atlas graph and updates the address map accordingly.SandboxGraph
Sandbox. toGraph(SandboxHashSet<? extends SandboxGraphElement> graphElements)
Converts the given graph elements into a sandbox graph
-