public class GraphReindexService extends Object
| Constructor and Description |
|---|
GraphReindexService(org.vertexium.Graph graph) |
| Modifier and Type | Method and Description |
|---|---|
void |
reindexEdges(int batchSize,
org.vertexium.Authorizations authorizations) |
void |
reindexEdges(Iterable<org.vertexium.Edge> edges,
int batchSize,
org.vertexium.Authorizations authorizations) |
void |
reindexVertices(int batchSize,
org.vertexium.Authorizations authorizations) |
void |
reindexVertices(Iterable<org.vertexium.Vertex> vertices,
int batchSize,
org.vertexium.Authorizations authorizations) |
@Inject public GraphReindexService(org.vertexium.Graph graph)
public void reindexVertices(int batchSize,
org.vertexium.Authorizations authorizations)
public void reindexVertices(Iterable<org.vertexium.Vertex> vertices, int batchSize, org.vertexium.Authorizations authorizations)
public void reindexEdges(int batchSize,
org.vertexium.Authorizations authorizations)
public void reindexEdges(Iterable<org.vertexium.Edge> edges, int batchSize, org.vertexium.Authorizations authorizations)
Copyright © 2013–2017 V5 Analytics. All rights reserved.