-
Methods Method Description jetbrains.exodus.env.close() Deprecated method left only for compatibility with Oracle Berkeley DB JE {@code Database.close()}method.jetbrains.exodus.env.close() Deprecated method left only for compatibility with Oracle Berkeley DB JE {@code Database.close()}method.jetbrains.exodus.env.getEnvMaxParallelReadonlyTxns() Returns the number of read-only transactions that can be started in parallel. jetbrains.exodus.env.getTreeNodesCacheSize() As of 1.0.5, is deprecated and has no effect. jetbrains.exodus.env.setTreeNodesCacheSize(int) As of 1.0.5, is deprecated and has no effect. jetbrains.exodus.env.getGcUseExpirationChecker() As of 1.0.2, is deprecated and has no effect. jetbrains.exodus.env.setGcUseExpirationChecker(boolean) As of 1.0.2, is deprecated and has no effect. jetbrains.exodus.env.getGcFilesInterval() Returns the number of new {@code Log}files (.xd files) that must be created to trigger if necessary (if databaseutilization is not sufficient) the next background cleaning cycle (single run of the database garbage collector)after the previous cycle finished.jetbrains.exodus.env.setGcFilesInterval(int) Sets the number of new {@code Log}files (.xd files) that must be created to trigger if necessary (if databaseutilization is not sufficient) the next background cleaning cycle (single run of the database garbage collector)after the previous cycle finished.jetbrains.exodus.backup.listFiles() jetbrains.exodus.backup.acceptFile(File) jetbrains.exodus.entitystore.getBlobStringsCacheSize() jetbrains.exodus.entitystore.setBlobStringsCacheSize(int) jetbrains.exodus.entitystore.mergeSorted(List,Comparator) Returns merged EntityIterable with entities from several specified sorted iterables using specifiedcomparator.