public class MinorFragmentEndpoint
extends Object
MinorFragmentEndpoint represents fragment's MinorFragmentId and Drillbit endpoint to which the fragment is
assigned for execution.
-
Constructor Summary
Constructors
-
Method Summary
Get the Drillbit endpoint where the fragment is assigned for execution.
int
Get the minor fragment id.
-
-
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.
-