Interface | Description |
---|---|
DefaultHttpClientFactory.Options | |
HttpClientConfigurator.Options | |
IHttpClientFactory |
Factory for
HttpClient objects. |
IMimeTypes |
Common MIME types for dynamic content.
|
IPreparedBooleanQuery |
A prepared boolean query against a
RemoteRepository . |
IPreparedGraphQuery |
A prepared graph query for the
RemoteRepository . |
IPreparedOperation | |
IPreparedQuery |
A prepared query against the
RemoteRepository . |
IPreparedQueryListener |
A listener for IPreparedQuery evaluate objects.
|
IPreparedSparqlUpdate | |
IPreparedTupleQuery |
A prepared tuple query against a
JettyeRemoteRepository . |
IRemoteRepository |
Interface for the Java API to the NanoSparqlServer.
|
IRemoteRepository.AddOp |
This class will have a number of different ctors:
AddOp(InputStream in, String baseURI, RDFFormat format)
AddOp(Iterable
AddOp(URL url, String baseURI, RDFFormat format)
|
IRemoteRepository.BooleanQuery | |
IRemoteRepository.GraphQuery | |
IRemoteRepository.Query |
A prepared query will hold metadata for a particular query instance.
|
IRemoteRepository.RemoveOp |
This class will have a number of different ctors:
RemoveOp(InputStream in, String baseURI, RDFFormat format)
RemoveOp(Iterable
RemoveOp(URI s, URI p, Value o, URI c)
RemoveOp(String sparqlQuery)
|
IRemoteRepository.TupleQuery | |
IRemoteTx |
Interface for blazegraph transactions on the client.
|
IRemoteTxState0 |
Class | Description |
---|---|
AbstractConnectOptions | |
AcceptHeaderFactory |
Utility class for generating accept heades modeled on
RDFFormat.getAcceptParams(Iterable, boolean, RDFFormat) , but extended
to handle TupleQueryResultFormat using the same base quality value. |
AST2SPARQLUtil |
Utility class for externalizing SPARQL prefix declaration management.
|
AutoCloseHttpClient |
A
HttpClient that supports the AutoCloseable protocol and
which will be transparently closed by the
RemoteRepositoryManager if
RemoteRepositoryManager.close() is invoked. |
BackgroundGraphResult |
Provides concurrent access to statements as they are being parsed.
|
BackgroundTupleResult |
Provides concurrent access to tuple results as they are being parsed.
|
ConnectOptions |
Options for the HTTP connection.
|
DefaultHttpClientFactory |
This implementation:
Creates an
AutoCloseHttpClient .
Sets up redirect handling.
Sets a default SSL context factory. |
EncodeDecodeValue |
Utility class to encode/decode RDF
Value s for interchange with the
REST API. |
EntityContentProvider | |
HttpClientConfigurator |
Factory for
HttpClient . |
JettyResponseListener |
Class handles the jetty
Response input stream. |
MiniMime |
Extract and return the quality score for the mime type (defaults to
1.0 ). |
MultipartContentProvider | |
RemoteRepository |
Java API to the Nano Sparql Server.
|
RemoteRepository.AddOp |
Add by URI, statements, or file.
|
RemoteRepository.RemoveOp |
Remove by query, access path, statements, or file.
|
RemoteRepositoryBase |
Base class providing some common functionality.
|
RemoteRepositoryDecls |
Various declarations used by the client API.
|
RemoteRepositoryManager |
A manager for connections to one or more REST API / SPARQL end points for the
same bigdata service.
|
RemoteTransactionManager |
Remote client for the Transaction Management API.
|
StringUtil |
Fast String Utilities.
|
Enum | Description |
---|---|
RemoteRepositoryManager.ComputeMode |
Exception | Description |
---|---|
HttpException |
Extends
IOException to reveal the HTTP Status Code associated with
the response. |
NoGPUAccelerationAvailable |
Exception indicating that GPU acceleration is not available.
|
RemoteTransactionNotFoundException |
Exception thrown if a transaction is not active in a context where it needs
to be active for some operation to take place.
|
RemoteTransactionValidationException |
Exception thrown if an active transaction known to the server could not be
validated in response to a PREPARE or COMMIT request.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.