InMemoryManager
|
Overloaded. Initializes a new instance of the InMemoryManager class. |
AsyncParentServer (inherited from BaseAsyncSafeConnector) | Gets the parent server (if any) |
DeleteSupported | Returns that Graph Deletion is supported |
IOBehaviour | Gets the IO Behaviour for In-Memory stores |
IsReadOnly | Returns that the Store is not read-only |
IsReady | Returns that the Store is ready |
ListGraphsSupported | Returns that listing graphs is supported |
ParentServer (inherited from BaseAsyncSafeConnector) | Gets the parent server (if any) |
UpdateSupported | Returns that Triple level updates are supported |
DeleteGraph | Overloaded. Deletes a Graph from the Store |
DeleteGraph (inherited from BaseAsyncSafeConnector) | Overloaded. Deletes a Graph from the Store |
Dispose | Disposes of the Manager |
Equals (inherited from Object) | |
GetHashCode (inherited from Object) | |
GetType (inherited from Object) | |
ListGraphs | Overloaded. Lists the URIs of Graphs in the Store |
ListGraphs (inherited from BaseAsyncSafeConnector) | Overloaded. Lists the Graphs in the Store asynchronously |
LoadGraph | Overloaded. Loads a Graph from the Store |
LoadGraph (inherited from BaseAsyncSafeConnector) | Overloaded. Loads a Graph from the Store asynchronously |
Query | Overloaded. Makes a SPARQL Query against the Store |
SaveGraph | Overloaded. Saves a Graph to the Store |
SaveGraph (inherited from BaseAsyncSafeConnector) | Overloaded. Saves a Graph to the Store asynchronously |
SerializeConfiguration | Serializes the Configuration of the Manager |
ToString | Gets a String representation of the Manager |
Update | Overloaded. Applies SPARQL Updates to the Store |
UpdateGraph | Overloaded. Updates a Graph in the Store |
UpdateGraph (inherited from BaseAsyncSafeConnector) | Overloaded. Updates a Graph in the Store asychronously |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) |
InMemoryManager Class | VDS.RDF.Storage Namespace