package cpgloading
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
case class
CpgLoaderConfig(createIndices: Boolean, onDiskOverflowConfig: Option[OnDiskOverflowConfig], ignoredProtoEntries: Option[IgnoredProtoEntries]) extends Product with Serializable
Configuration for the CPG loader
Configuration for the CPG loader
- createIndices
indicate whether to create indices or not
- onDiskOverflowConfig
configuration for the on-disk-overflow feature
-
class
CpgOverlayApplier extends AnyRef
Component to merge CPG overlay into existing graph
- class CpgOverlayLoader extends AnyRef
- class Defaults extends AnyRef
- case class IgnoredProtoEntries(nodeTypes: Set[Int], nodeKeys: Set[Int]) extends Product with Serializable
- class NodeFilter extends AnyRef
-
case class
OnDiskOverflowConfig(alternativeParentDirectory: Option[String] = None) extends Product with Serializable
configure graphdb to use ondisk overflow.
configure graphdb to use ondisk overflow. by default, system tmp directory is used (e.g.
/tmp
) -
class
ProtoCpgLoader extends AnyRef
Loader for CPGs stored in Google Protobuf Format
- class ProtoToCpg extends AnyRef
- class ZipArchive extends AnyRef
Value Members
- object CpgLoader
- object CpgLoaderConfig extends Serializable
-
object
CpgOverlayLoader extends CpgOverlayLoader
singleton instance for convenience