609610611612613614615616617618619
blobStore = createBlobStore(); buildSQLStatements(); // load namespaces binding = new BundleBinding(errorHandling, blobStore, getNsIndex(), getNameIndex(), context.getDataStore()); binding.setMinBlobSize(minBlobSize); initialized = true; if (consistencyCheck) {
194195196197198199200201202203
} else { blobStore = new BundleFsPersistenceManager.FSBlobStore(itemFs); } // load namespaces binding = new BundleBinding(errorHandling, blobStore, getNsIndex(), getNameIndex(), context.getDataStore()); binding.setMinBlobSize(minBlobSize); initialized = true; }
556557558559560561562563564565566
blobStore = createBlobStore(); buildSQLStatements(); // load namespaces binding = new BundleBinding(errorHandling, blobStore, getNsIndex(), getNameIndex()); binding.setMinBlobSize(minBlobSize); initialized = true; if (consistencyCheck) {
368369370371372373374375376377
} else /* useCqFsBlobStore() */ { //blobStore = createCQFSBlobStore(context); } // load namespaces binding = new BundleBinding(errorHandling, blobStore, getNsIndex(), getNameIndex()); binding.setMinBlobSize(minBlobSize); initialized = true; }
534535536537538539540541542543544
193194195196197198199200201202
191192193194195196197198199200