(final boolean show_histogram_buckets)
| 543 | } |
| 544 | |
| 545 | public void setShowHistogramBuckets(final boolean show_histogram_buckets) { |
| 546 | this.show_histogram_buckets = show_histogram_buckets; |
| 547 | } |
| 548 | |
| 549 | /** @return Whether or not to use multi gets for explicit tag queries */ |
| 550 | public boolean getUseMultiGets() { |
no outgoing calls
no test coverage detected