Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
import com.sleepycat.db.*; public void set_tmp_dir(String dir) throws DbException;
The path of a directory to be used as the location of temporary files. The files created to back in-memory access method databases will be created relative to this path. These temporary files can be quite large, depending on the size of the database.