edu.cmu.graphchi.scala

GraphChiScala

class GraphChiScala[VertexDataType, EdgeDataType, GatherType] extends GraphChiProgram[VertexDataType, EdgeDataType]

Linear Supertypes
GraphChiProgram[VertexDataType, EdgeDataType], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GraphChiScala
  2. GraphChiProgram
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GraphChiScala(baseFilename: String, numShards: Int)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. var applyFunc: (GatherType, ScalaChiVertex[VertexDataType, EdgeDataType]) ⇒ VertexDataType

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def beginInterval(ctx: GraphChiContext, interval: VertexInterval): Unit

    Definition Classes
    GraphChiScalaGraphChiProgram
  9. def beginIteration(ctx: GraphChiContext): Unit

    Definition Classes
    GraphChiScalaGraphChiProgram
  10. def beginSubInterval(ctx: GraphChiContext, interval: VertexInterval): Unit

    Definition Classes
    GraphChiScalaGraphChiProgram
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. var constScatterFunc: (ScalaChiVertex[VertexDataType, EdgeDataType]) ⇒ EdgeDataType

  13. def endInterval(ctx: GraphChiContext, interval: VertexInterval): Unit

    Definition Classes
    GraphChiScalaGraphChiProgram
  14. def endIteration(ctx: GraphChiContext): Unit

    Definition Classes
    GraphChiScalaGraphChiProgram
  15. def endSubInterval(ctx: GraphChiContext, interval: VertexInterval): Unit

    Definition Classes
    GraphChiScalaGraphChiProgram
  16. val engine: GraphChiEngine[VertexDataType, EdgeDataType]

  17. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def foreach(iters: Int, gatherDirection: EdgeDirection, gatherInit: GatherType, gather: (ScalaChiVertex[VertexDataType, EdgeDataType], EdgeDataType, Int, GatherType) ⇒ GatherType, apply: (GatherType, ScalaChiVertex[VertexDataType, EdgeDataType]) ⇒ VertexDataType, scatterDirection: EdgeDirection, scatter: (ScalaChiVertex[VertexDataType, EdgeDataType]) ⇒ EdgeDataType): Unit

  21. def foreach(iters: Int, gatherDirection: EdgeDirection, gatherInit: GatherType, gather: (ScalaChiVertex[VertexDataType, EdgeDataType], EdgeDataType, Int, GatherType) ⇒ GatherType, apply: (GatherType, ScalaChiVertex[VertexDataType, EdgeDataType]) ⇒ VertexDataType, scatterDirection: EdgeDirection, scatter: (ScalaChiVertex[VertexDataType, EdgeDataType], EdgeDataType, Int) ⇒ EdgeDataType): Unit

  22. var gatherDir: EdgeDirection

  23. var gatherFunc: (ScalaChiVertex[VertexDataType, EdgeDataType], EdgeDataType, Int, GatherType) ⇒ GatherType

  24. var gatherInitVal: Option[GatherType]

  25. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  26. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  27. def initializeVertices(initfunc: (ScalaChiVertex[VertexDataType, EdgeDataType]) ⇒ VertexDataType): Unit

  28. var initializer: Option[(ScalaChiVertex[VertexDataType, EdgeDataType]) ⇒ VertexDataType]

  29. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  30. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  33. def numVertices: Int

  34. var scatterDir: EdgeDirection

  35. var scatterFunc: (ScalaChiVertex[VertexDataType, EdgeDataType], EdgeDataType, Int) ⇒ EdgeDataType

  36. def setEdataConverter(conv: BytesToValueConverter[EdgeDataType]): Unit

  37. def setVertexDataConverter(conv: BytesToValueConverter[VertexDataType]): Unit

  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  39. def toString(): String

    Definition Classes
    AnyRef → Any
  40. def update(v: ChiVertex[VertexDataType, EdgeDataType], ctx: GraphChiContext): Unit

    Definition Classes
    GraphChiScalaGraphChiProgram
  41. def vertexTranslate: VertexIdTranslate

  42. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from GraphChiProgram[VertexDataType, EdgeDataType]

Inherited from AnyRef

Inherited from Any

Ungrouped