pyspark.BarrierTaskInfo

class pyspark.BarrierTaskInfo(address)[source]

Note

Experimental

Carries all task infos of a barrier task.

Variables

address – The IPv4 address (host:port) of the executor that the barrier task is running on

New in version 2.4.0.

__init__(address)[source]

Initialize self. See help(type(self)) for accurate signature.

Methods