Package alluxio.job

Interface JobRequest

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    CopyJobRequest, LoadJobRequest

    public interface JobRequest
    extends java.io.Serializable
    A job request that can be used to create Job. All the subclasses are both Java and JSON serializable.
    • Method Detail

      • getType

        java.lang.String getType()
        Returns:
        the type of the job