|
2 | 2 | <!--NewPage--> |
3 | 3 | <HTML> |
4 | 4 | <HEAD> |
5 | | -<!-- Generated by javadoc (build 1.5.0_16) on Thu Apr 02 08:33:55 PDT 2009 --> |
| 5 | +<!-- Generated by javadoc (build 1.6.0_15) on Wed Sep 23 15:55:25 PDT 2009 --> |
6 | 6 | <TITLE> |
7 | 7 | Constant Field Values (Java memcached client) |
8 | 8 | </TITLE> |
9 | 9 |
|
| 10 | +<META NAME="date" CONTENT="2009-09-23"> |
10 | 11 |
|
11 | 12 | <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> |
12 | 13 |
|
13 | 14 | <SCRIPT type="text/javascript"> |
14 | 15 | function windowTitle() |
15 | 16 | { |
16 | | - parent.document.title="Constant Field Values (Java memcached client)"; |
| 17 | + if (location.href.indexOf('is-external=true') == -1) { |
| 18 | + parent.document.title="Constant Field Values (Java memcached client)"; |
| 19 | + } |
17 | 20 | } |
18 | 21 | </SCRIPT> |
19 | 22 | <NOSCRIPT> |
|
22 | 25 | </HEAD> |
23 | 26 |
|
24 | 27 | <BODY BGCOLOR="white" onload="windowTitle();"> |
| 28 | +<HR> |
25 | 29 |
|
26 | 30 |
|
27 | 31 | <!-- ========= START OF TOP NAVBAR ======= --> |
@@ -159,11 +163,71 @@ <H1> |
159 | 163 |
|
160 | 164 | <P> |
161 | 165 |
|
| 166 | +<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> |
| 167 | +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> |
| 168 | +<TH ALIGN="left" COLSPAN="3">net.spy.memcached.protocol.binary.<A HREF="net/spy/memcached/protocol/binary/OptimizedSetImpl.html" title="class in net.spy.memcached.protocol.binary">OptimizedSetImpl</A></TH> |
| 169 | +</TR> |
| 170 | +<TR BGCOLOR="white" CLASS="TableRowColor"> |
| 171 | +<A NAME="net.spy.memcached.protocol.binary.OptimizedSetImpl.ERR_EINVAL"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> |
| 172 | +<CODE>protected static final int</CODE></FONT></TD> |
| 173 | +<TD ALIGN="left"><CODE>ERR_EINVAL</CODE></TD> |
| 174 | +<TD ALIGN="right"><CODE>4</CODE></TD> |
| 175 | +</TR> |
| 176 | +<TR BGCOLOR="white" CLASS="TableRowColor"> |
| 177 | +<A NAME="net.spy.memcached.protocol.binary.OptimizedSetImpl.ERR_EXISTS"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> |
| 178 | +<CODE>protected static final int</CODE></FONT></TD> |
| 179 | +<TD ALIGN="left"><CODE>ERR_EXISTS</CODE></TD> |
| 180 | +<TD ALIGN="right"><CODE>2</CODE></TD> |
| 181 | +</TR> |
| 182 | +<TR BGCOLOR="white" CLASS="TableRowColor"> |
| 183 | +<A NAME="net.spy.memcached.protocol.binary.OptimizedSetImpl.ERR_NOT_FOUND"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> |
| 184 | +<CODE>protected static final int</CODE></FONT></TD> |
| 185 | +<TD ALIGN="left"><CODE>ERR_NOT_FOUND</CODE></TD> |
| 186 | +<TD ALIGN="right"><CODE>1</CODE></TD> |
| 187 | +</TR> |
| 188 | +<TR BGCOLOR="white" CLASS="TableRowColor"> |
| 189 | +<A NAME="net.spy.memcached.protocol.binary.OptimizedSetImpl.ERR_NOT_STORED"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> |
| 190 | +<CODE>protected static final int</CODE></FONT></TD> |
| 191 | +<TD ALIGN="left"><CODE>ERR_NOT_STORED</CODE></TD> |
| 192 | +<TD ALIGN="right"><CODE>5</CODE></TD> |
| 193 | +</TR> |
| 194 | +<TR BGCOLOR="white" CLASS="TableRowColor"> |
| 195 | +<A NAME="net.spy.memcached.protocol.binary.OptimizedSetImpl.MIN_RECV_PACKET"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> |
| 196 | +<CODE>protected static final int</CODE></FONT></TD> |
| 197 | +<TD ALIGN="left"><CODE>MIN_RECV_PACKET</CODE></TD> |
| 198 | +<TD ALIGN="right"><CODE>24</CODE></TD> |
| 199 | +</TR> |
| 200 | +<TR BGCOLOR="white" CLASS="TableRowColor"> |
| 201 | +<A NAME="net.spy.memcached.protocol.binary.OptimizedSetImpl.REQ_MAGIC"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> |
| 202 | +<CODE>protected static final byte</CODE></FONT></TD> |
| 203 | +<TD ALIGN="left"><CODE>REQ_MAGIC</CODE></TD> |
| 204 | +<TD ALIGN="right"><CODE>-128</CODE></TD> |
| 205 | +</TR> |
| 206 | +<TR BGCOLOR="white" CLASS="TableRowColor"> |
| 207 | +<A NAME="net.spy.memcached.protocol.binary.OptimizedSetImpl.RES_MAGIC"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> |
| 208 | +<CODE>protected static final byte</CODE></FONT></TD> |
| 209 | +<TD ALIGN="left"><CODE>RES_MAGIC</CODE></TD> |
| 210 | +<TD ALIGN="right"><CODE>-127</CODE></TD> |
| 211 | +</TR> |
| 212 | +</FONT></TD> |
| 213 | +</TR> |
| 214 | +</TABLE> |
| 215 | + |
| 216 | +<P> |
| 217 | + |
| 218 | +<P> |
| 219 | + |
162 | 220 | <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> |
163 | 221 | <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> |
164 | 222 | <TH ALIGN="left" COLSPAN="3">net.spy.memcached.protocol.binary.<A HREF="net/spy/memcached/protocol/binary/StatsOperationImpl.html" title="class in net.spy.memcached.protocol.binary">StatsOperationImpl</A></TH> |
165 | 223 | </TR> |
166 | 224 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
| 225 | +<A NAME="net.spy.memcached.protocol.binary.StatsOperationImpl.ERR_EINVAL"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> |
| 226 | +<CODE>protected static final int</CODE></FONT></TD> |
| 227 | +<TD ALIGN="left"><CODE>ERR_EINVAL</CODE></TD> |
| 228 | +<TD ALIGN="right"><CODE>4</CODE></TD> |
| 229 | +</TR> |
| 230 | +<TR BGCOLOR="white" CLASS="TableRowColor"> |
167 | 231 | <A NAME="net.spy.memcached.protocol.binary.StatsOperationImpl.ERR_EXISTS"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> |
168 | 232 | <CODE>protected static final int</CODE></FONT></TD> |
169 | 233 | <TD ALIGN="left"><CODE>ERR_EXISTS</CODE></TD> |
|
0 commit comments