com.yahoo.ycsb
Class FindGoodScrambleVector

java.lang.Object
  extended by com.yahoo.ycsb.FindGoodScrambleVector

public class FindGoodScrambleVector
extends java.lang.Object


Constructor Summary
FindGoodScrambleVector()
           
 
Method Summary
static int hash(int val, int itemcount)
           
static void main(java.lang.String[] args)
           
static int scramble(int val)
           
static int[] scrambleArray()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindGoodScrambleVector

public FindGoodScrambleVector()
Method Detail

scrambleArray

public static int[] scrambleArray()

scramble

public static int scramble(int val)

hash

public static int hash(int val,
                       int itemcount)

main

public static void main(java.lang.String[] args)
Parameters:
args -