|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sleepycat.je.PreloadConfig
public class PreloadConfig
Javadoc for this public class is generated via the doc templates in the doc_src directory.
| Field Summary | |
|---|---|
static PreloadConfig |
DEFAULT
|
| Constructor Summary | |
|---|---|
PreloadConfig()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
|
| Method Summary | |
|---|---|
(package private) DatabaseConfig |
cloneConfig()
Used by Database to create a copy of the application supplied configuration. |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final PreloadConfig DEFAULT
| Constructor Detail |
|---|
public PreloadConfig()
| Method Detail |
|---|
public void setMaxBytes(long maxBytes)
public long getMaxBytes()
public void setMaxMillisecs(long maxMillisecs)
public long getMaxMillisecs()
public void setLoadLNs(boolean loadLNs)
public boolean getLoadLNs()
DatabaseConfig cloneConfig()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||