public class FilesystemSPVStorageStrategy extends Object implements StreamingPropertyValueStorageStrategy
| Constructor and Description |
|---|
FilesystemSPVStorageStrategy(Graph graph,
GraphConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected File |
createFile(String rowKey,
Property property) |
List<InputStream> |
getInputStreams(List<StreamingPropertyValue> streamingPropertyValues) |
StreamingPropertyValueRef |
saveStreamingPropertyValue(ElementMutationBuilder elementMutationBuilder,
String rowKey,
Property property,
StreamingPropertyValue streamingPropertyValue) |
public FilesystemSPVStorageStrategy(Graph graph, GraphConfiguration configuration)
public 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 StreamingPropertyValueStorageStrategyCopyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.