| Package | Description |
|---|---|
| org.apache.flink.graph.generator | |
| org.apache.flink.graph.generator.random |
| Constructor and Description |
|---|
RMatGraph(org.apache.flink.api.java.ExecutionEnvironment env,
RandomGenerableFactory<T> randomGeneratorFactory,
long vertexCount,
long edgeCount)
A directed power-law multi
graph generated using the
stochastic Recursive Matrix (R-Mat) model. |
| Modifier and Type | Class and Description |
|---|---|
class |
GeneratorFactoryBase<T extends org.apache.commons.math3.random.RandomGenerator>
This base class handles the task of dividing the requested work into the
appropriate number of blocks of near-equal size.
|
class |
JDKRandomGeneratorFactory
Uses a seeded
JDKRandomGenerator to generate seeds for the
distributed collection of JDKRandomGenerator. |
class |
MersenneTwisterFactory
Uses a seeded
MersenneTwister to generate seeds for the
distributed collection of MersenneTwister. |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.