|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectio.replay.framework.Config
public class Config
Client configuration
| Constructor Summary | |
|---|---|
Config()
Creates a default options |
|
Config(boolean debugModeEnabled,
boolean enabled,
java.lang.String apiKey,
int dispatchInterval,
int flushAt,
int maxQueue)
Creates an option with the provided settings |
|
| Method Summary | |
|---|---|
void |
applyConstraints()
|
java.lang.String |
getApiKey()
|
int |
getDispatchInterval()
|
int |
getFlushAt()
|
int |
getMaxQueue()
|
boolean |
isDebug()
|
boolean |
isEnabled()
|
Config |
setApiKey(java.lang.String apiKey)
|
Config |
setDebug(boolean debug)
|
Config |
setDispatchInterval(int dispatchInterval)
Set the timer for this many MS |
Config |
setEnabled(boolean enabled)
|
Config |
setFlushAt(int flushAt)
|
Config |
setMaxQueue(int maxQueue)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Config()
public Config(boolean debugModeEnabled,
boolean enabled,
java.lang.String apiKey,
int dispatchInterval,
int flushAt,
int maxQueue)
| Method Detail |
|---|
public boolean isDebug()
public Config setDebug(boolean debug)
public boolean isEnabled()
public Config setEnabled(boolean enabled)
public java.lang.String getApiKey()
public Config setApiKey(java.lang.String apiKey)
public int getDispatchInterval()
public Config setDispatchInterval(int dispatchInterval)
dispatchInterval -
public int getFlushAt()
public Config setFlushAt(int flushAt)
public int getMaxQueue()
public Config setMaxQueue(int maxQueue)
public void applyConstraints()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||