public class WriteParams extends Object
| Constructor and Description |
|---|
WriteParams() |
| Modifier and Type | Method and Description |
|---|---|
long |
getBatchSize() |
long |
getExecutionDurationInMs() |
long |
getThreadSleepDuration() |
int |
getWriterThreadCount() |
void |
setBatchSize(long batchSize) |
void |
setExecutionDurationInMs(long executionDurationInMs) |
void |
setThreadSleepDuration(long threadSleepDuration) |
void |
setWriterThreadCount(int writerThreadCount) |
public long getThreadSleepDuration()
public void setThreadSleepDuration(long threadSleepDuration)
public long getBatchSize()
public void setBatchSize(long batchSize)
public int getWriterThreadCount()
public void setWriterThreadCount(int writerThreadCount)
public long getExecutionDurationInMs()
public void setExecutionDurationInMs(long executionDurationInMs)
Copyright © 2015 Apache Software Foundation. All Rights Reserved.