Package dev.roanh.gmark.core.dist
Class ZipfianDistribution
java.lang.Object
dev.roanh.gmark.core.dist.ZipfianDistribution
- All Implemented Interfaces:
Distribution
Represents a zipfian distribution
with some given alpha value.
-
Field Summary
Fields inherited from interface dev.roanh.gmark.core.Distribution
UNDEFINED
-
Constructor Summary
ConstructorDescriptionZipfianDistribution
(Element data) Constructs a new zipfian distribution from the given configuration XML element. -
Method Summary
-
Constructor Details
-
ZipfianDistribution
Constructs a new zipfian distribution from the given configuration XML element.- Parameters:
data
- The XML element to parse.
-
-
Method Details
-
getType
Description copied from interface:Distribution
Gets the type of this distribution.- Specified by:
getType
in interfaceDistribution
- Returns:
- The type of this distribution.
-