Class ConstantSizeFileListGenerator
java.lang.Object
org.apache.hadoop.hbase.regionserver.compactions.MockStoreFileGenerator
org.apache.hadoop.hbase.regionserver.compactions.StoreFileListGenerator
org.apache.hadoop.hbase.regionserver.compactions.ConstantSizeFileListGenerator
Class to generate several lists of StoreFiles that are all the same size.
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final int
How many mb's mock storefiles should be.Fields inherited from class org.apache.hadoop.hbase.regionserver.compactions.StoreFileListGenerator
MAX_FILE_GEN_ITERS, NUM_FILES_GEN
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.hadoop.hbase.regionserver.compactions.MockStoreFileGenerator
createMockStoreFile, createMockStoreFile, createMockStoreFileBytes, createStoreFileList
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
FILESIZE
How many mb's mock storefiles should be.- See Also:
-
-
Constructor Details
-
ConstantSizeFileListGenerator
-
-
Method Details
-
iterator
-