CpgLoaderConfig

io.shiftleft.codepropertygraph.cpgloading.CpgLoaderConfig
See theCpgLoaderConfig companion object
class CpgLoaderConfig(var createIndexes: Boolean, var overflowDbConfig: Config)

Configuration for the CPG loader

Value parameters

createIndexes

indicate whether to create indices or not

overflowDbConfig

configuration for the on-disk-overflow feature

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

Existing configuration but with indexing on load.

Existing configuration but with indexing on load.

Attributes

Existing configuration without indexing on load.

Existing configuration without indexing on load.

Attributes

def withOverflowConfig(overflowConfig: Config): CpgLoaderConfig

Return existing configuration but with overflowdb config set to overflowConfig.

Return existing configuration but with overflowdb config set to overflowConfig.

Attributes

Concrete fields

var createIndexes: Boolean
var overflowDbConfig: Config