Extends
Methods
destroy()
Destroy all data and metadata related to this broadcast variable. Use this with caution;
once a broadcast variable has been destroyed, it cannot be used again.
This method blocks until destroy has completed
- Inherited From:
- Source:
toString() → {string}
- Inherited From:
- Source:
Returns:
- Type
- string
unpersist(blockingopt)
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.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
blocking |
boolean |
<optional> |
Whether to block until unpersisting has completed |
- Inherited From:
- Source:
value() → {object}
Get the broadcasted value.
- Inherited From:
- Source:
Returns:
- Type
- object