com.path.android.jobqueue.config
Class Configuration

java.lang.Object
  extended by com.path.android.jobqueue.config.Configuration

public class Configuration
extends java.lang.Object

JobManager configuration object


Nested Class Summary
static class Configuration.Builder
           
 
Field Summary
static java.lang.String DEFAULT_ID
           
static int DEFAULT_LOAD_FACTOR_PER_CONSUMER
           
static int DEFAULT_THREAD_KEEP_ALIVE_SECONDS
           
static int MAX_CONSUMER_COUNT
           
static int MIN_CONSUMER_COUNT
           
 
Method Summary
 int getConsumerKeepAlive()
           
 CustomLogger getCustomLogger()
           
 DependencyInjector getDependencyInjector()
           
 java.lang.String getId()
           
 int getLoadFactor()
           
 int getMaxConsumerCount()
           
 int getMinConsumerCount()
           
 NetworkUtil getNetworkUtil()
           
 QueueFactory getQueueFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Method Detail

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()