Package org.eclipse.rdf4j.sail.features
Interface ThreadSafetyAware
-
- All Known Implementing Classes:
AbstractForwardChainingInferencerConnection,CustomGraphQueryInferencer.Connection,DedupingInferencerConnection,DirectTypeHierarchyInferencer.DirectTypeHierarchyInferencerConnection,ForwardChainingRDFSInferencerConnection,InferencerConnectionWrapper,LuceneSailConnection,MemoryStoreConnection,NotifyingSailConnectionWrapper,SailConnectionWrapper,SchemaCachingRDFSInferencerConnection,ShaclSailConnection,VerySimpleRdfsBackwardsChainingConnection
public interface ThreadSafetyAwareAn interface used to signal thread safety features of a sail or its related classes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleansupportsConcurrentReads()A class may support concurrent reads from multiple threads against the same object.
-