Package | Description |
---|---|
com.asakusafw.info.cli.generate |
Implementations of
generate group. |
com.asakusafw.info.cli.generate.ddl |
Implementations of
generate ddl group. |
com.asakusafw.info.cli.generate.dot |
Implementations of
generate dot group. |
com.asakusafw.info.cli.list |
Implementations of
list group. |
com.asakusafw.operation.tools.directio.conf |
Implementation of Direct I/O configuration command.
|
com.asakusafw.operation.tools.directio.file |
Implementation of Direct I/O file command.
|
com.asakusafw.operation.tools.directio.transaction |
Implementation of Direct I/O file transaction.
|
com.asakusafw.workflow.cli.run |
Implementations of
run command. |
Modifier and Type | Class and Description |
---|---|
class |
GenerateGroup
A group command for Direct I/O Hive tools.
|
Modifier and Type | Class and Description |
---|---|
class |
DdlGroup
A group command for Direct I/O Hive tools.
|
Modifier and Type | Class and Description |
---|---|
class |
DotGroup
A group command for Graphviz DOT.
|
Modifier and Type | Class and Description |
---|---|
class |
ListGroup
A group command for list.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationGroup
A group command for Direct I/O configuration.
|
Modifier and Type | Method and Description |
---|---|
CommandProvider |
ConfigurationGroup.flattern()
Returns a
CommandProvider which adds the group commands. |
Modifier and Type | Class and Description |
---|---|
class |
FileGroup
A group command for file.
|
Modifier and Type | Method and Description |
---|---|
CommandProvider |
FileGroup.flattern()
Returns a
CommandProvider which adds the group commands. |
Modifier and Type | Class and Description |
---|---|
class |
TransactionGroup
A group command for transaction.
|
Modifier and Type | Method and Description |
---|---|
CommandProvider |
TransactionGroup.flattern()
Returns a
CommandProvider which adds the group commands. |
Modifier and Type | Class and Description |
---|---|
class |
RunCommand
Runs a batch application.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.