public class ReindexLongRunningProcessWorker extends LongRunningProcessWorker
| Constructor and Description |
|---|
ReindexLongRunningProcessWorker(Graph graph,
UserRepository userRepository,
AuthorizationRepository authorizationRepository) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isHandled(org.json.JSONObject jsonObject) |
protected void |
processInternal(org.json.JSONObject longRunningProcessQueueItem) |
void |
reindexEdges(IdRange range,
int batchSize,
Authorizations authorizations) |
void |
reindexVertices(IdRange range,
int batchSize,
Authorizations authorizations) |
getMetricsManager, getStatus, prepare, process, setMetricsManager@Inject public ReindexLongRunningProcessWorker(Graph graph, UserRepository userRepository, AuthorizationRepository authorizationRepository)
public boolean isHandled(org.json.JSONObject jsonObject)
isHandled in class LongRunningProcessWorkerprotected void processInternal(org.json.JSONObject longRunningProcessQueueItem)
processInternal in class LongRunningProcessWorkerpublic void reindexVertices(IdRange range, int batchSize, Authorizations authorizations)
public void reindexEdges(IdRange range, int batchSize, Authorizations authorizations)
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.