Click or drag to resize

ThreadSafeTripleStore Constructor

Overload List
  NameDescription
Public methodThreadSafeTripleStore
Creates a new Thread Safe triple store.
Public methodThreadSafeTripleStore(BaseGraphCollection)
Creates a new Thread safe triple store using a thread safe decorator around the given graph collection.
Public methodThreadSafeTripleStore(ThreadSafeGraphCollection)
Creates a new Thread safe triple store using the given Thread safe graph collection.
Top
See Also