We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
concurrent RDF-Graph (https://github.com/sszuev/concurrent-rdf-graph) is not enough. OntModel methods are still not protected properly.
OntModel
There is already concurrent implementation (com.github.owlcs.ontapi.OntologyModelImpl.Concurrent.asGraphModel), but it does not cover all cases.
com.github.owlcs.ontapi.OntologyModelImpl.Concurrent.asGraphModel
TODO:
Model#write
Iterator
lock
OntObject
The text was updated successfully, but these errors were encountered:
No one seems to be using this feature, hence low priority
Sorry, something went wrong.
org.apache.jena.graph.Graph
No branches or pull requests
concurrent RDF-Graph (https://github.com/sszuev/concurrent-rdf-graph) is not enough.
OntModel
methods are still not protected properly.There is already concurrent implementation (
com.github.owlcs.ontapi.OntologyModelImpl.Concurrent.asGraphModel
), but it does not cover all cases.TODO:
Model#write
,Model#write
)Iterator
on graph level with internal ownlock
)OntObject
s as wellThe text was updated successfully, but these errors were encountered: