| Package | Description |
|---|---|
| io.prestosql.operator | |
| io.prestosql.operator.exchange |
| Modifier and Type | Method and Description |
|---|---|
PipelineExecutionStrategy |
JoinOperatorFactory.OuterOperatorFactoryResult.getBuildExecutionStrategy() |
PipelineExecutionStrategy |
JoinBridgeManager.getBuildExecutionStrategy() |
PipelineExecutionStrategy |
DriverFactory.getPipelineExecutionStrategy() |
static PipelineExecutionStrategy |
PipelineExecutionStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PipelineExecutionStrategy[] |
PipelineExecutionStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DriverFactory(int pipelineId,
boolean inputDriver,
boolean outputDriver,
List<OperatorFactory> operatorFactories,
OptionalInt driverInstances,
PipelineExecutionStrategy pipelineExecutionStrategy) |
JoinBridgeManager(boolean buildOuter,
PipelineExecutionStrategy probeExecutionStrategy,
PipelineExecutionStrategy lookupSourceExecutionStrategy,
Function<Lifespan,T> lookupSourceFactoryProvider,
List<Type> buildOutputTypes) |
OuterOperatorFactoryResult(OperatorFactory outerOperatorFactory,
PipelineExecutionStrategy buildExecutionStrategy) |
| Constructor and Description |
|---|
LocalExchangeFactory(PartitioningHandle partitioning,
int defaultConcurrency,
List<Type> types,
List<Integer> partitionChannels,
Optional<Integer> partitionHashChannel,
PipelineExecutionStrategy exchangeSourcePipelineExecutionStrategy,
io.airlift.units.DataSize maxBufferedBytes) |
Copyright © 2012–2019. All rights reserved.