Interface ConnectorSplit


public interface ConnectorSplit
  • Method Details

    • isRemotelyAccessible

      boolean isRemotelyAccessible()
      Returns true when this ConnectorSplit can be scheduled on any node.

      When true, the addresses returned by getAddresses() may be used as hints by the scheduler during splits assignment. When false, the split will always be scheduled on one of the addresses returned by getAddresses().

    • getAddresses

      List<HostAddress> getAddresses()
    • getInfo

      Object getInfo()
    • getSplitWeight

      default SplitWeight getSplitWeight()
    • getRetainedSizeInBytes

      default long getRetainedSizeInBytes()