public class TaskQueueConfig extends Object
| Constructor and Description | 
|---|
TaskQueueConfig(Integer maxSize,
               org.joda.time.Period startDelay,
               org.joda.time.Period restartDelay,
               org.joda.time.Period storageSyncRate)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getMaxSize()  | 
org.joda.time.Duration | 
getRestartDelay()  | 
org.joda.time.Duration | 
getStartDelay()  | 
org.joda.time.Duration | 
getStorageSyncRate()  | 
public TaskQueueConfig(Integer maxSize, org.joda.time.Period startDelay, org.joda.time.Period restartDelay, org.joda.time.Period storageSyncRate)
Copyright © 2011–2018. All rights reserved.