public class OverflowIntoHdfsStreamingPropertyValueStorageStrategy extends Object implements StreamingPropertyValueStorageStrategy
| Constructor and Description |
|---|
OverflowIntoHdfsStreamingPropertyValueStorageStrategy(Graph graph,
GraphConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
getDataDir() |
org.apache.hadoop.fs.FileSystem |
getFileSystem() |
List<InputStream> |
getInputStreams(List<StreamingPropertyValue> streamingPropertyValues) |
StreamingPropertyValueRef |
saveStreamingPropertyValue(ElementMutationBuilder elementMutationBuilder,
String rowKey,
Property property,
StreamingPropertyValue streamingPropertyValue) |
public OverflowIntoHdfsStreamingPropertyValueStorageStrategy(Graph graph, GraphConfiguration configuration) throws Exception
Exceptionpublic StreamingPropertyValueRef saveStreamingPropertyValue(ElementMutationBuilder elementMutationBuilder, String rowKey, Property property, StreamingPropertyValue streamingPropertyValue)
saveStreamingPropertyValue in interface StreamingPropertyValueStorageStrategypublic void close()
close in interface StreamingPropertyValueStorageStrategypublic List<InputStream> getInputStreams(List<StreamingPropertyValue> streamingPropertyValues)
getInputStreams in interface StreamingPropertyValueStorageStrategypublic org.apache.hadoop.fs.FileSystem getFileSystem()
public String getDataDir()
Copyright © 2014–2018. All rights reserved.