Package | Description |
---|---|
com.bigdata.blueprints | |
com.bigdata.rdf.sail |
This package contains the SAIL that allow bigdata to be used as a backend for
the Sesame 2.x platform.
|
com.bigdata.rdf.sail.model | |
com.bigdata.rdf.sail.remote | |
com.bigdata.rdf.sail.webapp.client |
Modifier and Type | Method and Description |
---|---|
RunningQuery |
BigdataGraphEmbedded.getQueryByExternalId(String extQueryId) |
RunningQuery |
BigdataGraphEmbedded.BigdataReadOnlyGraph.getQueryByExternalId(String extQueryId) |
RunningQuery |
BigdataGraphClient.getQueryByExternalId(String extQueryId) |
abstract RunningQuery |
BigdataGraph.getQueryByExternalId(String extQueryId)
Return the
RunningQuery for a currently executing SPARQL QUERY or
UPDATE request. |
RunningQuery |
BigdataGraphBulkLoad.getQueryByExternalId(String extQueryId) |
RunningQuery |
BigdataGraphEmbedded.getQueryById(UUID queryUuid) |
RunningQuery |
BigdataGraphEmbedded.BigdataReadOnlyGraph.getQueryById(UUID queryId2) |
RunningQuery |
BigdataGraphClient.getQueryById(UUID queryId2) |
abstract RunningQuery |
BigdataGraph.getQueryById(UUID queryId2)
Return the
RunningQuery for a currently executing SPARQL QUERY or
UPDATE request. |
RunningQuery |
BigdataGraphBulkLoad.getQueryById(UUID queryId2) |
Modifier and Type | Method and Description |
---|---|
Collection<RunningQuery> |
BigdataGraphEmbedded.getRunningQueries() |
Collection<RunningQuery> |
BigdataGraphEmbedded.BigdataReadOnlyGraph.getRunningQueries() |
Collection<RunningQuery> |
BigdataGraphClient.getRunningQueries() |
abstract Collection<RunningQuery> |
BigdataGraph.getRunningQueries()
Return a Collection of running queries
|
Collection<RunningQuery> |
BigdataGraphBulkLoad.getRunningQueries() |
Modifier and Type | Method and Description |
---|---|
void |
BigdataGraphEmbedded.cancel(RunningQuery rQuery) |
void |
BigdataGraphEmbedded.BigdataReadOnlyGraph.cancel(RunningQuery r) |
void |
BigdataGraphClient.cancel(RunningQuery r) |
abstract void |
BigdataGraph.cancel(RunningQuery r)
Kill a running query specified by the RunningQuery object.
|
void |
BigdataGraphBulkLoad.cancel(RunningQuery r) |
Modifier and Type | Method and Description |
---|---|
static boolean |
QueryCancellationHelper.tryCancelUpdate(QueryEngine queryEngine,
RunningQuery query)
Attempt to cancel a running SPARQL UPDATE request.
|
Modifier and Type | Method and Description |
---|---|
static List<RunningQuery> |
JsonHelper.readRunningQueryList(InputStream is) |
Modifier and Type | Method and Description |
---|---|
static void |
JsonHelper.writeRunningQueryList(Writer w,
List<RunningQuery> rQueries) |
Modifier and Type | Method and Description |
---|---|
Collection<RunningQuery> |
BigdataSailRemoteRepository.showQueries()
Return a collection containing Metadata objects about the
currently running queries.
|
Modifier and Type | Method and Description |
---|---|
Collection<RunningQuery> |
RemoteRepositoryManager.showQueries()
List the currently running queries on the server
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.