Class BigDataValue

java.lang.Object
com.orchestranetworks.addon.dqid.BigDataValue

public final class BigDataValue extends Object
Deprecated.
Defines a value set in the Big data table.

Since 2.0.0, use FlatDataValue instead.

See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    BigDataValue(com.orchestranetworks.schema.Path path, Object value)
    Deprecated.
    The constructor for BigDataValue.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Deprecated.
     
    com.orchestranetworks.schema.Path
    Deprecated.
    Returns the Big data path.
    Deprecated.
    Returns the value.
    int
    Deprecated.
     

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BigDataValue

      public BigDataValue(com.orchestranetworks.schema.Path path, Object value)
      Deprecated.
      The constructor for BigDataValue.
      Parameters:
      path - Path
      value - Object
  • Method Details

    • getPath

      public com.orchestranetworks.schema.Path getPath()
      Deprecated.
      Returns the Big data path.
      Returns:
      Path
    • getValue

      public Object getValue()
      Deprecated.
      Returns the value.
      Returns:
      Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Deprecated.
      Overrides:
      equals in class Object