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 144144
145145 /**
146146 * Set this option to true to make it possible to retry fetching the latest batch from a cursor.
147- * <p/>
148147 * This makes possible to safely retry invoking {@link com.arangodb.ArangoCursor#next()} in
149148 * case of I/O exceptions (which are actually thrown as {@link com.arangodb.ArangoDBException}
150149 * with cause {@link java.io.IOException})
151- * <p/>
152150 * If set to false (default), then it is not safe to retry invoking
153151 * {@link com.arangodb.ArangoCursor#next()} in case of I/O exceptions, since the request to
154152 * fetch the next batch is not idempotent (i.e. the cursor may advance multiple times on the
155153 * server).
156- * <p/>
157154 * Note: once you successfully received the last batch, you should call
158155 * {@link com.arangodb.ArangoCursor#close()} so that the server does not unnecessary keep the
159156 * batch until the cursor times out ({@link AqlQueryOptions#ttl(Integer)}).
You can’t perform that action at this time.
0 commit comments