
com.hazelcast.spark.connector.rdd.PartitionLocationInfo.scala Maven / Gradle / Ivy
package com.hazelcast.spark.connector.rdd
import org.apache.spark.Partition
class PartitionLocationInfo(val partitionId: Int, val location: String) extends Partition {
override def index: Int = partitionId
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy