File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
core/src/main/java/com/datastax/oss/driver/api/core/paging Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 46
46
* a reasonable trade-off if the cardinality stays low. This class provides a way to emulate this
47
47
* behavior on the client side.
48
48
*
49
- * <h3 >Performance considerations</h3 >
49
+ * <h2 >Performance considerations</h2 >
50
50
*
51
51
* For each page that you want to retrieve:
52
52
*
71
71
* OffsetPager.Page<Row> page5 = pager.getPage(rs, 5);
72
72
* </pre>
73
73
*
74
- * <h3 >Establishing application-level guardrails</h3 >
74
+ * <h2 >Establishing application-level guardrails</h2 >
75
75
*
76
76
* Linear performance should be fine for the values typically encountered in real-world
77
77
* applications: for example, if the page size is 25 and users never go past page 10, the worst case
You can’t perform that action at this time.
0 commit comments