From 780b92ada9afcf1d58085a83a0b9e6bc982203d1 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 17 Feb 2015 17:25:57 +0000 Subject: Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz. --- docs/java/deprecated-list.html | 701 ++++++++++++++++++++--------------------- 1 file changed, 344 insertions(+), 357 deletions(-) (limited to 'docs/java/deprecated-list.html') diff --git a/docs/java/deprecated-list.html b/docs/java/deprecated-list.html index 1be7e7be..4adc3d16 100644 --- a/docs/java/deprecated-list.html +++ b/docs/java/deprecated-list.html @@ -1,372 +1,359 @@ - - - - - -Deprecated List (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + + + + - -
-
-

-Deprecated API

-
-
-Contents - - - - - - - - - - - - - - - - - - -
-Deprecated Fields
com.sleepycat.db.CursorConfig.DEGREE_2 -
-          This has been replaced by CursorConfig.READ_COMMITTED to conform to ANSI database isolation terminology. 
com.sleepycat.db.LockMode.DEGREE_2 -
-          This has been replaced by LockMode.READ_COMMITTED to conform to ANSI - database isolation terminology. 
com.sleepycat.db.CursorConfig.DIRTY_READ -
-          This has been replaced by CursorConfig.READ_UNCOMMITTED to conform to ANSI - database isolation terminology. 
com.sleepycat.db.LockMode.DIRTY_READ -
-          This has been replaced by LockMode.READ_UNCOMMITTED to conform to ANSI - database isolation terminology. 
-  -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
-Deprecated Methods
com.sleepycat.db.EnvironmentConfig.addDataDir(String) -
-          replaced by EnvironmentConfig.addDataDir(java.io.File) 
com.sleepycat.persist.model.EntityModel.classForName(String) -
-          use EntityModel.resolveClass(java.lang.String) instead. This method does not - use the environment's ClassLoader property. 
com.sleepycat.persist.StoreConfig.cloneConfig() -
-          As of JE 4.0.13, replaced by StoreConfig.clone().

 
com.sleepycat.persist.evolve.EvolveConfig.cloneConfig() -
-          As of JE 4.0.13, replaced by EvolveConfig.clone().

 
com.sleepycat.db.CursorConfig.getDegree2() -
-          This has been replaced by CursorConfig.getReadCommitted() to conform to ANSI - database isolation terminology. 
com.sleepycat.db.TransactionConfig.getDegree2() -
-          This has been replaced by TransactionConfig.getReadCommitted() to conform to ANSI - database isolation terminology. 
com.sleepycat.util.ExceptionWrapper.getDetail() -
-          replaced by ExceptionWrapper.getCause(). 
com.sleepycat.util.IOExceptionWrapper.getDetail() -
-          replaced by IOExceptionWrapper.getCause(). 
com.sleepycat.util.RuntimeExceptionWrapper.getDetail() -
-          replaced by Throwable.getCause(). 
com.sleepycat.db.CursorConfig.getDirtyRead() -
-          This has been replaced by CursorConfig.getReadUncommitted() to - conform to ANSI database isolation terminology. 
com.sleepycat.db.DatabaseConfig.getDirtyRead() -
-          This has been replaced by DatabaseConfig.getReadUncommitted() to conform to ANSI - database isolation terminology. 
com.sleepycat.db.TransactionConfig.getDirtyRead() -
-          This has been replaced by TransactionConfig.getReadUncommitted() to conform to ANSI - database isolation terminology. 
com.sleepycat.db.EnvironmentConfig.getTestAndSetSpins() -
-          replaced by EnvironmentConfig.getMutexTestAndSetSpins() 
com.sleepycat.db.EnvironmentConfig.getVerboseDeadlock() -
-          replaced by EnvironmentConfig.getVerbose(com.sleepycat.db.VerboseConfig) 
com.sleepycat.db.EnvironmentConfig.getVerboseRecovery() -
-          replaced by EnvironmentConfig.getVerbose(com.sleepycat.db.VerboseConfig) 
com.sleepycat.db.EnvironmentConfig.getVerboseRegister() -
-          replaced by EnvironmentConfig.getVerbose(com.sleepycat.db.VerboseConfig) 
com.sleepycat.db.EnvironmentConfig.getVerboseReplication() -
-          replaced by EnvironmentConfig.getVerbose(com.sleepycat.db.VerboseConfig) 
com.sleepycat.db.EnvironmentConfig.getVerboseWaitsFor() -
-          replaced by EnvironmentConfig.getVerbose(com.sleepycat.db.VerboseConfig) 
com.sleepycat.db.ReplicationManagerSiteInfo.isConnected() -
-          Replaced by ReplicationManagerSiteInfo.getConnectionStatus() 
com.sleepycat.collections.StoredCollection.iterator(boolean) -
-          Please use StoredCollection.storedIterator() or StoredCollection.storedIterator(boolean) instead. Because the iterator returned must +
+

Deprecated API

+

Contents

+ +
+
+ + + + + + +
+
com.sleepycat.bind.tuple.TupleBase.newOutput() + +
com.sleepycat.bind.tuple.TupleBase.newOutput(byte[]) + +
com.sleepycat.db.CursorConfig.setDegree2(boolean) +
This has been replaced by CursorConfig.setReadCommitted(boolean) to conform to ANSI + database isolation terminology.
+
com.sleepycat.db.TransactionConfig.setDegree2(boolean) +
This has been replaced by TransactionConfig.setReadCommitted(boolean) to conform to ANSI + database isolation terminology.
+
com.sleepycat.db.CursorConfig.setDirtyRead(boolean) +
This has been replaced by CursorConfig.setReadUncommitted(boolean) to + conform to ANSI database isolation terminology.
+
com.sleepycat.db.DatabaseConfig.setDirtyRead(boolean) +
This has been replaced by DatabaseConfig.setReadUncommitted(boolean) to conform to ANSI + database isolation terminology.
+
com.sleepycat.db.TransactionConfig.setDirtyRead(boolean) +
This has been replaced by TransactionConfig.setReadUncommitted(boolean) to conform to ANSI + database isolation terminology.
+
com.sleepycat.db.EnvironmentConfig.setTemporaryDirectory(String) + +
com.sleepycat.db.EnvironmentConfig.setTestAndSetSpins(int) + +
com.sleepycat.db.EnvironmentConfig.setVerboseDeadlock(boolean) + +
com.sleepycat.db.EnvironmentConfig.setVerboseRecovery(boolean) + +
com.sleepycat.db.EnvironmentConfig.setVerboseRegister(boolean) + +
com.sleepycat.db.EnvironmentConfig.setVerboseReplication(boolean) + +
com.sleepycat.db.EnvironmentConfig.setVerboseWaitsFor(boolean) + +
+ + + - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + + + + - -


-Copyright (c) 1996, 2012 Oracle and/or its affiliates. All rights reserved. - - +

Copyright (c) 1996, 2015 Oracle and/or its affiliates. All rights reserved.

+ + -- cgit v1.2.1