return properties.getOptionalInt(EXECUTION_PARALLELISM).orElseGet(() -> useDefaultValue(EXECUTION_PARALLELISM,1)); | return properties.getOptionalInt(EXECUTION_PARALLELISM); | properties.getOptionalInt(EXECUTION_PARALLELISM).orElseGet(() -> useDefaultValue(EXECUTION_PARALLELISM,1)) | properties.getOptionalInt(EXECUTION_PARALLELISM) | flink | a7c3f161bf0af9fe7e2bb337ccb04c96df503039 | org.apache.flink.table.client.config.entries.ExecutionEntry | | _1 | getParallelism |
---|
_2 | getParallelism |
---|
| v0 | properties.getOptionalInt(EXECUTION_PARALLELISM) |
---|
| | v0 | properties.getOptionalInt(EXECUTION_PARALLELISM) |
---|
| Returns | True |