Class Description

    • Field Detail

      • UNKNOWN

        public static Description UNKNOWN
        The description to use when no description has been provided.
      • m_sDescription

        protected String m_sDescription
        The details of the executor.
    • Constructor Detail

      • Description

        public Description()
        Constructs a Description (required for serialization).
      • Description

        protected Description​(String sDescription)
        Constructs a Description object.
        Parameters:
        sDescription - the description of the executor
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • 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