|
From: <rv...@us...> - 2012-07-30 23:21:35
|
Revision: 2340
http://dotnetrdf.svn.sourceforge.net/dotnetrdf/?rev=2340&view=rev
Author: rvesse
Date: 2012-07-30 23:21:28 +0000 (Mon, 30 Jul 2012)
Log Message:
-----------
Initial work on remaining Storage Server refactoring
Added ParentServer and AsyncParentServer properties to IStorageProvider and IAsyncStorageProvider interfaces
Added a StardogServer implementation which moves the IStorageServer and IAsyncStorageServer implementation out of StardogConnector and into its own separate class
Added stubs for AllegroGraphServer and SesameServer where I will do a similar refactor as has been done now with the StardogConnector and StardogServer
Affects Issue [263]
Modified Paths:
--------------
Trunk/Libraries/core/ChangeLog.txt
Trunk/Libraries/core/Storage/BaseAsyncSafeConnector.cs
Trunk/Libraries/core/Storage/BaseHttpConnector.cs
Trunk/Libraries/core/Storage/IStorageProvider.cs
Trunk/Libraries/core/Storage/JosekiConnector.cs
Trunk/Libraries/core/Storage/Management/Provisioning/Stardog/BaseStardogTemplate.cs
Trunk/Libraries/core/Storage/Management/Provisioning/Stardog/StardogDiskTemplate.cs
Trunk/Libraries/core/Storage/Management/Provisioning/Stardog/StardogMemTemplate.cs
Trunk/Libraries/core/Storage/ReadOnlyConnector.cs
Trunk/Libraries/core/Storage/SparqlConnector.cs
Trunk/Libraries/core/Storage/StardogConnector.cs
Trunk/Libraries/core/Storage/TalisPlatformConnector.cs
Trunk/Libraries/core/dotNetRDF.csproj
Trunk/dotNetRDF.suo
Added Paths:
-----------
Trunk/Libraries/core/Storage/Management/AllegroGraphServer.cs
Trunk/Libraries/core/Storage/Management/SesameServer.cs
Trunk/Libraries/core/Storage/Management/StardogServer.cs
Removed Paths:
-------------
Trunk/Libraries/core/Storage/IGenericIOManager.cs
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|