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