Class BroadcastChannel.Instance

All Implemented Interfaces:
ChannelInstance, ExecutionResource, ReferenceCountable
Enclosing class:
BroadcastChannel

public class BroadcastChannel.Instance extends AbstractChannelInstance
ChannelInstance implementation for BroadcastChannels.
  • Constructor Details

  • Method Details

    • accept

      public void accept(org.apache.spark.broadcast.Broadcast broadcast)
    • provideBroadcast

      public org.apache.spark.broadcast.Broadcast<?> provideBroadcast()
    • doDispose

      protected void doDispose()
      Description copied from class: ExecutionResourceTemplate
      Performs the actual disposing work of this instance.
      Specified by:
      doDispose in class ExecutionResourceTemplate
    • getChannel

      public BroadcastChannel getChannel()
      Returns:
      the Channel that is implemented by this instance