public class PreloadConfig
extends java.lang.Object
implements java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
static PreloadConfig |
DEFAULT |
Constructor and Description |
---|
PreloadConfig()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getLoadLNs()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
long |
getMaxBytes()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
long |
getMaxMillisecs()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
void |
setLoadLNs(boolean loadLNs)
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
void |
setMaxBytes(long maxBytes)
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
void |
setMaxMillisecs(long maxMillisecs)
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
public static final PreloadConfig DEFAULT
public PreloadConfig()
public void setMaxBytes(long maxBytes)
public long getMaxBytes()
public void setMaxMillisecs(long maxMillisecs)
public long getMaxMillisecs()
public void setLoadLNs(boolean loadLNs)
public boolean getLoadLNs()