ParallelCpgPass

@deprecated(message = "Please use ForkJoinParallelCpgPass or ConcurrentWriterCpgPass as a replacement.", since = "approx v1.3.503") abstract
class ParallelCpgPass[T](cpg: Cpg, outName: String, keyPools: Option[Iterator[KeyPool]]) extends CpgPassBase
Deprecated
[Since version approx v1.3.503] Please use ForkJoinParallelCpgPass or ConcurrentWriterCpgPass as a replacement.
class Object
trait Matchable
class Any

Value members

Abstract methods

def partIterator: Iterator[T]
def runOnPart(part: T): Iterator[DiffGraph]

Concrete methods

override
def createAndApply(): Unit
Definition Classes
override
def createApplySerializeAndStore(serializedCpg: SerializedCpg, inverse: Boolean, prefix: String): Unit
Definition Classes
def init(): Unit

Inherited methods

def name: String

Name of the pass. By default it is inferred from the name of the class, override if needed.

Name of the pass. By default it is inferred from the name of the class, override if needed.

Inherited from
CpgPassBase

Implicits

Implicits

implicit
val executionContext: ExecutionContext