| Package | Description |
|---|---|
| com.mware.core.model.graph | |
| com.mware.core.model.schema |
| Modifier and Type | Method and Description |
|---|---|
GraphUpdateContext |
GraphRepository.beginGraphUpdate(Priority priority,
User user,
Authorizations authorizations) |
GraphUpdateContext |
GraphUpdateContext.setPushOnQueue(boolean pushOnQueue)
By default updates are added to the work queue.
|
GraphUpdateContext |
GraphUpdateContext.setSaveQueueSize(int saveQueueSize)
Sets the maximum number of element updates to keep in memory before they are flushed
and added to the work queue.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
GeSchemaRepository.findOrAddEdge(GraphUpdateContext ctx,
String fromVertexId,
String toVertexId,
String edgeLabel) |
protected void |
GeSchemaRepository.findOrAddEdge(GraphUpdateContext ctx,
Vertex fromVertex,
Vertex toVertex,
String edgeLabel) |
protected void |
GeSchemaRepository.removeEdge(GraphUpdateContext ctx,
String fromVertexId,
String toVertexId) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.