Uses of Class
org.apache.hadoop.hbase.util.test.RedundantKVGenerator

Packages that use RedundantKVGenerator
org.apache.hadoop.hbase.util.test   
 

Uses of RedundantKVGenerator in org.apache.hadoop.hbase.util.test
 

Methods in org.apache.hadoop.hbase.util.test that return RedundantKVGenerator
 RedundantKVGenerator RedundantKVGenerator.setAveragePrefixLength(int averagePrefixLength)
           
 RedundantKVGenerator RedundantKVGenerator.setAverageQualifierLength(int averageQualifierLength)
           
 RedundantKVGenerator RedundantKVGenerator.setAverageSuffixLength(int averageSuffixLength)
           
 RedundantKVGenerator RedundantKVGenerator.setBaseTimestampDivide(int baseTimestampDivide)
           
 RedundantKVGenerator RedundantKVGenerator.setChanceForSameQualifier(float chanceForSameQualifier)
           
 RedundantKVGenerator RedundantKVGenerator.setChanceForSimilarQualifier(float chanceForSimiliarQualifier)
           
 RedundantKVGenerator RedundantKVGenerator.setChanceForZeroValue(float chanceForZeroValue)
           
 RedundantKVGenerator RedundantKVGenerator.setColumnFamilyLength(int columnFamilyLength)
           
 RedundantKVGenerator RedundantKVGenerator.setCommonPrefix(byte[] prefix)
          get/set
 RedundantKVGenerator RedundantKVGenerator.setFamily(byte[] family)
           
 RedundantKVGenerator RedundantKVGenerator.setNumberOfRowPrefixes(int numberOfRowPrefixes)
           
 RedundantKVGenerator RedundantKVGenerator.setNumberOfRows(int numberOfRows)
           
 RedundantKVGenerator RedundantKVGenerator.setPrefixLengthVariance(int prefixLengthVariance)
           
 RedundantKVGenerator RedundantKVGenerator.setQualifierLengthVariance(int qualifierLengthVariance)
           
 RedundantKVGenerator RedundantKVGenerator.setRandomizer(Random randomizer)
           
 RedundantKVGenerator RedundantKVGenerator.setSuffixLengthVariance(int suffixLengthVariance)
           
 RedundantKVGenerator RedundantKVGenerator.setTimestampDiffSize(int timestampDiffSize)
           
 RedundantKVGenerator RedundantKVGenerator.setValueLength(int valueLength)
           
 



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.