[ whitefrost.com | Account Manager 4 Product Page ]

Core.Web.Monitor.PerformanceDataSpool Class Reference

Inheritance diagram for Core.Web.Monitor.PerformanceDataSpool:

Core.Objects.ComponentRunnable Core.Interfaces.IRunnable

List of all members.

Public Member Functions

override void InitializeRunnable ()
void AddData (PerformanceData in_d)
override void Execute ()

Public Attributes

String ConnectionString = null
Core.Data.DbFactory.CONNECTION_TYPE ConnectionType = Core.Data.DbFactory.CONNECTION_TYPE.UNKNOWN
bool AnalyticsMode = true

Properties

String LocalSchemaCache [get, set]
int DataSize [get]
int BulkSize [get, set]
int BatchSize [get, set]
String TableName [get]

Private Attributes

List< PerformanceDatadata_list
String local_schema_cache = "e:\\Logs\\PerformanceSchema.xml"
int batch_size = 20
int bulk_size = 100
int prep_attempts = 0

Static Private Attributes

static readonly log4net.ILog log = log4net.LogManager.GetLogger(typeof(PerformanceDataSpool))


Member Function Documentation

override void Core.Web.Monitor.PerformanceDataSpool.InitializeRunnable (  )  [virtual]

Reimplemented from Core.Objects.ComponentRunnable.

void Core.Web.Monitor.PerformanceDataSpool.AddData ( PerformanceData  in_d  ) 

override void Core.Web.Monitor.PerformanceDataSpool.Execute (  )  [virtual]

Reimplemented from Core.Objects.ComponentRunnable.


Member Data Documentation

readonly log4net.ILog Core.Web.Monitor.PerformanceDataSpool.log = log4net.LogManager.GetLogger(typeof(PerformanceDataSpool)) [static, private]

String Core.Web.Monitor.PerformanceDataSpool.local_schema_cache = "e:\\Logs\\PerformanceSchema.xml" [private]


Property Documentation

String Core.Web.Monitor.PerformanceDataSpool.LocalSchemaCache [get, set]

int Core.Web.Monitor.PerformanceDataSpool.DataSize [get]

int Core.Web.Monitor.PerformanceDataSpool.BulkSize [get, set]

int Core.Web.Monitor.PerformanceDataSpool.BatchSize [get, set]

String Core.Web.Monitor.PerformanceDataSpool.TableName [get]


The documentation for this class was generated from the following file:
Stephen W. Cote, 2009, whitefrost.com