The IBrightstarService type exposes the following members.

Methods

  NameDescription
Public methodConsolidateStore
Creates a new store file containing only the data required for the current state
Public methodCreateSnapshot
Queues a job to create a snapshot of a store
Public methodCreateStore(String)
Create a new store
Public methodCreateStore(String, PersistenceType)
Create a new store with a specific persistence type for the main store indexes
Public methodDeleteStore
Delete the named store
Public methodDoesStoreExist
Checks to see if the named store already exists
Public methodExecuteQuery(ICommitPointInfo, String, SparqlResultsFormat, RdfFormat)
Query a specific commit point of a store
Public methodExecuteQuery(String, String, Nullable<(Of <<'(DateTime>)>>), SparqlResultsFormat, RdfFormat)
Query the store using a SPARQL query
Public methodExecuteQuery(ICommitPointInfo, String, IEnumerable<(Of <<'(String>)>>), SparqlResultsFormat, RdfFormat)
Query a specific commit point of a store
Public methodExecuteQuery(ICommitPointInfo, String, String, SparqlResultsFormat, RdfFormat)
Query a specific commit point of a store
Public methodExecuteQuery(String, String, IEnumerable<(Of <<'(String>)>>), Nullable<(Of <<'(DateTime>)>>), SparqlResultsFormat, RdfFormat)
Query the store using a SPARQL query
Public methodExecuteQuery(String, String, String, Nullable<(Of <<'(DateTime>)>>), SparqlResultsFormat, RdfFormat)
Query the store using a SPARQL query
Public methodExecuteQuery(ICommitPointInfo, String, IEnumerable<(Of <<'(String>)>>), SparqlResultsFormat, RdfFormat, ISerializationFormat%)
Query a specific commit point of a store
Public methodExecuteQuery(String, String, IEnumerable<(Of <<'(String>)>>), Nullable<(Of <<'(DateTime>)>>), SparqlResultsFormat, RdfFormat, ISerializationFormat%)
Query a specific commit point of a store
Public methodExecuteTransaction(String, UpdateTransactionData, Boolean, String)
Execute an update transaction.
Public methodExecuteTransaction(String, String, String, String, String, Boolean, String) Obsolete.
Execute an update transaction.
Public methodExecuteUpdate
Execute a SPARQL Update expression against a store
Public methodGetCommitPoint(String, DateTime)
Returns the commit point that was in effect at a given date/time
Public methodGetCommitPoint(String, UInt64)
Returns the specified commit point of a BrighstarDB store
Public methodGetCommitPoints(String, Int32, Int32)
Returns the commit points of a Brightstar store
Public methodGetCommitPoints(String, DateTime, DateTime, Int32, Int32)
Get a list of commit points that lie within a specified date/time range
Public methodGetJobInfo(String, String)
Gets the information about a job. Including status and any messages.
Public methodGetJobInfo(String, Int32, Int32)
Gets information about jobs recently executed against a store
Public methodGetStatistics(String)
Retrieves the most recent statistics for the specified store
Public methodGetStatistics(String, DateTime, DateTime, Int32, Int32)
Retrieves a range of statistics records for a store
Public methodGetTransaction
Returns the transaction record creaed by the execution of a specific job against the store
Public methodGetTransactions
Gets a list of transactions executed against this store
Public methodListNamedGraphs
List the URIs of the named graphs contained in the specified store
Public methodListStores
List the names of the stores managed by this Brightstar server
Public methodReExecuteTransaction
Executes a previous transaction
Public methodRevertToCommitPoint
This will make the commit point provided the new latest commit point. Blocks until the operation is complete.
Public methodStartExport
Starts an export job
Public methodStartImport
Starts an import job.
Public methodUpdateStatistics
Queues a job to update the statistics for a store

See Also