public class RDFConnectionFuseki extends RDFConnectionRemote
RDFConnection interface for connecting to an Apache Jena Fuseki.
This adds the ability to work with blank nodes across the network.
Transactional.Promote| Modifier and Type | Method and Description |
|---|---|
static RDFConnectionRemoteBuilder |
create()
Create a connection builder which is initialized for the default Fuseki
configuration.
|
static RDFConnectionRemoteBuilder |
create(RDFConnectionFuseki other)
Create a connection builder which is initialized from an existing
RDFConnectionFuseki. |
abort, begin, begin, begin, close, commit, create, delete, delete, end, fetch, fetch, fetchDataset, getDestination, getHttpClient, getHttpContext, isClosed, isInTransaction, load, load, load, load, loadDataset, loadDataset, promote, put, put, put, put, putDataset, putDataset, query, query, queryAsk, queryConstruct, queryDescribe, queryResultSet, querySelect, transactionMode, transactionType, update, updateequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitqueryAsk, queryConstruct, queryDescribe, queryResultSet, querySelect, updatepromotepublic static RDFConnectionRemoteBuilder create()
RDFConnectionRemoteBuilder.destination(String) to set the URL of the remote
dataset.public static RDFConnectionRemoteBuilder create(RDFConnectionFuseki other)
RDFConnectionFuseki.other - The RDFConnectionFuseki to clone.Licenced under the Apache License, Version 2.0