com.github.ywilkof.sparkrestclient.Action Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spark-jobs-rest-client Show documentation
Show all versions of spark-jobs-rest-client Show documentation
Fluent utility client for interacting with Spark Standalone Mode's Rest API for submitting, killing and monitoring the state of jobs.
package com.github.ywilkof.sparkrestclient;
/**
* Created by yonatan on 08.10.15.
*/
enum Action {
CreateSubmissionRequest,
CreateSubmissionResponse,
KillSubmissionResponse,
SubmissionStatusResponse
}