|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for cache configuration methods
| Method Summary | |
int |
getDataCacheSize()
Get the current size of the cache |
int |
getFetchSize()
Get the current prefetch buffer size |
double |
getFetchView()
Get the current prefetch buffer behaviour setting |
void |
setDataCacheSize(int dataCacheSize)
Set the size of the internal cache |
void |
setFetchSize(int fetchSize)
Set the size of the prefetch buffer |
void |
setFetchView(double fetchView)
Set the prefetch buffer behaviour |
| Method Detail |
public void setDataCacheSize(int dataCacheSize)
dataCacheSize - sizew of cachepublic int getDataCacheSize()
public void setFetchSize(int fetchSize)
fetchSize - buffer sizepublic int getFetchSize()
public void setFetchView(double fetchView)
fetchView - prefetch beheviourpublic double getFetchView()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||