Class MinorFragmentEndpoint

java.lang.Object
org.apache.drill.exec.physical.MinorFragmentEndpoint

public class MinorFragmentEndpoint extends Object
MinorFragmentEndpoint represents fragment's MinorFragmentId and Drillbit endpoint to which the fragment is assigned for execution.
  • Constructor Details

  • Method Details

    • getId

      public int getId()
      Get the minor fragment id.
      Returns:
      Minor fragment id.
    • getEndpoint

      Get the Drillbit endpoint where the fragment is assigned for execution.
      Returns:
      Drillbit endpoint.
    • toString

      public String toString()
      Overrides:
      toString in class Object