edu
.
cmu
.
graphchi
.
engine
GraphChiEngine
class
GraphChiEngine
[
VertexDataType
,
EdgeDataType
]
extends
AnyRef
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
GraphChiEngine
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
GraphChiEngine
(
baseFilename:
String
,
nShards:
Int
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
createMemoryShard
(
intervalStart:
Int
,
intervalEnd:
Int
,
execInterval:
Int
)
:
MemoryShard
[
EdgeDataType
]
Attributes
protected[
edu.cmu.graphchi.engine
]
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getContext
()
:
GraphChiContext
def
getIntervals
()
:
ArrayList
[
VertexInterval
]
def
getMaxWindow
()
:
Int
def
getMemoryBudget
()
:
Long
def
getVertexIdTranslate
()
:
VertexIdTranslate
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
initVertices
(
nvertices:
Int
,
firstVertexId:
Int
,
vertices:
Array
[
ChiVertex
[
VertexDataType
,
EdgeDataType
]]
)
:
Int
Attributes
protected[
edu.cmu.graphchi.engine
]
def
initializeSlidingShards
()
:
Unit
Attributes
protected[
edu.cmu.graphchi.engine
]
def
isAutoLoadNext
()
:
Boolean
def
isDisableInEdges
()
:
Boolean
def
isDisableOutEdges
()
:
Boolean
def
isEnableDeterministicExecution
()
:
Boolean
def
isEnableScheduler
()
:
Boolean
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
isModifiesInedges
()
:
Boolean
def
isModifiesOutedges
()
:
Boolean
def
isOnlyAdjacency
()
:
Boolean
def
isUseStaticWindowSize
()
:
Boolean
def
loadIntervals
()
:
Unit
Attributes
protected[
edu.cmu.graphchi.engine
]
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
numEdges
()
:
Long
def
numVertices
()
:
Int
def
run
(
program:
GraphChiProgram
[
VertexDataType
,
EdgeDataType
]
,
niters:
Int
)
:
Unit
def
setAutoLoadNext
(
autoLoadNext:
Boolean
)
:
Unit
def
setDisableInedges
(
b:
Boolean
)
:
Unit
def
setDisableOutEdges
(
disableOutEdges:
Boolean
)
:
Unit
def
setEdataConverter
(
edataConverter:
BytesToValueConverter
[
EdgeDataType
]
)
:
Unit
def
setEnableDeterministicExecution
(
enableDeterministicExecution:
Boolean
)
:
Unit
def
setEnableScheduler
(
enableScheduler:
Boolean
)
:
Unit
def
setMaxWindow
(
maxWindow:
Int
)
:
Unit
def
setMemoryBudgetMb
(
mb:
Long
)
:
Unit
def
setModifiesInedges
(
modifiesInedges:
Boolean
)
:
Unit
def
setModifiesOutedges
(
modifiesOutedges:
Boolean
)
:
Unit
def
setOnlyAdjacency
(
onlyAdjacency:
Boolean
)
:
Unit
def
setSkipZeroDegreeVertices
(
skipZeroDegreeVertices:
Boolean
)
:
Unit
def
setUseStaticWindowSize
(
useStaticWindowSize:
Boolean
)
:
Unit
def
setVertexDataConverter
(
vertexDataConverter:
BytesToValueConverter
[
VertexDataType
]
)
:
Unit
def
setVertexIdTranslate
(
vertexIdTranslate:
VertexIdTranslate
)
:
Unit
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
AnyRef
Inherited from
Any
Ungrouped