Class NonIndexedThreadSafeGraph
A Thread Safe version of the Graph class.
Implements
System.IDisposable
System.Xml.Serialization.IXmlSerializable
System.Runtime.Serialization.ISerializable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF
Assembly: dotNetRDF.dll
Syntax
public class NonIndexedThreadSafeGraph : ThreadSafeGraph, IGraph, INodeFactory, IDisposable, IXmlSerializable, ISerializable
Remarks
Performance will be marginally worse than a normal Graph but in multi-threaded scenarios this will likely be offset by the benefits of multi-threading.
Since this is a non-indexed version load performance will be better but query performance better.
Constructors
| Improve this Doc View SourceNonIndexedThreadSafeGraph()
Creates a new non-indexed Thread Safe Graph.
Declaration
public NonIndexedThreadSafeGraph()
Implements
System.IDisposable
System.Xml.Serialization.IXmlSerializable
System.Runtime.Serialization.ISerializable