Class VeniceHdfsInputPartition

  • All Implemented Interfaces:
    java.io.Serializable, org.apache.spark.sql.connector.read.InputPartition

    public class VeniceHdfsInputPartition
    extends java.lang.Object
    implements org.apache.spark.sql.connector.read.InputPartition
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      VeniceHdfsInputPartition​(org.apache.hadoop.fs.Path filePath)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.hadoop.fs.Path getFilePath()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apache.spark.sql.connector.read.InputPartition

        preferredLocations
    • Constructor Detail

      • VeniceHdfsInputPartition

        public VeniceHdfsInputPartition​(org.apache.hadoop.fs.Path filePath)
    • Method Detail

      • getFilePath

        public org.apache.hadoop.fs.Path getFilePath()