Class PlatformFullJob

  • All Implemented Interfaces:
    Externalizable, Serializable, ComputeJob, PlatformSecurityAwareJob, PlatformJob

    public class PlatformFullJob
    extends PlatformAbstractJob
    Wrapper around job created in native platform.

    If the job is expected to be executed locally, it contains only pointer to the corresponding entity in the native platform. In case of topology change or failover, job is serialized on demand.

    If we know in advance that the job is to be executed on remote node, then it is serialized into byte array right away.

    This class is not thread safe.

    See Also:
    Serialized Form