File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
src/main/java/com/arangodb/springframework/annotation Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 144
144
145
145
/**
146
146
* Set this option to true to make it possible to retry fetching the latest batch from a cursor.
147
- * <p/>
148
147
* This makes possible to safely retry invoking {@link com.arangodb.ArangoCursor#next()} in
149
148
* case of I/O exceptions (which are actually thrown as {@link com.arangodb.ArangoDBException}
150
149
* with cause {@link java.io.IOException})
151
- * <p/>
152
150
* If set to false (default), then it is not safe to retry invoking
153
151
* {@link com.arangodb.ArangoCursor#next()} in case of I/O exceptions, since the request to
154
152
* fetch the next batch is not idempotent (i.e. the cursor may advance multiple times on the
155
153
* server).
156
- * <p/>
157
154
* Note: once you successfully received the last batch, you should call
158
155
* {@link com.arangodb.ArangoCursor#close()} so that the server does not unnecessary keep the
159
156
* batch until the cursor times out ({@link AqlQueryOptions#ttl(Integer)}).
You can’t perform that action at this time.
0 commit comments