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: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

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

  5. final def asInstanceOf[T0]: T0

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

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

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

    Definition Classes
    GraphChiScalaGraphChiProgram
  9. def clone(): AnyRef

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

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

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

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

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

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. 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

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

  20. var gatherDir: EdgeDirection

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

  22. var gatherInitVal: Option[GatherType]

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

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

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

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

  27. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  31. def numVertices: Int

  32. var scatterDir: EdgeDirection

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

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

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

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

    Definition Classes
    AnyRef
  37. def toString(): String

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

    Definition Classes
    GraphChiScalaGraphChiProgram
  39. def vertexTranslate: VertexIdTranslate

  40. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from GraphChiProgram[VertexDataType, EdgeDataType]

Inherited from AnyRef

Inherited from Any

Ungrouped