public abstract class IndexUpdateJob extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
FAILED_TX |
protected StandardTitanGraph |
graph |
protected TitanIndex |
index |
static ConfigNamespace |
INDEX_JOB_NS |
static ConfigOption<String> |
INDEX_NAME |
static ConfigOption<String> |
INDEX_RELATION_TYPE |
protected String |
indexName |
protected RelationType |
indexRelationType |
protected String |
indexRelationTypeName |
protected java.time.Instant |
jobStartTime |
protected static org.slf4j.Logger |
log |
protected ManagementSystem |
mgmt |
protected static String |
SUCCESS_TX |
protected StandardTitanTx |
writeTx |
| Modifier | Constructor and Description |
|---|---|
|
IndexUpdateJob() |
protected |
IndexUpdateJob(IndexUpdateJob copy) |
|
IndexUpdateJob(String indexName,
String indexRelationTypeName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isGlobalGraphIndex() |
boolean |
isRelationTypeIndex() |
protected abstract void |
validateIndexStatus() |
void |
workerIterationEnd(ScanMetrics metrics) |
void |
workerIterationStart(TitanGraph graph,
Configuration config,
ScanMetrics metrics) |
protected static final org.slf4j.Logger log
protected static final String SUCCESS_TX
protected static final String FAILED_TX
public static ConfigNamespace INDEX_JOB_NS
public static final ConfigOption<String> INDEX_NAME
public static final ConfigOption<String> INDEX_RELATION_TYPE
protected String indexRelationTypeName
protected String indexName
protected StandardTitanGraph graph
protected ManagementSystem mgmt
protected StandardTitanTx writeTx
protected TitanIndex index
protected RelationType indexRelationType
protected java.time.Instant jobStartTime
public IndexUpdateJob()
protected IndexUpdateJob(IndexUpdateJob copy)
public boolean isGlobalGraphIndex()
public boolean isRelationTypeIndex()
public void workerIterationStart(TitanGraph graph, Configuration config, ScanMetrics metrics)
public void workerIterationEnd(ScanMetrics metrics)
protected abstract void validateIndexStatus()
Copyright © 2012–2015. All rights reserved.