Class RecoveringTask

  • All Implemented Interfaces:
    Task<Boolean>, com.tangosol.io.ExternalizableLite, com.tangosol.io.pof.PortableObject, Serializable

    public class RecoveringTask
    extends Object
    implements Task<Boolean>, com.tangosol.io.pof.PortableObject
    A Task that runs for at least a specified Duration, returning the resuming / recovering status when completed.
    Since:
    21.12
    See Also:
    Serialized Form
    • Constructor Detail

      • RecoveringTask

        public RecoveringTask()
        Constructs a RecoveringTask (required for serialization).
    • Method Detail

      • 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