Package | Description |
---|---|
com.asakusafw.info |
Asakusa DSL core information models.
|
com.asakusafw.info.directio |
Asakusa Direct I/O information models.
|
com.asakusafw.info.graph |
Graph like structure models.
|
com.asakusafw.info.hive |
Schema information of Hive-associated tables.
|
com.asakusafw.info.operator |
Asakusa operator DSL information models.
|
com.asakusafw.info.plan |
Asakusa execution plan information models.
|
com.asakusafw.info.task |
Asakusa task information models.
|
com.asakusafw.info.windgate |
Asakusa WindGate information models.
|
Modifier and Type | Class and Description |
---|---|
class |
ParameterListAttribute
Represents a parameter list of batch applications.
|
Modifier and Type | Method and Description |
---|---|
default <T extends Attribute> |
ElementInfo.findAttribute(Class<T> type)
Returns an attribute of this elements.
|
Modifier and Type | Method and Description |
---|---|
List<? extends Attribute> |
JobflowInfo.getAttributes() |
List<? extends Attribute> |
BatchInfo.getAttributes() |
List<? extends Attribute> |
ElementInfo.getAttributes()
Returns the attributes of this element.
|
Constructor and Description |
---|
BatchInfo(String id,
String description,
String comment,
Collection<? extends JobflowInfo> jobflows,
Collection<? extends Attribute> attributes)
Creates a new instance.
|
JobflowInfo(String id,
String description,
Collection<String> blockerIds,
Collection<? extends Attribute> attributes)
Creates a new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
DirectFileIoAttribute
An attribute of Direct I/O.
|
Modifier and Type | Method and Description |
---|---|
List<? extends Attribute> |
Element.getAttributes()
Returns the attributes of this element.
|
Modifier and Type | Method and Description |
---|---|
Element |
Element.withAttribute(Attribute attribute)
Adds an attribute.
|
Element |
Element.withAttributes(Attribute... attributes)
Adds attributes.
|
Modifier and Type | Method and Description |
---|---|
Element |
Element.withAttributes(List<? extends Attribute> attributes)
Adds attributes.
|
Modifier and Type | Class and Description |
---|---|
class |
HiveIoAttribute
An attribute of Direct I/O.
|
Modifier and Type | Class and Description |
---|---|
class |
InputAttribute
An
Attribute which represents details of operator inputs. |
class |
OperatorAttribute
An
Attribute which represents details of operators. |
class |
OperatorGraphAttribute
An
Attribute which represents details of operator graphs. |
class |
OutputAttribute
An
Attribute which represents details of operator outputs. |
Modifier and Type | Class and Description |
---|---|
class |
PlanAttribute
An
Attribute which represents details of execution plans. |
Modifier and Type | Class and Description |
---|---|
class |
TaskListAttribute
Represents a list of tasks in jobflow.
|
Modifier and Type | Class and Description |
---|---|
class |
WindGateIoAttribute
An attribute of WindGate.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.