Interface FlushProvider
-
- All Known Implementing Classes:
DefaultFlushProvider
public interface FlushProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.ensoftcorp.atlas.core.db.graph.Graph
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.
-
-
-
Method Detail
-
flush
com.ensoftcorp.atlas.core.db.graph.Graph 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.- Parameters:
graph
- the graph containing the set of nodes and edges to flush- Returns:
- The serialized Atlas graph version of the sandbox
-
-