C# Class sones.GraphDBBenchmark.Benchmark.VTPS_PartitionedParallel

Inheritance: IBenchmark
Mostra file Open project: sones/benchmark

Public Methods

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

Private Methods

Method Description
CountAllEdgesParallelPartitioner ( IVertexType usertype, IGraphDS myGraphDB, List vertices ) : System.Int64

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Execute() public method

public Execute ( IGraphDS myGraphDS, long myIterations, Converter MyWriteLine ) : void
myGraphDS IGraphDS
myIterations long
MyWriteLine Converter
return void

InitializePlugin() public method

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

VTPS_PartitionedParallel() public method

public VTPS_PartitionedParallel ( ) : System
return System

VTPS_PartitionedParallel() public method

public VTPS_PartitionedParallel ( String myInterestingVertexType ) : System
myInterestingVertexType String
return System