Package | Description |
---|---|
com.asakusafw.dmdl.directio.util |
Utilities for DMDL for Direct I/O.
|
com.asakusafw.dmdl.windgate.util |
Utilities for WindGate DMDL.
|
com.asakusafw.testdriver |
Test driver classes.
|
com.asakusafw.vocabulary.external |
Flow DSL vocabulary annotations/classes about external I/O.
|
Modifier and Type | Method and Description |
---|---|
ImporterDescription.DataSize |
DirectFileInputDescriptionGenerator.Description.getDataSize()
Returns the data size.
|
Modifier and Type | Method and Description |
---|---|
void |
DirectFileInputDescriptionGenerator.Description.setDataSize(ImporterDescription.DataSize value)
Sets the data size.
|
Modifier and Type | Method and Description |
---|---|
ImporterDescription.DataSize |
FsProcessDescriptionGenerator.Description.getDataSize()
Returns the data size.
|
ImporterDescription.DataSize |
JdbcProcessDescriptionGenerator.Description.getDataSize()
Returns the data size.
|
Modifier and Type | Method and Description |
---|---|
void |
FsProcessDescriptionGenerator.Description.setDataSize(ImporterDescription.DataSize value)
Sets the data size.
|
void |
JdbcProcessDescriptionGenerator.Description.setDataSize(ImporterDescription.DataSize value)
Sets the data size.
|
Modifier and Type | Method and Description |
---|---|
FlowPartDriverInput<T> |
FlowPartDriverInput.withDataSize(ImporterDescription.DataSize dataSize)
Deprecated.
cannot change the estimated data size on testing flow-part
|
Modifier and Type | Method and Description |
---|---|
default ImporterDescription.DataSize |
ImporterDescription.getDataSize()
Returns the estimated data size.
|
static ImporterDescription.DataSize |
ImporterDescription.DataSize.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImporterDescription.DataSize[] |
ImporterDescription.DataSize.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.