Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dlink
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhaowei
dlink
Commits
570eeb1c
Commit
570eeb1c
authored
Apr 16, 2022
by
DESKTOP-BKQSEII\Calvin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
补充 fix #393
parent
4c8d9896
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
FlinkAPI.java
dlink-core/src/main/java/com/dlink/api/FlinkAPI.java
+2
-0
No files found.
dlink-core/src/main/java/com/dlink/api/FlinkAPI.java
View file @
570eeb1c
...
...
@@ -97,6 +97,8 @@ public class FlinkAPI {
Map
<
String
,
Object
>
paramMap
=
new
HashMap
<>();
switch
(
type
)
{
case
CANCEL:
paramMap
.
put
(
"cancel-job"
,
true
);
paramType
=
FlinkRestAPIConstant
.
SAVEPOINTS
;
jobInfo
.
setStatus
(
JobInfo
.
JobStatus
.
CANCEL
);
break
;
case
STOP:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment