[JAVA-1422] com.mongodb.ParallelScanOptions unused methods Created: 01/Sep/14 Updated: 03/Oct/14 Resolved: 03/Oct/14 |
|
| Status: | Closed |
| Project: | Java Driver |
| Component/s: | API |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major - P3 |
| Reporter: | Trisha Gee | Assignee: | Unassigned |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
ParallelScanOptions methods: public int getNumCursors() { are never used. Since this is an options class, does this mean the user can set options that are not actually used? Should they be called somewhere from inside the driver code? |