C# Class sones.GraphDBBenchmark.Benchmark.VTPS_Parallel

Inheritance: IBenchmark
Afficher le fichier Open project: sones/benchmark

Méthodes publiques

Méthode Description
Dispose ( ) : void
Execute ( IGraphDS myGraphDS, long myIterations, Converter MyWriteLine ) : void
InitializePlugin ( string UniqueString, object>.Dictionary myParameters = null ) : IPluginable
VTPS_Parallel ( ) : System
VTPS_Parallel ( String myInterestingVertexType ) : System

Private Methods

Méthode Description
CountAllEdgesParallel ( IEnumerable myVertices ) : System.Int64

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Execute() public méthode

public Execute ( IGraphDS myGraphDS, long myIterations, Converter MyWriteLine ) : void
myGraphDS IGraphDS
myIterations long
MyWriteLine Converter
Résultat void

InitializePlugin() public méthode

public InitializePlugin ( string UniqueString, object>.Dictionary myParameters = null ) : IPluginable
UniqueString string
myParameters object>.Dictionary
Résultat IPluginable

VTPS_Parallel() public méthode

public VTPS_Parallel ( ) : System
Résultat System

VTPS_Parallel() public méthode

public VTPS_Parallel ( String myInterestingVertexType ) : System
myInterestingVertexType String
Résultat System