See: Description
Interface | Description |
---|---|
IStatementBufferFactory<S extends org.openrdf.model.Statement> |
A factory for
StatementBuffer s. |
ITaskFactory<T extends Runnable> |
A factory for
Runnable tasks. |
Class | Description |
---|---|
AbstractRDFTaskFactory<S extends org.openrdf.model.Statement,T extends Runnable> |
Factory for tasks for loading RDF resources into a database or validating
RDF resources against a database.
|
AssignedSplits |
Class permits specification of a pre-assigned index partition splits onto
data services.
|
LoadStatementBufferFactory<S extends org.openrdf.model.Statement> | |
RDFFilenameFilter |
Filter recognizes anything that is a registered as an
RDFFormat or
which would be recognized as such if you stripped off a trailing
.zip or .gz filename extension. |
RDFLoadTaskFactory<S extends org.openrdf.model.Statement,T extends Runnable> |
Factory for tasks for loading RDF resources into a database.
|
RDFVerifyTaskFactory<S extends org.openrdf.model.Statement,T extends Runnable> |
Factory for tasks for verifying a database against RDF resources.
|
SingleResourceReaderTask |
Tasks either loads a RDF resource or verifies that the told triples found
in that resource are present in the database.
|
TestAll |
Aggregates test suites into increasing dependency order.
|
TestLockDeserialization |
This is a test suite for the
ReentrantLock deserialization pattern
used by the MappedRDFFileLoadTask when it executes on a remote
ClientService . |
VerifyStatementBuffer |
Statements inserted into the buffer are verified against the database.
|
VerifyStatementBufferFactory |
Support for concurrent loading of RDF data across one or more clients from a variety of input sources.
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.