|
DB support module documentationclusterUIDOfResource :: Resource -> <ReadGraph> ClusterUID collectClusters :: <Proc> () countQueries :: <ReadGraph> Integer directStatements :: Resource -> Boolean -> <ReadGraph> [Statement] domainSetImmutability :: Resource -> Boolean -> <WriteGraph> () dumpHeap :: String -> <Proc> () emptyTrashBin :: () emptyTrashBinWithMonitor :: ProgressMonitor -> <Proc> () garbageResources :: <ReadGraph> [Resource] isClusterLoaded :: ClusterUID -> <ReadGraph> Boolean listClusters :: <ReadGraph> [ClusterUID] mergeSources :: Resource -> TransferableGraphSource -> TransferableGraphSource -> <WriteGraph> () modelTransferableGraphSource :: TransferableGraphConfiguration2 -> <ReadGraph> TransferableGraphSource printStack :: () -> <Proc> () resourcesByCluster :: ClusterUID -> <ReadGraph> [Resource] restrictQueries :: Integer -> Integer -> Integer -> <ReadGraph> () restrictQueries amount step maxTimeInMs Collects some DB queries. Tries to reach at maximum 'amount' queries. Uses at maximum 'maxTimeInMs' milliseconds in 'step' millisecond stints. setImmutable :: Resource -> Boolean -> <ReadGraph> () tgConfigurer :: Boolean -> Boolean -> <ReadGraph> TGConfigurer tgConfigurerCreate :: TGConfigurer -> TransferableGraphConfiguration2 tgConfigurerExclusions :: TGConfigurer -> [Resource] -> <Proc> TGConfigurer tgConfigurerRoots :: TGConfigurer -> [Resource] -> <ReadGraph> TGConfigurer withServiceMode :: Boolean -> Boolean -> (() -> <b> a) -> <b> a
runs function
|