public interface IQueueConfig
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxBatchCount()
Gets the maximum size of a batch in bytes
|
int |
getMaxBatchIntervalMs()
Gets the maximum interval allowed between calls to batchInvoke
|
void |
setMaxBatchCount(int maxBatchCount)
Sets the maximum size of a batch in bytes
|
void |
setMaxBatchIntervalMs(int maxBatchIntervalMs)
Sets the maximum interval allowed between calls to batchInvoke
|
int getMaxBatchCount()
void setMaxBatchCount(int maxBatchCount)
maxBatchCount - the batchsize of data that will be queued until we send/writeToDisk itint getMaxBatchIntervalMs()
void setMaxBatchIntervalMs(int maxBatchIntervalMs)
maxBatchIntervalMs - the amount of MS until we want to send out a batch of data