Package | Description |
---|---|
org.apache.flink.graph.generator | |
org.apache.flink.graph.generator.random |
Class and Description |
---|
RandomGenerableFactory
A
RandomGenerableFactory returns a scale-free collection of sources
of pseudorandomness which can be used to perform repeatable parallel
computation regardless of parallelism. |
Class and Description |
---|
BlockInfo
Defines a source of randomness and a unit of work.
|
GeneratorFactoryBase
This base class handles the task of dividing the requested work into the
appropriate number of blocks of near-equal size.
|
RandomGenerable
A RandomGenerable provides deferred instantiation and initialization of a
RandomGenerator.
|
RandomGenerableFactory
A
RandomGenerableFactory returns a scale-free collection of sources
of pseudorandomness which can be used to perform repeatable parallel
computation regardless of parallelism. |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.