Class ClusteredProperties.PropertyValue<T extends Serializable>

  • All Implemented Interfaces:
    com.tangosol.io.ExternalizableLite, com.tangosol.io.pof.PortableObject, Serializable
    Enclosing class:
    ClusteredProperties

    public static class ClusteredProperties.PropertyValue<T extends Serializable>
    extends Object
    implements com.tangosol.io.ExternalizableLite, com.tangosol.io.pof.PortableObject
    Property value.
    See Also:
    Serialized Form
    • Field Detail

      • m_sTaskId

        protected String m_sTaskId
        Task ID.
      • m_oValue

        protected T extends Serializable m_oValue
        Property value.
    • Constructor Detail

      • PropertyValue

        public PropertyValue()
        Deserialization constructor.
      • PropertyValue

        public PropertyValue​(String sTaskId,
                             T oValue)
        Construct a PropertyValue instance.
        Parameters:
        sTaskId - task ID
        oValue - property value
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getTaskId

        public String getTaskId()
        Return task key.
        Returns:
        task key
      • getValue

        public T getValue()
        Return property value.
        Returns:
        property value
      • readExternal

        public void readExternal​(DataInput in)
                          throws IOException
        Specified by:
        readExternal in interface com.tangosol.io.ExternalizableLite
        Throws:
        IOException
      • writeExternal

        public void writeExternal​(DataOutput out)
                           throws IOException
        Specified by:
        writeExternal in interface com.tangosol.io.ExternalizableLite
        Throws:
        IOException
      • readExternal

        public void readExternal​(com.tangosol.io.pof.PofReader in)
                          throws IOException
        Specified by:
        readExternal in interface com.tangosol.io.pof.PortableObject
        Throws:
        IOException
      • writeExternal

        public void writeExternal​(com.tangosol.io.pof.PofWriter out)
                           throws IOException
        Specified by:
        writeExternal in interface com.tangosol.io.pof.PortableObject
        Throws:
        IOException