Class StagingSinkJobStatusHook

  • All Implemented Interfaces:
    Serializable, JobStatusHook

    @Internal
    public class StagingSinkJobStatusHook
    extends Object
    implements JobStatusHook
    This hook is used to implement atomic semantics for CTAS(CREATE TABLE AS SELECT) or RTAS([CREATE OR] REPLACE TABLE AS SELECT) statement. It'll call the corresponding interfaces of the inner StagedTable on job status changes.
    See Also:
    Serialized Form