Package org.gorpipe.spark
Class GorPartition
java.lang.Object
org.gorpipe.spark.GorPartition
- All Implemented Interfaces:
java.io.Serializable,org.apache.spark.Partition,scala.Serializable
public class GorPartition
extends java.lang.Object
implements org.apache.spark.Partition, java.io.Serializable
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description GorPartition(int i) -
Method Summary
Modifier and Type Method Description intindex()
-
Constructor Details
-
GorPartition
public GorPartition(int i)
-
-
Method Details
-
index
public int index()- Specified by:
indexin interfaceorg.apache.spark.Partition
-