public class ManagementUtil extends Object
| Constructor and Description |
|---|
ManagementUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
awaitGraphIndexUpdate(TitanGraph g,
String indexName,
long time,
java.time.temporal.TemporalUnit unit)
This method blocks and waits until the provided index has been updated across the entire Titan cluster
and reached a stable state.
|
static void |
awaitVertexIndexUpdate(TitanGraph g,
String indexName,
String relationTypeName,
long time,
java.time.temporal.TemporalUnit unit) |
public static void awaitGraphIndexUpdate(TitanGraph g, String indexName, long time, java.time.temporal.TemporalUnit unit)
TitanManagement.updateIndex(TitanIndex, com.thinkaurelius.titan.core.schema.SchemaAction) calls
to ensure that the previous update has successfully persisted.g - indexName - time - unit - public static void awaitVertexIndexUpdate(TitanGraph g, String indexName, String relationTypeName, long time, java.time.temporal.TemporalUnit unit)
Copyright © 2012–2015. All rights reserved.