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