Uses of Class
org.apache.solr.bench.generators.Distribution
-
Packages that use Distribution Package Description org.apache.solr.bench Support for running Solr benchmarks using OpenJDK's JMHorg.apache.solr.bench.generators Type random generators that are built upon and maintain compatibility with QuickTheories -
-
Uses of Distribution in org.apache.solr.bench
Methods in org.apache.solr.bench with parameters of type Distribution Modifier and Type Method Description SolrRandomnessSource
SolrRandomnessSource. withDistribution(Distribution distribution)
With distribution solr randomness source. -
Uses of Distribution in org.apache.solr.bench.generators
Methods in org.apache.solr.bench.generators that return Distribution Modifier and Type Method Description protected Distribution
SolrGen. getDistribution()
Gets distribution.static Distribution
Distribution. valueOf(String name)
Returns the enum constant of this type with the specified name.static Distribution[]
Distribution. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.solr.bench.generators with parameters of type Distribution Modifier and Type Method Description SolrGen<T>
SolrGen. withDistribution(Distribution distribution)
With distribution solr gen.StringsDSL.WordListGeneratorBuilder
StringsDSL.WordListGeneratorBuilder. withDistribution(Distribution distribution)
With distribution word list generator builder.
-