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: 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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

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

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

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

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

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

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

  14. def getIntervals(): ArrayList[VertexInterval]

  15. def getMaxWindow(): Int

  16. def getMemoryBudget(): Long

  17. def getVertexIdTranslate(): VertexIdTranslate

  18. def hashCode(): Int

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

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

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

  22. def isDisableInEdges(): Boolean

  23. def isDisableOutEdges(): Boolean

  24. def isEnableDeterministicExecution(): Boolean

  25. def isEnableScheduler(): Boolean

  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. def isModifiesInedges(): Boolean

  28. def isModifiesOutedges(): Boolean

  29. def isOnlyAdjacency(): Boolean

  30. def isUseStaticWindowSize(): Boolean

  31. def loadIntervals(): Unit

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

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

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

    Definition Classes
    AnyRef
  35. def numEdges(): Long

  36. def numVertices(): Int

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

  38. def setAutoLoadNext(autoLoadNext: Boolean): Unit

  39. def setDisableInedges(b: Boolean): Unit

  40. def setDisableOutEdges(disableOutEdges: Boolean): Unit

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

  42. def setEnableDeterministicExecution(enableDeterministicExecution: Boolean): Unit

  43. def setEnableScheduler(enableScheduler: Boolean): Unit

  44. def setMaxWindow(maxWindow: Int): Unit

  45. def setMemoryBudgetMb(mb: Long): Unit

  46. def setModifiesInedges(modifiesInedges: Boolean): Unit

  47. def setModifiesOutedges(modifiesOutedges: Boolean): Unit

  48. def setOnlyAdjacency(onlyAdjacency: Boolean): Unit

  49. def setSkipZeroDegreeVertices(skipZeroDegreeVertices: Boolean): Unit

  50. def setUseStaticWindowSize(useStaticWindowSize: Boolean): Unit

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

  52. def setVertexIdTranslate(vertexIdTranslate: VertexIdTranslate): Unit

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

    Definition Classes
    AnyRef
  54. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped