Package alluxio.job

Class LoadJobRequest

  • All Implemented Interfaces:
    JobRequest, java.io.Serializable

    @ThreadSafe
    public class LoadJobRequest
    extends java.lang.Object
    implements JobRequest
    The request of loading files.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      LoadJobRequest​(java.lang.String path, alluxio.grpc.LoadJobPOptions options)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      alluxio.grpc.LoadJobPOptions getOptions()  
      java.lang.String getPath()  
      java.lang.String getType()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LoadJobRequest

        public LoadJobRequest​(java.lang.String path,
                              alluxio.grpc.LoadJobPOptions options)
        Parameters:
        path - the file path
        options - load job options
    • Method Detail

      • getPath

        public java.lang.String getPath()
        Returns:
        the file path
      • getOptions

        public alluxio.grpc.LoadJobPOptions getOptions()
        Returns:
        job options
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getType

        public java.lang.String getType()
        Specified by:
        getType in interface JobRequest
        Returns:
        the type of the job