ThreadSafeTripleStore Constructor |
| Name | Description | |
|---|---|---|
| ThreadSafeTripleStore |
Creates a new Thread Safe triple store.
| |
| ThreadSafeTripleStore(BaseGraphCollection) |
Creates a new Thread safe triple store using a thread safe decorator around the given graph collection.
| |
| ThreadSafeTripleStore(ThreadSafeGraphCollection) |
Creates a new Thread safe triple store using the given Thread safe graph collection.
|