Uses of Class
org.apache.jena.tdb1.store.StorageConfig
Packages that use StorageConfig
-
Uses of StorageConfig in org.apache.jena.tdb1.store
Methods in org.apache.jena.tdb1.store that return StorageConfigConstructors in org.apache.jena.tdb1.store with parameters of type StorageConfigModifierConstructorDescriptionDatasetGraphTDB(TripleTable tripleTable, QuadTable quadTable, DatasetPrefixesTDB prefixes, org.apache.jena.sparql.engine.optimizer.reorder.ReorderTransformation transform, StorageConfig config) -
Uses of StorageConfig in org.apache.jena.tdb1.transaction
Methods in org.apache.jena.tdb1.transaction with parameters of type StorageConfigModifier and TypeMethodDescriptionstatic booleanJournalControl.recoverFromJournal(StorageConfig sConf, Journal jrnl) Recovery from a journal.