Broadcast<T>.Unpersist Method

Definition

Overloads

Unpersist()

Asynchronously delete cached copies of this broadcast on the executors. If the broadcast is used after this is called, it will need to be re-sent to each executor.

Unpersist(Boolean)

Delete cached copies of this broadcast on the executors. If the broadcast is used after this is called, it will need to be re-sent to each executor.

Unpersist()

Asynchronously delete cached copies of this broadcast on the executors. If the broadcast is used after this is called, it will need to be re-sent to each executor.

public void Unpersist ();
member this.Unpersist : unit -> unit
Public Sub Unpersist ()

Applies to

Unpersist(Boolean)

Delete cached copies of this broadcast on the executors. If the broadcast is used after this is called, it will need to be re-sent to each executor.

public void Unpersist (bool blocking);
member this.Unpersist : bool -> unit
Public Sub Unpersist (blocking As Boolean)

Parameters

blocking
Boolean

Whether to block until unpersisting has completed

Applies to