public class PhysicalOperatorUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<MinorFragmentEndpoint> |
getIndexOrderedEndpoints(List<CoordinationProtos.DrillbitEndpoint> endpoints)
Helper method to create a list of MinorFragmentEndpoint instances from a given endpoint assignment list.
|
static Set<Class<? extends PhysicalOperator>> |
getSubTypes(ScanResult classpathScan) |
public static Set<Class<? extends PhysicalOperator>> getSubTypes(ScanResult classpathScan)
public static List<MinorFragmentEndpoint> getIndexOrderedEndpoints(List<CoordinationProtos.DrillbitEndpoint> endpoints)
endpoints - Assigned endpoint list. Index of each endpoint in list indicates the MinorFragmentId of the
fragment that is assigned to the endpoint.Copyright © 2017 The Apache Software Foundation. All rights reserved.