![JAR search and dependency download from the Maven repository](/logo.png)
com.github.ywilkof.sparkrestclient.interfaces.RequestOptionsSpecification 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.interfaces;
/**
* Created by yonatan on 17.10.15.
*/
public interface RequestOptionsSpecification {
JobSubmitRequestSpecification prepareJobSubmit();
KillJobRequestSpecification killJob();
JobStatusRequestSpecification checkJobStatus();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy