Package | Description |
---|---|
com.asakusafw.info.plan |
Asakusa execution plan information models.
|
Modifier and Type | Method and Description |
---|---|
DataExchange |
PlanInputSpec.getExchange()
Returns the data exchanging strategy.
|
DataExchange |
PlanOutputSpec.getExchange()
Returns the data exchanging strategy.
|
static DataExchange |
DataExchange.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataExchange[] |
DataExchange.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static PlanInputSpec |
PlanInputSpec.of(String name,
DataExchange exchange,
InputGroup group)
Creates a new instance.
|
static PlanOutputSpec |
PlanOutputSpec.of(String name,
DataExchange exchange,
InputGroup group)
Creates a new instance.
|
static PlanOutputSpec |
PlanOutputSpec.of(String name,
DataExchange exchange,
InputGroup group,
Collection<String> extraOperations)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.