C# Class MongoDB.MongoWorkerRole.MongoWorkerRole

Inheritance: RoleEntryPoint
Afficher le fichier Open project: sridharn/Mongo-Azure

Méthodes publiques

Méthode Description
OnStart ( ) : bool
OnStop ( ) : void
Run ( ) : void
ShutdownMongo ( ) : void

Private Methods

Méthode Description
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

Method Details

OnStart() public méthode

public OnStart ( ) : bool
Résultat bool

OnStop() public méthode

public OnStop ( ) : void
Résultat void

Run() public méthode

public Run ( ) : void
Résultat void

ShutdownMongo() public static méthode

public static ShutdownMongo ( ) : void
Résultat void