Last change
on this file since 6362 was
6357,
checked in by cneumuel, 14 years ago
|
#1233
- refactoring of slave core
- created JobManager, which is responsible for managing jobs without knowing anything about the service. this class is easier testable than slave core
- lots of cleanup
- created console test project for slave
|
File size:
450 bytes
|
Rev | Line | |
---|
[6357] | 1 | using System;
|
---|
| 2 | using System.Data.Linq.Mapping;
|
---|
[4593] | 3 | namespace HeuristicLab.Services.Hive.DataAccess {
|
---|
[6229] | 4 | partial class SlaveStatistics {
|
---|
| 5 | }
|
---|
| 6 |
|
---|
[4593] | 7 | partial class HiveDataContext {
|
---|
[6357] | 8 | // source: http://stackoverflow.com/questions/648196/random-row-from-linq-to-sql
|
---|
| 9 | [Function(Name = "NEWID", IsComposable = true)]
|
---|
| 10 | public Guid Random() {
|
---|
| 11 | // to prove not used by our C# code...
|
---|
| 12 | throw new NotImplementedException();
|
---|
| 13 | }
|
---|
[4593] | 14 | }
|
---|
| 15 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.