public interface OutputRDD
Modifier and Type | Method and Description |
---|---|
void |
writeGraphRDD(Configuration configuration,
<any> graphRDD)
Write the graphRDD to an output location.
|
default <K,V> Iterator<KeyValue<K,V>> |
writeMemoryRDD(Configuration configuration,
String memoryKey,
<any> memoryRDD)
Write the sideEffect memoryRDD to an output location.
|
void writeGraphRDD(Configuration configuration, <any> graphRDD)
Configuration
maintains the specified location via Constants.GREMLIN_HADOOP_OUTPUT_LOCATION
.configuration
- the configuration of the Spark jobgraphRDD
- the graphRDD to outputdefault <K,V> Iterator<KeyValue<K,V>> writeMemoryRDD(Configuration configuration, String memoryKey, <any> memoryRDD)
Configuration
maintains the specified location via Constants.GREMLIN_HADOOP_OUTPUT_LOCATION
.
The default implementation returns an empty iterator.Copyright © 2013–2021 Apache Software Foundation. All rights reserved.