Interface InterPartitionCommandSender


public interface InterPartitionCommandSender
Supports sending arbitrary commands to another partition. Sending may be unreliable and fail silently, it is up to the caller to detect this and retry.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sendCommand(int receiverPartitionId, ValueType valueType, Intent intent, BufferWriter command)
     
    void
    sendCommand(int receiverPartitionId, ValueType valueType, Intent intent, Long recordKey, BufferWriter command)
    Deprecated, for removal: This API element is subject to removal in a future version.
    This is only available for compatability with deployment distribution.