Package | Description |
---|---|
org.apache.flink.graph.generator.random |
Modifier and Type | Method and Description |
---|---|
List<BlockInfo<T>> |
GeneratorFactoryBase.getRandomGenerables(long elementCount,
int cyclesPerElement) |
List<BlockInfo<T>> |
RandomGenerableFactory.getRandomGenerables(long elementCount,
int cyclesPerElement)
The amount of work (
elementCount * cyclesPerElement ) is used to
generate a list of blocks of work of near-equal size. |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.