Uses of Interface
org.aksw.difs.system.domain.StoreDefinition
Packages that use StoreDefinition
-
Uses of StoreDefinition in org.aksw.difs.builder
Fields in org.aksw.difs.builder declared as StoreDefinitionMethods in org.aksw.difs.builder that return StoreDefinitionModifier and TypeMethodDescriptionDifsFactory.createEffectiveStoreDefinition()DifsFactory.getStoreDefinition()DifsFactory.loadStoreDefinition(Path confFilePath) Methods in org.aksw.difs.builder with parameters of type StoreDefinitionModifier and TypeMethodDescriptionorg.aksw.commons.txn.api.TxnMgrDifsFactory.createTxnMgr(StoreDefinition effStoreDef) DifsFactory.setStoreDefinition(StoreDefinition storeDefinition) Method parameters in org.aksw.difs.builder with type arguments of type StoreDefinitionModifier and TypeMethodDescriptionDifsFactory.setStoreDefinition(Consumer<StoreDefinition> mutator) Create a fresh store definition resource (blank node) and pass it to the mutator -
Uses of StoreDefinition in org.aksw.difs.system.domain
Methods in org.aksw.difs.system.domain that return StoreDefinitionModifier and TypeMethodDescriptiondefault StoreDefinitiondefault StoreDefinitionIndexDefinition.getStoreSpec()StoreDefinition.setAllowEmptyGraphs(Boolean value) StoreDefinition.setHeartbeatInterval(Long heartbeatInterval) StoreDefinition.setIndexPath(String path) StoreDefinition.setSingleFile(Boolean onOrOff) StoreDefinition.setStorePath(String path)