Class OutboundTransferTask

  • All Implemented Interfaces:
    Runnable

    public class OutboundTransferTask
    extends Object
    implements Runnable
    Outbound state transfer task. Pushes data segments to another cluster member on request. Instances of OutboundTransferTask are created and managed by StateTransferManagerImpl. There should be at most one such task per destination at any time.
    Since:
    5.2
    Author:
    anistor@redhat.com