public abstract class StreamingPropertyValueRef<T extends Graph> extends Object implements Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
StreamingPropertyValueRef() |
protected |
StreamingPropertyValueRef(StreamingPropertyValue propertyValue) |
| Modifier and Type | Method and Description |
|---|---|
Class |
getValueType() |
boolean |
isSearchIndex() |
boolean |
isStore() |
abstract StreamingPropertyValue |
toStreamingPropertyValue(T graph,
long timestamp) |
protected StreamingPropertyValueRef()
protected StreamingPropertyValueRef(StreamingPropertyValue propertyValue)
public Class getValueType()
public boolean isSearchIndex()
public boolean isStore()
public abstract StreamingPropertyValue toStreamingPropertyValue(T graph, long timestamp)
Copyright © 2014–2017. All rights reserved.