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
    int index()  

    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.Partition

    equals, hashCode
  • Constructor Details

  • Method Details

    • index

      public int index()
      Specified by:
      index in interface org.apache.spark.Partition