All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hazelcast.spark.connector.rdd.PartitionLocationInfo.scala Maven / Gradle / Ivy

There is a newer version: 0.2
Show newest version
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