Uses of Enum Class
org.apache.solr.bench.generators.Distribution
Packages that use Distribution
Package
Description
Support for running Solr benchmarks using OpenJDK's JMH
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 DistributionModifier and TypeMethodDescriptionSolrRandomnessSource.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 DistributionModifier and TypeMethodDescriptionprotected DistributionSolrGen.getDistribution()Gets distribution.static DistributionReturns the enum constant of this class with the specified name.static Distribution[]Distribution.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.solr.bench.generators with parameters of type DistributionModifier and TypeMethodDescriptionSolrGen.withDistribution(Distribution distribution) With distribution solr gen.StringsDSL.WordListGeneratorBuilder.withDistribution(Distribution distribution) With distribution word list generator builder.