Interface | Description |
---|---|
Policy |
An interface for policies, each of which is composed of a list of static optimization passes.
|
Class | Description |
---|---|
DataSkewPolicy |
A policy to perform data skew dynamic optimization.
|
DefaultPolicy |
A basic default policy, that performs the minimum amount of optimization to be done to a specific DAG.
|
DefaultPolicyWithSeparatePass |
A simple example policy to demonstrate a policy with a separate, refactored pass.
|
DisaggregationPolicy |
A policy to demonstrate the disaggregation optimization, that uses GlusterFS as file storage.
|
PadoPolicy |
A policy to perform Pado optimization that uses transient resources on data centers.
|
PolicyBuilder |
A builder for policies.
|
SailfishPolicy |
A policy to demonstrate the Sailfish optimization, that batches disk seek during data shuffle.
|
Copyright © 2018. All rights reserved.