Packages

c

org.apache.graphar.util

EdgeChunkPartitioner

class EdgeChunkPartitioner extends Partitioner

Linear Supertypes
Partitioner, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EdgeChunkPartitioner
  2. Partitioner
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EdgeChunkPartitioner(partitions: Int, eidBeginOfVertexChunks: Array[Long], aggEdgeChunkSumOfVertexChunks: Array[Long], edgeChunkSize: Int)

Value Members

  1. def chunkSize: Long
  2. def equals(other: Any): Boolean
    Definition Classes
    EdgeChunkPartitioner → AnyRef → Any
  3. def getPartition(key: Any): Int
    Definition Classes
    EdgeChunkPartitioner → Partitioner
  4. def hashCode(): Int
    Definition Classes
    EdgeChunkPartitioner → AnyRef → Any
  5. def numPartitions: Int
    Definition Classes
    EdgeChunkPartitioner → Partitioner