com.path.android.jobqueue.config
Class Configuration
java.lang.Object
com.path.android.jobqueue.config.Configuration
public class Configuration
- extends java.lang.Object
JobManager
configuration object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_ID
public static final java.lang.String DEFAULT_ID
- See Also:
- Constant Field Values
DEFAULT_THREAD_KEEP_ALIVE_SECONDS
public static final int DEFAULT_THREAD_KEEP_ALIVE_SECONDS
- See Also:
- Constant Field Values
DEFAULT_LOAD_FACTOR_PER_CONSUMER
public static final int DEFAULT_LOAD_FACTOR_PER_CONSUMER
- See Also:
- Constant Field Values
MAX_CONSUMER_COUNT
public static final int MAX_CONSUMER_COUNT
- See Also:
- Constant Field Values
MIN_CONSUMER_COUNT
public static final int MIN_CONSUMER_COUNT
- See Also:
- Constant Field Values
getId
public java.lang.String getId()
getQueueFactory
public QueueFactory getQueueFactory()
getDependencyInjector
public DependencyInjector getDependencyInjector()
getConsumerKeepAlive
public int getConsumerKeepAlive()
getNetworkUtil
public NetworkUtil getNetworkUtil()
getMaxConsumerCount
public int getMaxConsumerCount()
getMinConsumerCount
public int getMinConsumerCount()
getCustomLogger
public CustomLogger getCustomLogger()
getLoadFactor
public int getLoadFactor()