<IMGSRC="../../../resources/inherit.gif"ALT="extended by "><AHREF="../../../com/yahoo/ycsb/Generator.html"title="class in com.yahoo.ycsb">com.yahoo.ycsb.Generator</A>
<IMGSRC="../../../resources/inherit.gif"ALT="extended by "><AHREF="../../../com/yahoo/ycsb/IntegerGenerator.html"title="class in com.yahoo.ycsb">com.yahoo.ycsb.IntegerGenerator</A>
<IMGSRC="../../../resources/inherit.gif"ALT="extended by "><B>com.yahoo.ycsb.SkewedLatestGenerator</B>
</PRE>
<HR>
<DL>
<DT><PRE>public class <B>SkewedLatestGenerator</B><DT>extends <AHREF="../../../com/yahoo/ycsb/IntegerGenerator.html"title="class in com.yahoo.ycsb">IntegerGenerator</A></DL>
</PRE>
<P>
Generate a popularity distribution of items, skewed to favor recent items significantly more than older items.
<TD><CODE><B><AHREF="../../../com/yahoo/ycsb/SkewedLatestGenerator.html#SkewedLatestGenerator(com.yahoo.ycsb.CounterGenerator)">SkewedLatestGenerator</A></B>(<AHREF="../../../com/yahoo/ycsb/CounterGenerator.html"title="class in com.yahoo.ycsb">CounterGenerator</A> basis)</CODE>
Generate the next string in the distribution, skewed Zipfian favoring the items most recently returned by the basis generator.</TD>
<THALIGN="left"><B>Methods inherited from class com.yahoo.ycsb.<AHREF="../../../com/yahoo/ycsb/IntegerGenerator.html"title="class in com.yahoo.ycsb">IntegerGenerator</A></B></TH>
public <B>SkewedLatestGenerator</B>(<AHREF="../../../com/yahoo/ycsb/CounterGenerator.html"title="class in com.yahoo.ycsb">CounterGenerator</A> basis)</PRE>
<DD>Generate the next string in the distribution, skewed Zipfian favoring the items most recently returned by the basis generator.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><AHREF="../../../com/yahoo/ycsb/IntegerGenerator.html#nextInt()">nextInt</A></CODE> in class <CODE><AHREF="../../../com/yahoo/ycsb/IntegerGenerator.html"title="class in com.yahoo.ycsb">IntegerGenerator</A></CODE></DL>