Interface | Description |
---|---|
AbstractProtocolTest.RequestFactory | |
ConfigParams |
Interface declaring the
config-param s understood by the
BigdataRDFServletContextListener . |
HALoadBalancerServlet.InitParams | |
IFeatureSupported |
Interface used to report whether or not a given feature is supported.
|
IServletDelegate |
Interface is used to delegate to servlets provided features that are resolved
at runtime.
|
NanoSparqlServer.SystemProperties |
Class | Description |
---|---|
AbstractDelegateRestApiTask<T> |
Base class for delegation patterns where the delegate is an
IApiTask . |
AbstractIndexManagerTestCase<S extends IIndexManager> | |
AbstractNamedGraphUpdateTest |
This class is concerning the issues raised in trac 804
|
AbstractProtocolTest |
This class supports making requests to the server with fairly low level control.
|
AbstractRestApiTask<T> |
Abstract base class for REST API methods.
|
AbstractSimpleInsertTest<S extends IIndexManager> | |
AbstractTestNanoSparqlClient<S extends IIndexManager> |
Proxied test suite.
|
BackupServlet |
Request an online backup of the journal (non-HA Mode).
|
BigdataRDFContext |
Class encapsulates state shared by
QueryServlet (s) for the same
IIndexManager . |
BigdataRDFServlet |
Abstract base class for
Servlet s which interact with the bigdata RDF
data and/or SPARQL query layers. |
BigdataRDFServletContextListener |
Listener provides life cycle management of the
IIndexManager by
interpreting the configuration parameters in the ServletContext . |
BigdataSailNSSWrapper | |
BigdataServlet |
Useful glue for implementing service actions, but does not directly implement
any service action/
|
BlueprintsServletProxy | |
BlueprintsServletProxy.BlueprintsServletFactory | |
ConnegScore<E> |
Helper class used to rank content types based on their quality scores.
|
ConnegUtil |
Helper class for content negotiation.
|
CountersServlet |
Servlet for exposing performance counters.
|
DataLoaderServlet |
Provides
DataLoader via the REST API. |
DeleteServlet |
Handler for DELETE by query (DELETE verb) and DELETE by data (POST).
|
DescribeCacheServlet |
A maintained cache for DESCRIBE of URIs.
|
ExampleProtocolTest |
This class tests whether its superclass is working (at least a little)
The superclass provides capability to check the request/response protocol,
without actually starting a server.
|
HALoadBalancerServlet |
The HA Load Balancer servlet provides a transparent proxy for requests
arriving its configured URL pattern (the "external" interface for the load
balancer) to the root of the web application.
|
HashDistinctNamedGraphUpdateTest | |
HAStatusServletUtilProxy |
Proxy class / factory pattern to break bigdata-jini dependency.
|
HAStatusServletUtilProxy.HAStatusServletUtilFactory | |
HTMLBuilder |
Variant of
XMLBuilder for HTML output. |
InsertServlet |
Handler for INSERT operations.
|
MapgraphServletProxy | |
MapgraphServletProxy.MapgraphServletFactory |
Factory pattern for a servlet that is discovered at runtime.
|
MultiTenancyServlet |
Mult-tenancy Administration Servlet (management for bigdata namespaces).
|
NanoSparqlServer |
Utility class provides a simple SPARQL end point with a REST API.
|
NativeDistinctNamedGraphUpdateTest | |
ProxySuiteHelper |
This class provides static methods to help creating
test classes and suites of tests that use the proxy test
approach.
|
ProxyTestCase<S extends IIndexManager> |
This class provides proxy delegation logic for abstract methods declared by
AbstractJournalTestCase and is used to extend the set of tests that will be
applied to all implementations of the generic object model Java API. |
QueryServlet |
SPARQL Query (GET/POST) and SPARQL UPDATE handler (POST).
|
RESTServlet |
Default dispatch pattern for a core REST API.
|
SD |
SPARQL 1.1 Service Description vocabulary class.
|
ServletDelegateBase |
Base class provides NOP implementations of the
IServletDelegate
interface. |
SparqlEndpointConfig |
Configuration object.
|
StatusServlet |
A status page for the service.
|
StressTest_REST_MultiTenancy<S extends IIndexManager> |
Proxied test suite providing a stress test of the multi-tenancy API.
|
StressTestConcurrentRestApiRequests<S extends IIndexManager> |
Proxied test suite.
|
Test_REST_ASK<S extends IIndexManager> |
Proxied test suite.
|
Test_REST_DELETE_BY_ACCESS_PATH<S extends IIndexManager> |
Proxied test suite for the DELETE_BY_ACCESS_PATH method.
|
Test_REST_DELETE_WITH_BODY<S extends IIndexManager> |
Proxied test suite.
|
Test_REST_DESCRIBE<S extends IIndexManager> |
Proxied test suite.
|
Test_REST_ESTCARD<S extends IIndexManager> |
Proxied test suite for the ESTCARD method (estimated cardinality aka fast
range counts) and related operations at the
RepositoryConnection that
tunnel through to the same REST API method (getContexts(), size()). |
Test_REST_ESTCARD.ReadWriteTx<S extends IIndexManager> | |
Test_REST_HASSTMT<S extends IIndexManager> |
Proxied test suite for the
HASSTMT REST API method. |
Test_REST_HASSTMT.ReadWriteTx<S extends IIndexManager> |
Adds test coverage using read/write tx and verifies that the behavior is
correct after we delete statements (that is, it is not relying on a fast
range count for read/write tx namespaces).
|
Test_REST_HASSTMT.TruthMaintenance<S extends IIndexManager> |
Test suite for the semantics of includeInferred (this requires setting up
a namespace with truth maintenance).
|
Test_REST_ServiceDescription<S extends IIndexManager> |
Proxied test suite.
|
Test_REST_Structure<S extends IIndexManager> |
Proxied test suite for bootstrap and basic structure tests for the REST API.
|
Test_REST_TX_API<S extends IIndexManager> |
Proxied test suite for testing the transaction management API.
|
Test_REST_TX_API.NoReadWriteTx<S extends IIndexManager> |
An *extension* of the test suite that uses a namespace that is NOT
configured to support read/write transactions.
|
Test_REST_TX_API.ReadWriteTx<S extends IIndexManager> |
An *extension* of the test suite that uses a namespace that is configured
to support read/write transactions.
|
Test_Ticket_1207<S extends IIndexManager> |
GETSTMTS test suite for includeInferred.
|
Test_Ticket_1717<S extends IIndexManager> |
GETSTMTS test suite for not resolved numeric IVs in Bind.
|
Test_Ticket_1893 |
This test checks if plain literals and string literals are properly indexed in FTS,
and also rebuild text index produces properly indexed FTS.
|
Test_Ticket_2091 |
This test checks if constants in projection expressions are properly resolved.
|
Test_Ticket_605<S extends IIndexManager> | |
TestAll |
Test suite.
|
TestAll2 |
A version of the test suite that is intended for local debugging and is NOT
run in CI.
|
TestAskJsonTrac704 | |
TestBackupServlet<S extends IIndexManager> |
Proxied test suite for
DataLoaderServlet |
TestBigdataSailRemoteRepository<S extends IIndexManager> |
Proxied test suite for
BigdataSailRemoteRepository and
BigdataSailRemoteRepositoryConnection . |
TestBigdataSailRemoteRepository.ReadWriteTx<S extends IIndexManager> |
An *extension* of the test suite that uses a namespace that is configured
to support read/write transactions.
|
TestBLZG1943 |
Test case for ticket BLZG-1943: thread safety issues related to reuse of
GeoSpatialLiteralExtension 's internal key builder. |
TestCBD731<S extends IIndexManager> |
Proxied test suite.
|
TestConneg |
Test suite for content negotiation helper class.
|
TestDataLoaderServlet<S extends IIndexManager> |
Proxied test suite for
DataLoaderServlet |
TestFederatedQuery<S extends IIndexManager> |
Proxied test suite for SPARQL 1.1 Federated Query.
|
TestGetRequestTimeout |
Unit tests for the
BigdataRDFContext.getQueryTimeout(javax.servlet.http.HttpServletRequest, long) method. |
TestHelper |
Helper class to debug the NSS by issuing commands that we can not issue
from the index.html page (HTTP DELETEs, etc).
|
TestInsertFilterFalse727<S extends IIndexManager> |
Proxied test suite.
|
TestMultipartContent |
The Jetty HttpClient does not provide "out of the box" support for multipart
content similar to the Apache MultipartEntity.
|
TestMultiTenancyAPI<S extends IIndexManager> |
Proxied test suite for the Multi-Tenancy API.
|
TestNanoSparqlClient<S extends IIndexManager> |
Proxied test suite.
|
TestNanoSparqlServer |
Unit tests for the
NanoSparqlServer with a focus on the ability to
override the init parameters, the default http port, etc. |
TestNanoSparqlServerWithProxyIndexManager<S extends IIndexManager> |
Test suite for
RESTServlet (SPARQL end point and REST API for RDF
data). |
TestNanoSparqlServerWithProxyIndexManager.Test_NSS_quads |
The
TestMode.quads test suite. |
TestNanoSparqlServerWithProxyIndexManager.test_NSS_RWStore | |
TestNanoSparqlServerWithProxyIndexManager.Test_NSS_sids |
The
TestMode.sids test suite. |
TestNanoSparqlServerWithProxyIndexManager.test_NSS_triples |
The
TestMode.triples test suite. |
TestNanoSparqlServerWithProxyIndexManager2<S extends IIndexManager> |
A version of the test suite that is intended for local debugging and is NOT
run in CI.
|
TestNanoSparqlServerWithProxyIndexManager2.Test_NSS_quads |
The
TestMode.quads test suite. |
TestNanoSparqlServerWithProxyIndexManager2.Test_NSS_sids |
The
TestMode.sids test suite. |
TestNanoSparqlServerWithProxyIndexManager2.test_NSS_triples |
The
TestMode.triples test suite. |
TestPostNotURLEncoded |
See trac 711 for discussion.
|
TestProtocolAll |
A collection of proxied tests for the SPARQL 1.1 protocol.
|
TestRDROperations<S extends IIndexManager> |
Test of RDR specific data interchange and query.
|
TestRebuildTextIndex<S extends IIndexManager> |
Proxied test suite for rebuilding full text index.
|
TestRelease123Protocol |
This test class exercises protocol issues (mimetypes, parameters etc)
as at release 1.2.3; prior to addressing protocol related trac items such
as 704, 697, 711
|
TestRWStoreTxBehaviors<S extends IIndexManager> |
Tests that are RWStore specific.
|
TestService794 |
While writing this comment, early January 2014,
the status is that the two interesting tests
both fail and are disabled
TestService794.xtestMassageServiceCall() and TestService794.xtestMassageServiceNested1Call()
Also TestService794.xtestServiceSyntaxError() shows some bug some where in that
we take legal SPARQL and make it illegal before the service call .... |
TestServiceWhiteList |
Unit tests for the
NanoSparqlServer with a focus on the ability to |
TestSparqlUpdate<S extends IIndexManager> |
Proxied test suite.
|
TestSparqlUpdateSuppressTruthMaintenance<S extends IIndexManager> | |
TestXMLBuilder |
Test suite for
XMLBuilder . |
TxServlet |
Servlet provides a REST interface for managing stand-off read/write
transaction.
|
UpdateServlet |
Handler for NanoSparqlServer REST API UPDATE operations (PUT, not SPARQL
UPDATE).
|
VoID |
Helper class for VoID descriptions.
|
VoID.IVCount | |
WorkbenchServlet |
Helper servlet for workbench requests.
|
XMLBuilder |
Utility Java class for outputting XML.
|
Exception | Description |
---|---|
DatasetNotFoundException |
Exception thrown when a named data set is addressed and does not exist.
|
HttpOperationException |
Well-known exception is used to convey a non-success response from inside of
an
AbstractRestApiTask to
BigdataRDFServlet.launderThrowable(Throwable, javax.servlet.http.HttpServletResponse, String)
. |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.