Свойство | Тип | Описание | |
---|---|---|---|
_activeTrans | string | ||
_baseUri | string | ||
_writer | VDS.RDF.Writing.TriGWriter | ||
transLock | object |
Метод | Описание | |
---|---|---|
Begin ( ) : void |
Begins a new Transaction A single transaction |
|
Begin ( AsyncStorageCallback callback, object state ) : void |
Begins a transaction asynchronously
|
|
BlazegraphConnector ( string baseUri ) : System |
Creates a new Connection to a Blazegraph store with default namespace
|
|
BlazegraphConnector ( string baseUri, string ns ) : System |
Creates a new Connection to a Blazegraph store
|
|
Commit ( ) : void |
Commits the active Transaction Transactions are scoped to Managed Threads |
|
Commit ( AsyncStorageCallback callback, object state ) : void |
Commits a transaction asynchronously
|
|
DeleteGraph ( |
Deletes a Graph from the Blazegraph store
|
|
DeleteGraph ( string graphUri ) : void |
Deletes a Graph from the Blazegraph store
|
|
DeleteGraph ( string graphUri, AsyncStorageCallback callback, object state ) : void |
Deletes a Graph from the Store
|
|
Dispose ( ) : void | ||
ListGraphs ( ) : IEnumerable |
Gets the list of Graphs in the Blazegraph store
|
|
LoadGraph ( IGraph g, |
Loads a Graph from the Store If an empty/null URI is specified then the Default Graph of the Store will be loaded |
|
LoadGraph ( IGraph g, string graphUri ) : void |
Loads a Graph from the Store If an empty/null Uri is specified then the Default Graph of the Store will be loaded |
|
LoadGraph ( IRdfHandler handler, |
Loads a Graph from the Store If an empty/null URI is specified then the Default Graph of the Store will be loaded |
|
LoadGraph ( IRdfHandler handler, string graphUri ) : void |
Loads a Graph from the Store If an empty/null URI is specified then the Default Graph of the Store will be loaded |
|
LoadGraph ( IRdfHandler handler, string graphUri, AsyncStorageCallback callback, object state ) : void |
Loads a Graph from the Store asynchronously
|
|
Query ( String sparqlQuery ) : object |
Makes a SPARQL Query against the underlying Store using whatever reasoning mode is currently in-use
|
|
Query ( string sparqlQuery, long timeoutMilliseconds ) : object |
Makes a SPARQL Query against the underlying Store using whatever reasoning mode is currently in-use
|
|
Query ( IRdfHandler rdfHandler, ISparqlResultsHandler resultsHandler, string sparqlQuery ) : void |
Makes a SPARQL Query against the underlying Store using whatever reasoning mode is currently in-use processing the results using an appropriate handler from those provided
|
|
Query ( IRdfHandler rdfHandler, ISparqlResultsHandler resultsHandler, string sparqlQuery, AsyncStorageCallback callback, object state ) : void |
Queries the store asynchronously
|
|
Query ( IRdfHandler rdfHandler, ISparqlResultsHandler resultsHandler, string sparqlQuery, AsyncStorageCallback callback, object state, long timeoutMilliseconds ) : void |
Queries the store asynchronously
|
|
Query ( IRdfHandler rdfHandler, ISparqlResultsHandler resultsHandler, string sparqlQuery, long timeoutMilliseconds ) : void |
Makes a SPARQL Query against the underlying Store using whatever reasoning mode is currently in-use processing the results using an appropriate handler from those provided
|
|
Query ( string sparqlQuery, AsyncStorageCallback callback, object state ) : void |
Queries the store asynchronously
|
|
Query ( string sparqlQuery, AsyncStorageCallback callback, object state, long timeoutMilliseconds ) : void |
Queries the store asynchronously
|
|
Rollback ( ) : void |
Rolls back the active Transaction Transactions are scoped to Managed Threads |
|
Rollback ( AsyncStorageCallback callback, object state ) : void |
Rolls back a transaction asynchronously
|
|
SaveGraph ( IGraph g ) : void |
Saves a Graph into the Store (see remarks for notes on merge/overwrite behaviour) If the Graph has no URI then the contents will be appended to the Store's Default Graph. If the Graph has a URI then existing Graph associated with that URI will be replaced. To append to a named Graph use the |
|
SaveGraph ( IGraph g, AsyncStorageCallback callback, object state ) : void |
Saves a Graph to the Store asynchronously
|
|
SerializeConfiguration ( VDS.RDF.Configuration.ConfigurationSerializationContext context ) : void |
Serializes the connection's configuration
|
|
ToString ( ) : string |
Gets a String which gives details of the Connection
|
|
UpdateGraph ( |
Updates a Graph in the Blazegraph Store
|
|
UpdateGraph ( string graphUri, IEnumerable |
Updates a Graph in the Blazegraph store
|
|
UpdateGraph ( string graphUri, IEnumerable |
Updates a Graph in the Store asychronously
|
Метод | Описание | |
---|---|---|
BeginTransaction ( ) : string | ||
CommitTransaction ( string tID ) : void | ||
CreateRequest ( string servicePath, string accept, string method, string>.Dictionary |
Helper method for creating HTTP Requests to the Store
|
|
DeleteGraphAsync ( bool autoCommit, string graphUri, AsyncStorageCallback callback, object state ) : void | ||
RollbackTransaction ( string tID ) : void | ||
SaveGraphAsync ( IGraph g, AsyncStorageCallback callback, object state ) : void | ||
SaveGraphAsync ( bool autoCommit, IGraph g, AsyncStorageCallback callback, object state ) : void | ||
UpdateGraphAsync ( bool autoCommit, string graphUri, IEnumerable |
||
UpdateGraphAsync ( string graphUri, IEnumerable |
public Begin ( AsyncStorageCallback callback, object state ) : void | ||
callback | AsyncStorageCallback | Callback |
state | object | State to pass to the callback |
Результат | void |
public BlazegraphConnector ( string baseUri ) : System | ||
baseUri | string | |
Результат | System |
public BlazegraphConnector ( string baseUri, string ns ) : System | ||
baseUri | string | |
ns | string | Namespace |
Результат | System |
public Commit ( AsyncStorageCallback callback, object state ) : void | ||
callback | AsyncStorageCallback | Callback |
state | object | State to pass to the callback |
Результат | void |
protected CommitTransaction ( string tID ) : void | ||
tID | string | |
Результат | void |
protected CreateRequest ( string servicePath, string accept, string method, string>.Dictionary |
||
servicePath | string | Path to the Service requested |
accept | string | Acceptable Content Types |
method | string | HTTP Method |
requestParams | string>.Dictionary | Querystring Parameters |
withNS | bool | |
Результат |
public DeleteGraph ( |
||
graphUri | URI of the Graph to delete | |
Результат | void |
public DeleteGraph ( string graphUri ) : void | ||
graphUri | string | URI of the Graph to delete |
Результат | void |
public DeleteGraph ( string graphUri, AsyncStorageCallback callback, object state ) : void | ||
graphUri | string | URI of the Graph to delete |
callback | AsyncStorageCallback | Callback |
state | object | State to pass to the callback |
Результат | void |
protected DeleteGraphAsync ( bool autoCommit, string graphUri, AsyncStorageCallback callback, object state ) : void | ||
autoCommit | bool | |
graphUri | string | |
callback | AsyncStorageCallback | |
state | object | |
Результат | void |
public LoadGraph ( IGraph g, |
||
g | IGraph | Graph to load into |
graphUri | URI of the Graph to load | |
Результат | void |
public LoadGraph ( IGraph g, string graphUri ) : void | ||
g | IGraph | Graph to load into |
graphUri | string | Uri of the Graph to load |
Результат | void |
public LoadGraph ( IRdfHandler handler, |
||
handler | IRdfHandler | RDF Handler |
graphUri | URI of the Graph to load | |
Результат | void |
public LoadGraph ( IRdfHandler handler, string graphUri ) : void | ||
handler | IRdfHandler | RDF Handler |
graphUri | string | URI of the Graph to load |
Результат | void |
public LoadGraph ( IRdfHandler handler, string graphUri, AsyncStorageCallback callback, object state ) : void | ||
handler | IRdfHandler | Handler to load with |
graphUri | string | URI of the Graph to load |
callback | AsyncStorageCallback | Callback |
state | object | State to pass to the callback |
Результат | void |
public Query ( String sparqlQuery ) : object | ||
sparqlQuery | String | Sparql Query |
Результат | object |
public Query ( string sparqlQuery, long timeoutMilliseconds ) : object | ||
sparqlQuery | string | Sparql Query |
timeoutMilliseconds | long | Query timeout in milliseconds |
Результат | object |
public Query ( IRdfHandler rdfHandler, ISparqlResultsHandler resultsHandler, string sparqlQuery ) : void | ||
rdfHandler | IRdfHandler | RDF Handler |
resultsHandler | ISparqlResultsHandler | Results Handler |
sparqlQuery | string | SPARQL Query |
Результат | void |
public Query ( IRdfHandler rdfHandler, ISparqlResultsHandler resultsHandler, string sparqlQuery, AsyncStorageCallback callback, object state ) : void | ||
rdfHandler | IRdfHandler | RDF Handler |
resultsHandler | ISparqlResultsHandler | Results Handler |
sparqlQuery | string | SPARQL Query |
callback | AsyncStorageCallback | Callback |
state | object | State to pass to the callback |
Результат | void |
public Query ( IRdfHandler rdfHandler, ISparqlResultsHandler resultsHandler, string sparqlQuery, AsyncStorageCallback callback, object state, long timeoutMilliseconds ) : void | ||
rdfHandler | IRdfHandler | RDF Handler |
resultsHandler | ISparqlResultsHandler | Results Handler |
sparqlQuery | string | SPARQL Query |
callback | AsyncStorageCallback | Callback |
state | object | State to pass to the callback |
timeoutMilliseconds | long | Query timeout in milliseconds |
Результат | void |
public Query ( IRdfHandler rdfHandler, ISparqlResultsHandler resultsHandler, string sparqlQuery, long timeoutMilliseconds ) : void | ||
rdfHandler | IRdfHandler | RDF Handler |
resultsHandler | ISparqlResultsHandler | Results Handler |
sparqlQuery | string | SPARQL Query |
timeoutMilliseconds | long | Query timeout in milliseconds |
Результат | void |
public Query ( string sparqlQuery, AsyncStorageCallback callback, object state ) : void | ||
sparqlQuery | string | SPARQL Query |
callback | AsyncStorageCallback | Callback |
state | object | State to pass to the callback |
Результат | void |
public Query ( string sparqlQuery, AsyncStorageCallback callback, object state, long timeoutMilliseconds ) : void | ||
sparqlQuery | string | SPARQL Query |
callback | AsyncStorageCallback | Callback |
state | object | State to pass to the callback |
timeoutMilliseconds | long | Query timeout in milliseconds |
Результат | void |
public Rollback ( AsyncStorageCallback callback, object state ) : void | ||
callback | AsyncStorageCallback | Callback |
state | object | State to pass to the callback |
Результат | void |
protected RollbackTransaction ( string tID ) : void | ||
tID | string | |
Результат | void |
public SaveGraph ( IGraph g ) : void | ||
g | IGraph | Graph to save |
Результат | void |
public SaveGraph ( IGraph g, AsyncStorageCallback callback, object state ) : void | ||
g | IGraph | Graph to save |
callback | AsyncStorageCallback | Callback |
state | object | State to pass to the callback |
Результат | void |
protected SaveGraphAsync ( IGraph g, AsyncStorageCallback callback, object state ) : void | ||
g | IGraph | |
callback | AsyncStorageCallback | |
state | object | |
Результат | void |
protected SaveGraphAsync ( bool autoCommit, IGraph g, AsyncStorageCallback callback, object state ) : void | ||
autoCommit | bool | |
g | IGraph | |
callback | AsyncStorageCallback | |
state | object | |
Результат | void |
public SerializeConfiguration ( VDS.RDF.Configuration.ConfigurationSerializationContext context ) : void | ||
context | VDS.RDF.Configuration.ConfigurationSerializationContext | Configuration Serialization Context |
Результат | void |
public UpdateGraph ( |
||
graphUri | Uri of the Graph to update | |
additions | IEnumerable |
Triples to be added |
removals | IEnumerable |
Triples to be removed |
Результат | void |
public UpdateGraph ( string graphUri, IEnumerable |
||
graphUri | string | Uri of the Graph to update |
additions | IEnumerable |
Triples to be added |
removals | IEnumerable |
Triples to be removed |
Результат | void |
public UpdateGraph ( string graphUri, IEnumerable |
||
graphUri | string | URI of the Graph to update |
additions | IEnumerable |
Triples to be added |
removals | IEnumerable |
Triples to be removed |
callback | AsyncStorageCallback | Callback |
state | object | State to pass to the callback |
Результат | void |
protected UpdateGraphAsync ( bool autoCommit, string graphUri, IEnumerable |
||
autoCommit | bool | |
graphUri | string | |
additions | IEnumerable |
|
removals | IEnumerable |
|
callback | AsyncStorageCallback | |
state | object | |
Результат | void |
protected UpdateGraphAsync ( string graphUri, IEnumerable |
||
graphUri | string | |
additions | IEnumerable |
|
removals | IEnumerable |
|
callback | AsyncStorageCallback | |
state | object | |
Результат | void |
protected TriGWriter,VDS.RDF.Writing _writer | ||
Результат | VDS.RDF.Writing.TriGWriter |