| Constructor and Description | 
|---|
| InputFormatRDD() | 
| Modifier and Type | Method and Description | 
|---|---|
| <any> | readGraphRDD(Configuration configuration,
            JavaSparkContext sparkContext)Read the graphRDD from the underlying graph system. | 
| <K,V> <any> | readMemoryRDD(Configuration configuration,
             String memoryKey,
             JavaSparkContext sparkContext)Read a memoryRDD from the storage location. | 
public <any> readGraphRDD(Configuration configuration,
                          JavaSparkContext sparkContext)
InputRDDreadGraphRDD in interface InputRDDconfiguration - the configuration for the SparkGraphComputersparkContext - the Spark context with the requisite methods for generating a JavaPairRDDpublic <K,V> <any> readMemoryRDD(Configuration configuration,
                                 String memoryKey,
                                 JavaSparkContext sparkContext)
InputRDDreadMemoryRDD in interface InputRDDK - the key class of the memoryRDDV - the value class of the memoryRDDconfiguration - the configuration for the SparkGraphComputermemoryKey - the memory key of the memoryRDDsparkContext - the Spark context with the requisite methods for generating a JavaPairRDDCopyright © 2013–2018 Apache Software Foundation. All rights reserved.