public class DataInDataTableStreamingPropertyValueStorageStrategy extends Object implements StreamingPropertyValueStorageStrategy
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_PART_SIZE |
| Constructor and Description |
|---|
DataInDataTableStreamingPropertyValueStorageStrategy(Graph graph,
GraphConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
List<InputStream> |
getInputStreams(List<StreamingPropertyValue> streamingPropertyValues) |
StreamingPropertyValueRef |
saveStreamingPropertyValue(ElementMutationBuilder elementMutationBuilder,
String rowKey,
Property property,
StreamingPropertyValue streamingPropertyValue) |
public static final int DEFAULT_PART_SIZE
public DataInDataTableStreamingPropertyValueStorageStrategy(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 © 2014–2018. All rights reserved.