1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

Ticket #422 (closed enhancement: fixed)

Opened 18 months ago

Last modified 18 months ago

Support temp triple store wrapped by a BigdataSail

Reported by: thompsonbry Owned by: thompsonbry
Priority: critical Milestone:
Component: Bigdata SAIL Version: BIGDATA_RELEASE_1_0_2
Keywords: Cc: cchaulk, mrpersonick, martyncutcher

Description

For example, by adding the following constructor:

public BigdataSail(final AbstractTripleStore database, final AbstractTripleStore mainDatabase) { .... }

The change should be applied to both the 1.0.x branch and the new 1.1x branch.

This ticket is also a request for a 1.0.3 release with this feature.

Change History

Changed 18 months ago by thompsonbry

  • owner changed from mrpersonick to thompsonbry
  • status changed from new to accepted

Changed 18 months ago by thompsonbry

Added alternative constructor for the BigdataSail? which may be used to wrap a TempTripleStore? as a SAIL by also passing in the AbstractTripleStore? instance for the main database residing on the Journal or IBigdataFederation. That reference is used to resolve the QueryEngine?.

Committed revision r5750.

Changed 18 months ago by thompsonbry

Added unit test for wrapping a TempTripleStore? as a BigdataSail?.

Committed revision r5751.

Changed 18 months ago by thompsonbry

  • status changed from accepted to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.