Class BigDataValue


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

    Since 2.0.0, use FlatDataValue instead.

    See Also:
    BigDataDefinition
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)
      Deprecated.
       
      com.orchestranetworks.schema.Path getPath()
      Deprecated.
      Returns the Big data path.
      java.lang.Object getValue()
      Deprecated.
      Returns the value.
      int hashCode()
      Deprecated.
       
      • Methods inherited from class java.lang.Object

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

      • BigDataValue

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

      • getPath

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

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

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

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