| Modifier and Type | Method and Description |
|---|---|
StreamingPropertyValue |
StreamingSingleValueBcProperty.unwrap(Value value) |
StreamingPropertyValue |
StreamingBcProperty.unwrap(Value value) |
StreamingPropertyValue |
StreamingSingleValueBcProperty.wrap(StreamingPropertyValue value) |
StreamingPropertyValue |
StreamingBcProperty.wrap(StreamingPropertyValue value) |
StreamingPropertyValue |
VideoTranscriptProperty.wrap(VideoTranscript value) |
| Modifier and Type | Method and Description |
|---|---|
StreamingPropertyValue |
StreamingSingleValueBcProperty.wrap(StreamingPropertyValue value) |
StreamingPropertyValue |
StreamingBcProperty.wrap(StreamingPropertyValue value) |
| Modifier and Type | Method and Description |
|---|---|
default List<InputStream> |
Graph.getStreamingPropertyValueInputStreams(List<StreamingPropertyValue> streamingPropertyValues)
Opens multiple StreamingPropertyValue input streams at once.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryStreamingPropertyValue |
| Modifier and Type | Method and Description |
|---|---|
protected StreamingPropertyValue |
InMemoryTableElement.loadStreamingPropertyValue(StreamingPropertyValueRef<?> streamingPropertyValueRef,
long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
protected StreamingPropertyValueRef |
InMemoryGraph.saveStreamingPropertyValue(String elementId,
String key,
String name,
Visibility visibility,
long timestamp,
StreamingPropertyValue value) |
| Modifier and Type | Class and Description |
|---|---|
static class |
StreamingPropertyValueFileRef.StreamingPropertyValueFile |
| Modifier and Type | Method and Description |
|---|---|
StreamingPropertyValue |
StreamingPropertyValueFileRef.toStreamingPropertyValue(StorableGraph graph,
Long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
StreamingPropertyValueRef |
FilesystemSPVStorageStrategy.saveStreamingPropertyValue(ElementMutationBuilder elementMutationBuilder,
String rowKey,
Property property,
StreamingPropertyValue streamingPropertyValue) |
| Modifier and Type | Method and Description |
|---|---|
List<InputStream> |
FilesystemSPVStorageStrategy.getInputStreams(List<StreamingPropertyValue> streamingPropertyValues) |
List<InputStream> |
AbstractStorableGraph.getStreamingPropertyValueInputStreams(List<StreamingPropertyValue> streamingPropertyValues) |
| Constructor and Description |
|---|
StreamingPropertyValueFileRef(File file,
StreamingPropertyValue propertyValue) |
| Modifier and Type | Method and Description |
|---|---|
protected StreamingPropertyValueRef |
ElementMutationBuilder.saveStreamingPropertyValue(String rowKey,
Property property,
StreamingPropertyValue propertyValue) |
| Modifier and Type | Method and Description |
|---|---|
StreamingPropertyValueRef |
StreamingPropertyValueStorageStrategy.saveStreamingPropertyValue(ElementMutationBuilder elementMutationBuilder,
String rowKey,
Property property,
StreamingPropertyValue streamingPropertyValue) |
| Modifier and Type | Method and Description |
|---|---|
List<InputStream> |
StreamingPropertyValueStorageStrategy.getInputStreams(List<StreamingPropertyValue> streamingPropertyValues) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultStreamingPropertyValue |
| Modifier and Type | Method and Description |
|---|---|
static StreamingPropertyValue |
StreamingPropertyValue.create(InputStream inputStream,
Class<? extends Value> type) |
static StreamingPropertyValue |
StreamingPropertyValue.create(InputStream inputStream,
Class<? extends Value> type,
Long length) |
static StreamingPropertyValue |
StreamingPropertyValue.create(String value) |
abstract StreamingPropertyValue |
StreamingPropertyValueRef.toStreamingPropertyValue(T graph,
Long timestamp) |
| Constructor and Description |
|---|
StreamingPropertyValueRef(StreamingPropertyValue propertyValue) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.