C# 클래스 sones.GraphDBBenchmark.Benchmark.VTPS_Parallel

상속: IBenchmark
파일 보기 프로젝트 열기: sones/benchmark

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
CountAllEdgesParallel ( IEnumerable myVertices ) : System.Int64

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Execute() 공개 메소드

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

InitializePlugin() 공개 메소드

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

VTPS_Parallel() 공개 메소드

public VTPS_Parallel ( ) : System
리턴 System

VTPS_Parallel() 공개 메소드

public VTPS_Parallel ( String myInterestingVertexType ) : System
myInterestingVertexType String
리턴 System