Interface Naming.JobName

All Known Implementing Classes:
Naming.Spark
Enclosing class:
Naming

public static interface Naming.JobName
Interface representing a job name that can be resolved to a string.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the formatted job name.
  • Method Details

    • getName

      String getName()
      Returns the formatted job name.
      Returns:
      a string representing the job name.