Class 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

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • GorPartition

        public GorPartition​(int i)
    • Method Detail

      • index

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