setInMemoryLog in java release 2.1.30 -
03-29-2006
, 08:44 PM
I am trying to address some performance issues when using java release
2.1.30 and one obvious place to look is the
EnvironmentConfig.setInMemoryLog(boolean) function referenced in both
the javadoc and the getting started guide. Unfortunately when I
attempt to compile my code I get the dreaded "no accessible method with
signature" error, and when I look at the source I find that the
function does not exist there.
My question: is the function not implemented, or have i managed to
download an old/deprecated release?
thanks
allen |