All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description AbstractDelegatingRepositoryImplConfig AbstractRDFInserter An RDFHandler that adds RDF data to some RDF sink.AbstractRepository Base class forRepositoryimplementation, offering common functionality.AbstractRepositoryConnection Abstract class implementing most 'convenience' methods in theRepositoryConnectioninterface by transforming parameters and mapping the methods to the basic (abstractly declared) methods.AbstractRepositoryImplConfig AccurateRepositoryBloomFilter A bloom filter that is exact (no false positives) at the cost of always having to query the repository.ConfigTemplate Connections Convenience functions for use withRepositoryConnections.DelegatingRepository Main interface for repositories that wrap another repository.DelegatingRepositoryConnection DelegatingRepositoryImplConfig InaccurateRepositoryBloomFilter A zero-cost bloom filter that always returns true (no negatives).RDFInserter An RDFHandler that adds RDF data to a repository.RDFLoader Handles common I/O to retrieve and parse RDF.RDFRemover An RDFHandler that removes RDF data from a repository.Repositories Utility for dealing withRepositoryandRepositoryConnectionobjects.Repository An RDF4J repository that contains RDF data that can be queried and updated.RepositoryBloomFilter A bloom filter for statements in aRepository.RepositoryConfig RepositoryConfigException Exception indicating a repository configuration problem.RepositoryConfigSchema Defines constants for the repository configuration schema that is used byorg.eclipse.rdf4j.repository.manager.RepositoryManagers.RepositoryConfigUtil RepositoryConnection Main interface for updating data in and performing queries on an RDF4JRepository.RepositoryConnectionWrapper Delegates all calls to the delegate RepositoryConnection.RepositoryException An exception thrown by classes from the Repository API to indicate an error.RepositoryFactory A RepositoryFactory takes care of creating and initializing a specific type ofRepositorys based on RDF configuration data.RepositoryImplConfig RepositoryLockedException Indicates that a Repository cannot be initialised because the configured persisted location is locked.RepositoryReadOnlyException Indicates that the current write operation did not succeed because the SAIL cannot be written to, it can only be read from.RepositoryRegistry A registry that keeps track of the availableRepositoryFactorys.RepositoryResolver Gets local repositories using a simple identifier string.RepositoryResolverClient Interface used by factory classes that need access to other repositories by their id's.RepositoryResult<T> A RepositoryResult is a result collection of objects (for exampleStatement,Namespace, orResourceobjects) that can be iterated over.RepositoryUtil Utility methods for comparing sets of statements (graphs) with each other.RepositoryWrapper ADelegatingRepositoryimplementation that, by default, forwards all method calls to its delegate.UnknownTransactionStateException A specific subtype ofRepositoryExceptionthat indicates the connection's transaction state can not be determined.