-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathdeprecated-list.html
153 lines (150 loc) · 8.88 KB
/
deprecated-list.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Fri Nov 17 12:57:51 PST 2023 -->
<title>Deprecated List (Oracle NoSQL Database SDK for Java 5.4.14)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-11-17">
<meta name="description" content="deprecated elements">
<meta name="generator" content="javadoc/DeprecatedListWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="script-dir/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
<script type="text/javascript" src="script.js"></script>
<script type="text/javascript" src="script-dir/jquery-3.6.1.min.js"></script>
<script type="text/javascript" src="script-dir/jquery-ui.min.js"></script>
</head>
<body class="deprecated-list-page">
<script type="text/javascript">var pathtoroot = "./";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flex-box">
<header role="banner" class="flex-header">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar-top">
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
<div class="about-language"><b>Oracle NoSQL Database</b><br><font size="-1"> Version 5.4.14 17-November-2023</font></div>
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
<li><a href="index.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li class="nav-bar-cell1-rev">Deprecated</li>
<li><a href="index-all.html">Index</a></li>
<li><a href="help-doc.html#deprecated">Help</a></li>
</ul>
</div>
<div class="sub-nav">
<div class="nav-list-search"><label for="search-input">SEARCH:</label>
<input type="text" id="search-input" value="search" disabled="disabled">
<input type="reset" id="reset-button" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip-navbar-top"></span></nav>
</header>
<div class="flex-content">
<main role="main">
<div class="header">
<h1 title="Deprecated API" class="title">Deprecated API</h1>
<h2 title="Contents">Contents</h2>
<ul>
<li><a href="#exception">Exceptions</a></li>
<li><a href="#method">Methods</a></li>
</ul>
</div>
<ul class="block-list">
<li>
<div id="exception">
<div class="caption"><span>Deprecated Exceptions</span></div>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Exceptions</div>
<div class="table-header col-last">Description</div>
<div class="col-summary-item-name even-row-color"><a href="oracle/nosql/driver/TableBusyException.html" title="class in oracle.nosql.driver">oracle.nosql.driver.TableBusyException</a></div>
<div class="col-last even-row-color">
<div class="deprecation-comment">this class is no longer used</div>
</div>
</div>
</div>
</li>
</ul>
<ul class="block-list">
<li>
<div id="method">
<div class="caption"><span>Deprecated Methods</span></div>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-summary-item-name even-row-color"><a href="oracle/nosql/driver/NoSQLHandleConfig.html#getConnectionPoolSize()">oracle.nosql.driver.NoSQLHandleConfig.getConnectionPoolSize()</a></div>
<div class="col-last even-row-color">
<div class="deprecation-comment">The connection pool no longer supports a size setting.
It will expand as needed based on concurrent demand.</div>
</div>
<div class="col-summary-item-name odd-row-color"><a href="oracle/nosql/driver/NoSQLHandleConfig.html#getPoolMaxPending()">oracle.nosql.driver.NoSQLHandleConfig.getPoolMaxPending()</a></div>
<div class="col-last odd-row-color">
<div class="deprecation-comment">The connection pool no longer supports pending requests.</div>
</div>
<div class="col-summary-item-name even-row-color"><a href="oracle/nosql/driver/NoSQLHandleConfig.html#setConnectionPoolSize(int)">oracle.nosql.driver.NoSQLHandleConfig.setConnectionPoolSize<wbr>(int)</a></div>
<div class="col-last even-row-color">
<div class="deprecation-comment">The connection pool no longer supports a size setting.
It will expand as needed based on concurrent demand.</div>
</div>
<div class="col-summary-item-name odd-row-color"><a href="oracle/nosql/driver/NoSQLHandleConfig.html#setPoolMaxPending(int)">oracle.nosql.driver.NoSQLHandleConfig.setPoolMaxPending<wbr>(int)</a></div>
<div class="col-last odd-row-color">
<div class="deprecation-comment">The connection pool no longer supports pending requests.</div>
</div>
<div class="col-summary-item-name even-row-color"><a href="oracle/nosql/driver/ops/QueryRequest.html#getContinuationKey()">oracle.nosql.driver.ops.QueryRequest.getContinuationKey()</a></div>
<div class="col-last even-row-color"> </div>
<div class="col-summary-item-name odd-row-color"><a href="oracle/nosql/driver/ops/QueryRequest.html#setContinuationKey(byte%5B%5D)">oracle.nosql.driver.ops.QueryRequest.setContinuationKey<wbr>(byte[])</a></div>
<div class="col-last odd-row-color">
<div class="deprecation-comment">There is no reason to use this method anymore, because
setting the continuation key is now done internally.</div>
</div>
<div class="col-summary-item-name even-row-color"><a href="oracle/nosql/driver/ops/TableResult.html#waitForState(oracle.nosql.driver.NoSQLHandle,java.lang.String,java.lang.String,oracle.nosql.driver.ops.TableResult.State,int,int)">oracle.nosql.driver.ops.TableResult.waitForState<wbr>(NoSQLHandle, String, String, TableResult.State, int, int)</a></div>
<div class="col-last even-row-color">
<div class="deprecation-comment">use <a href="oracle/nosql/driver/ops/TableResult.html#waitForCompletion(oracle.nosql.driver.NoSQLHandle,int,int)"><code>TableResult.waitForCompletion(oracle.nosql.driver.NoSQLHandle, int, int)</code></a> instead.
Waits for the specified table to reach the desired state. This is a
blocking, polling style wait that delays for the specified number of
milliseconds between each polling operation. The state of
<a href="oracle/nosql/driver/ops/TableResult.State.html#DROPPED"><code>TableResult.State.DROPPED</code></a> is treated specially in that it will be returned
as success, even if the table does not exist. Other states will throw
an exception if the table is not found.</div>
</div>
<div class="col-summary-item-name odd-row-color"><a href="oracle/nosql/driver/ops/TableResult.html#waitForState(oracle.nosql.driver.NoSQLHandle,java.lang.String,oracle.nosql.driver.ops.TableResult.State,int,int)">oracle.nosql.driver.ops.TableResult.waitForState<wbr>(NoSQLHandle, String, TableResult.State, int, int)</a></div>
<div class="col-last odd-row-color">
<div class="deprecation-comment">use <a href="oracle/nosql/driver/ops/TableResult.html#waitForCompletion(oracle.nosql.driver.NoSQLHandle,int,int)"><code>TableResult.waitForCompletion(oracle.nosql.driver.NoSQLHandle, int, int)</code></a> instead.
Waits for the specified table to reach the desired state. This is a
blocking, polling style wait that delays for the specified number of
milliseconds between each polling operation. The state of
<a href="oracle/nosql/driver/ops/TableResult.State.html#DROPPED"><code>TableResult.State.DROPPED</code></a> is treated specially in that it will be returned
as success, even if the table does not exist. Other states will throw
an exception if the table is not found.</div>
</div>
<div class="col-summary-item-name even-row-color"><a href="oracle/nosql/driver/ops/TableResult.html#waitForState(oracle.nosql.driver.NoSQLHandle,oracle.nosql.driver.ops.TableResult,oracle.nosql.driver.ops.TableResult.State,int,int)">oracle.nosql.driver.ops.TableResult.waitForState<wbr>(NoSQLHandle, TableResult, TableResult.State, int, int)</a></div>
<div class="col-last even-row-color">
<div class="deprecation-comment">use <a href="oracle/nosql/driver/ops/TableResult.html#waitForCompletion(oracle.nosql.driver.NoSQLHandle,int,int)"><code>TableResult.waitForCompletion(oracle.nosql.driver.NoSQLHandle, int, int)</code></a> instead.
Waits for the specified table to reach the desired state. This is a
blocking, polling style wait that delays for the specified number of
milliseconds between each polling operation. The state of
<a href="oracle/nosql/driver/ops/TableResult.State.html#DROPPED"><code>TableResult.State.DROPPED</code></a> is treated specially in that it will be returned
as success, even if the table does not exist. Other states will throw
an exception if the table is not found.</div>
</div>
</div>
</div>
</li>
</ul>
</main>
<footer role="contentinfo">
<hr>
<p class="legal-copy"><small><font size=1>Copyright (c) 2011, 2023 Oracle and/or its affiliates. All rights reserved.</font></small></p>
</footer>
</div>
</div>
</body>
</html>