Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/24/13 14:45:51 (12 years ago)
Author:
pfleck
Message:

#2063
Added StatisticsGenerator for generating statistic data for Hive.
ServiceLocator returns the StatisticsGenerator.
Integrated StatisticsGenerator in Janitor service for periodic calls.

Location:
branches/HiveStatistics/sources/HeuristicLab.Services.Hive/3.3/Properties
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HiveStatistics/sources/HeuristicLab.Services.Hive/3.3/Properties/Settings.Designer.cs

    r9123 r9526  
    22// <auto-generated>
    33//     This code was generated by a tool.
    4 //     Runtime Version:4.0.30319.17929
     4//     Runtime Version:4.0.30319.18034
    55//
    66//     Changes to this file may cause incorrect behavior and will be lost if
     
    8686            }
    8787        }
     88       
     89        [global::System.Configuration.ApplicationScopedSettingAttribute()]
     90        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     91        [global::System.Configuration.DefaultSettingValueAttribute("00:05:00")]
     92        public global::System.TimeSpan GenerateStatisticsInterval {
     93            get {
     94                return ((global::System.TimeSpan)(this["GenerateStatisticsInterval"]));
     95            }
     96        }
    8897    }
    8998}
  • branches/HiveStatistics/sources/HeuristicLab.Services.Hive/3.3/Properties/Settings.settings

    r9123 r9526  
    2424      <Value Profile="(Default)">00:00:20</Value>
    2525    </Setting>
     26    <Setting Name="GenerateStatisticsInterval" Type="System.TimeSpan" Scope="Application">
     27      <Value Profile="(Default)">00:05:00</Value>
     28    </Setting>
    2629  </Settings>
    2730</SettingsFile>
Note: See TracChangeset for help on using the changeset viewer.