public class JarRunRequestBody extends Object implements RequestBody
RequestBody
for running a jar.Constructor and Description |
---|
JarRunRequestBody() |
JarRunRequestBody(String entryClassName,
String programArguments,
Integer parallelism,
Boolean allowNonRestoredState,
String savepointPath) |
Modifier and Type | Method and Description |
---|---|
Boolean |
getAllowNonRestoredState() |
String |
getEntryClassName() |
Integer |
getParallelism() |
String |
getProgramArguments() |
String |
getSavepointPath() |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.