Java org.apache.spark.launcher SparkAppHandle fields, constructors, methods, implement or subclass

Example usage for Java org.apache.spark.launcher SparkAppHandle fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.spark.launcher SparkAppHandle.

The text is from its open source code.

Method

voidaddListener(Listener l)
Adds a listener to be notified of changes to the handle's information.
StringgetAppId()
Returns the application ID, or null if not yet known.
StategetState()
Returns the current application state.
voidstop()
Asks the application to stop.