Class EntryClassQueryParameter
- java.lang.Object
-
- org.apache.flink.runtime.rest.messages.MessageParameter<List<X>>
-
- org.apache.flink.runtime.rest.messages.MessageQueryParameter<String>
-
- org.apache.flink.runtime.webmonitor.handlers.StringQueryParameter
-
- org.apache.flink.runtime.webmonitor.handlers.EntryClassQueryParameter
-
public class EntryClassQueryParameter extends StringQueryParameter
Query parameter specifying the name of the entry point class.- See Also:
PackagedProgram.Builder.setEntryPointClassName(String)
-
-
Constructor Summary
Constructors Constructor Description EntryClassQueryParameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()-
Methods inherited from class org.apache.flink.runtime.webmonitor.handlers.StringQueryParameter
convertStringToValue, convertValueToString
-
Methods inherited from class org.apache.flink.runtime.rest.messages.MessageQueryParameter
convertFromString, convertToString
-
-