public class BaseFileStructure extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BaseFileStructure.Distribution |
Modifier and Type | Field and Description |
---|---|
site.ycsb.generator.NumberGenerator |
mDepthGenerator |
ArrayList<site.ycsb.generator.NumberGenerator> |
mFileGenerators |
site.ycsb.generator.NumberGenerator |
mWidthGenerator |
Constructor and Description |
---|
BaseFileStructure() |
Modifier and Type | Method and Description |
---|---|
void |
init(int depth,
int width,
int fileCount,
BaseFileStructure.Distribution distribution) |
public ArrayList<site.ycsb.generator.NumberGenerator> mFileGenerators
public site.ycsb.generator.NumberGenerator mDepthGenerator
public site.ycsb.generator.NumberGenerator mWidthGenerator
public void init(int depth, int width, int fileCount, BaseFileStructure.Distribution distribution)
Copyright © 2023. All Rights Reserved.