edu.cmu.graphchi.engine

GraphChiEngine

class GraphChiEngine[VertexDataType, EdgeDataType] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GraphChiEngine
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GraphChiEngine(baseFilename: String, nShards: 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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def createMemoryShard(intervalStart: Int, intervalEnd: Int, execInterval: Int): MemoryShard[EdgeDataType]

    Attributes
    protected[edu.cmu.graphchi.engine]
  7. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  11. def getContext(): GraphChiContext

  12. def getIntervals(): ArrayList[VertexInterval]

  13. def getMaxWindow(): Int

  14. def getMemoryBudget(): Long

  15. def getVertexIdTranslate(): VertexIdTranslate

  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. def initVertices(nvertices: Int, firstVertexId: Int, vertices: Array[ChiVertex[VertexDataType, EdgeDataType]]): Int

    Attributes
    protected[edu.cmu.graphchi.engine]
  18. def initializeSlidingShards(): Unit

    Attributes
    protected[edu.cmu.graphchi.engine]
  19. def isAutoLoadNext(): Boolean

  20. def isDisableInEdges(): Boolean

  21. def isDisableOutEdges(): Boolean

  22. def isEnableDeterministicExecution(): Boolean

  23. def isEnableScheduler(): Boolean

  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. def isModifiesInedges(): Boolean

  26. def isModifiesOutedges(): Boolean

  27. def isOnlyAdjacency(): Boolean

  28. def isUseStaticWindowSize(): Boolean

  29. def loadIntervals(): Unit

    Attributes
    protected[edu.cmu.graphchi.engine]
  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 numEdges(): Long

  34. def numVertices(): Int

  35. def run(program: GraphChiProgram[VertexDataType, EdgeDataType], niters: Int): Unit

  36. def setAutoLoadNext(autoLoadNext: Boolean): Unit

  37. def setDisableInedges(b: Boolean): Unit

  38. def setDisableOutEdges(disableOutEdges: Boolean): Unit

  39. def setEdataConverter(edataConverter: BytesToValueConverter[EdgeDataType]): Unit

  40. def setEnableDeterministicExecution(enableDeterministicExecution: Boolean): Unit

  41. def setEnableScheduler(enableScheduler: Boolean): Unit

  42. def setMaxWindow(maxWindow: Int): Unit

  43. def setMemoryBudgetMb(mb: Long): Unit

  44. def setModifiesInedges(modifiesInedges: Boolean): Unit

  45. def setModifiesOutedges(modifiesOutedges: Boolean): Unit

  46. def setOnlyAdjacency(onlyAdjacency: Boolean): Unit

  47. def setSkipZeroDegreeVertices(skipZeroDegreeVertices: Boolean): Unit

  48. def setUseStaticWindowSize(useStaticWindowSize: Boolean): Unit

  49. def setVertexDataConverter(vertexDataConverter: BytesToValueConverter[VertexDataType]): Unit

  50. def setVertexIdTranslate(vertexIdTranslate: VertexIdTranslate): Unit

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

    Definition Classes
    AnyRef
  52. def toString(): String

    Definition Classes
    AnyRef → Any
  53. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped