CpgLoaderConfig

class CpgLoaderConfig(var createIndexes: Boolean, var overflowDbConfig: Config)

Configuration for the CPG loader

Value Params
createIndexes

indicate whether to create indices or not

overflowDbConfig

configuration for the on-disk-overflow feature

Companion
object
class Object
trait Matchable
class Any

Value members

Concrete methods

Existing configuration but with indexing on load.

Existing configuration but with indexing on load.

Existing configuration without indexing on load.

Existing configuration without indexing on load.

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.

Concrete fields

var createIndexes: Boolean
var overflowDbConfig: Config