public class CqlMapReduceIndexJobsUtils extends Object
Constructor and Description |
---|
CqlMapReduceIndexJobsUtils() |
Modifier and Type | Method and Description |
---|---|
static ScanMetrics |
remove(Properties janusgraphProperties,
String indexName,
String relationType,
String partitionerName) |
static ScanMetrics |
remove(Properties janusgraphProperties,
String indexName,
String relationType,
String partitionerName,
org.apache.hadoop.conf.Configuration hadoopBaseConf) |
static ScanMetrics |
remove(String janusgraphPropertiesPath,
String indexName,
String relationType,
String partitionerName) |
static ScanMetrics |
repair(Properties janusgraphProperties,
String indexName,
String relationType,
String partitionerName) |
static ScanMetrics |
repair(Properties janusgraphProperties,
String indexName,
String relationType,
String partitionerName,
org.apache.hadoop.conf.Configuration hadoopBaseConf) |
static ScanMetrics |
repair(String janusgraphPropertiesPath,
String indexName,
String relationType,
String partitionerName) |
public static ScanMetrics repair(String janusgraphPropertiesPath, String indexName, String relationType, String partitionerName) throws InterruptedException, IOException, ClassNotFoundException
public static ScanMetrics repair(Properties janusgraphProperties, String indexName, String relationType, String partitionerName) throws InterruptedException, IOException, ClassNotFoundException
public static ScanMetrics repair(Properties janusgraphProperties, String indexName, String relationType, String partitionerName, org.apache.hadoop.conf.Configuration hadoopBaseConf) throws InterruptedException, IOException, ClassNotFoundException
public static ScanMetrics remove(String janusgraphPropertiesPath, String indexName, String relationType, String partitionerName) throws InterruptedException, IOException, ClassNotFoundException
public static ScanMetrics remove(Properties janusgraphProperties, String indexName, String relationType, String partitionerName) throws InterruptedException, IOException, ClassNotFoundException
public static ScanMetrics remove(Properties janusgraphProperties, String indexName, String relationType, String partitionerName, org.apache.hadoop.conf.Configuration hadoopBaseConf) throws InterruptedException, IOException, ClassNotFoundException
Copyright © 2012–2023. All rights reserved.