C# 클래스 MongoDB.MongoWorkerRole.MongoWorkerRole

상속: RoleEntryPoint
파일 보기 프로젝트 열기: sridharn/Mongo-Azure

공개 메소드들

메소드 설명
OnStart ( ) : bool
OnStop ( ) : void
Run ( ) : void
ShutdownMongo ( ) : void

비공개 메소드들

메소드 설명
AddPerfCounter ( DiagnosticMonitorConfiguration config, string name, double seconds ) : void
AddPerfCounters ( DiagnosticMonitorConfiguration diagObj ) : void
GetLogFile ( ) : string
GetMongoDataDirectory ( ) : string
GetMountedPathFromBlob ( string localCachePath, string cloudDir, string containerName, string blobName, int driveSize, bool waitOnMount, bool fallback, CloudDrive &mongoDrive ) : string
InitializeDiagnostics ( ) : void
LogNodeInfo ( ) : void
ParseNodeInstanceId ( ) : int
SetHostAndPort ( ) : void
ShutdownDiagnostics ( ) : void
StartMongoD ( ) : void
StoreNodeInfo ( ) : void
TraceError ( string message ) : void
TraceInformation ( string message ) : void
TraceWarning ( string message ) : void
WriteTraceMessage ( string message, string type ) : void

메소드 상세

OnStart() 공개 메소드

public OnStart ( ) : bool
리턴 bool

OnStop() 공개 메소드

public OnStop ( ) : void
리턴 void

Run() 공개 메소드

public Run ( ) : void
리턴 void

ShutdownMongo() 공개 정적인 메소드

public static ShutdownMongo ( ) : void
리턴 void