public final class BigDataValue extends Object
Big data table.
Since 2.0.0, use FlatDataValue instead.
BigDataDefinition| Constructor and Description |
|---|
BigDataValue(com.orchestranetworks.schema.Path path,
Object value)
Deprecated.
The constructor for
BigDataValue. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Deprecated.
|
com.orchestranetworks.schema.Path |
getPath()
Deprecated.
Returns the
Big data path. |
Object |
getValue()
Deprecated.
Returns the value.
|
int |
hashCode()
Deprecated.
|
public BigDataValue(com.orchestranetworks.schema.Path path,
Object value)
BigDataValue.path - Pathvalue - Objectpublic com.orchestranetworks.schema.Path getPath()
Big data path.public Object getValue()