Package | Description |
---|---|
com.amazonaws.services.kinesisanalytics.model |
Modifier and Type | Method and Description |
---|---|
InputParallelism |
InputParallelism.clone() |
InputParallelism |
Input.getInputParallelism()
Describes the number of in-application streams to create.
|
InputParallelism |
InputDescription.getInputParallelism()
Describes the configured parallelism (number of in-application streams mapped to the streaming source).
|
InputParallelism |
InputParallelism.withCount(Integer count)
Number of in-application streams to create.
|
Modifier and Type | Method and Description |
---|---|
void |
Input.setInputParallelism(InputParallelism inputParallelism)
Describes the number of in-application streams to create.
|
void |
InputDescription.setInputParallelism(InputParallelism inputParallelism)
Describes the configured parallelism (number of in-application streams mapped to the streaming source).
|
Input |
Input.withInputParallelism(InputParallelism inputParallelism)
Describes the number of in-application streams to create.
|
InputDescription |
InputDescription.withInputParallelism(InputParallelism inputParallelism)
Describes the configured parallelism (number of in-application streams mapped to the streaming source).
|
Copyright © 2018. All rights reserved.