io.deepsense.neptune.clientlibrary.models.JobProperties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of neptune-client-library Show documentation
Show all versions of neptune-client-library Show documentation
Enables integration with Neptune in your Java code
/**
* Copyright (c) 2016, CodiLime Inc.
*/
package io.deepsense.neptune.clientlibrary.models;
import java.util.Map;
/**
* Represents the set of user-defined properties of the job.
* Properties are additional metadata of the job.
* A property is defined as a key-value pair of two strings.
* Job’s properties can be set from the configuration file and job’s code
* or by command line parameters.
*/
public interface JobProperties extends Map {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy