public abstract class StreamingPropertyValueRef 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(AccumuloGraph graph) |
protected StreamingPropertyValueRef()
protected StreamingPropertyValueRef(StreamingPropertyValue propertyValue)
public Class getValueType()
public boolean isSearchIndex()
public boolean isStore()
public abstract StreamingPropertyValue toStreamingPropertyValue(AccumuloGraph graph)
Copyright © 2014–2015. All rights reserved.