public class LoadProfile extends Object
| Constructor and Description |
|---|
LoadProfile() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBatchSize() |
int |
getGroupIdLength() |
long |
getNumOperations() |
List<OperationGroup> |
getOpDistribution() |
List<TenantGroup> |
getTenantDistribution() |
String |
getTenantIdFormat() |
int |
getTenantIdLength() |
void |
setBatchSize(int batchSize) |
void |
setGroupIdLength(int groupIdLength) |
void |
setNumOperations(long numOperations) |
void |
setOpDistribution(List<OperationGroup> opDistribution) |
void |
setTenantDistribution(List<TenantGroup> tenantDistribution) |
void |
setTenantIdFormat(String tenantIdFormat) |
void |
setTenantIdLength(int tenantIdLength) |
public String getTenantIdFormat()
public void setTenantIdFormat(String tenantIdFormat)
public int getTenantIdLength()
public void setTenantIdLength(int tenantIdLength)
public int getGroupIdLength()
public void setGroupIdLength(int groupIdLength)
public int getBatchSize()
public void setBatchSize(int batchSize)
public long getNumOperations()
public void setNumOperations(long numOperations)
public List<TenantGroup> getTenantDistribution()
public void setTenantDistribution(List<TenantGroup> tenantDistribution)
public List<OperationGroup> getOpDistribution()
public void setOpDistribution(List<OperationGroup> opDistribution)
Copyright © 2022 Apache Software Foundation. All rights reserved.