Package org.apache.solr.bench.generators
Class LongsDSL.LongDomainBuilder
- java.lang.Object
-
- org.apache.solr.bench.generators.LongsDSL.LongDomainBuilder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SolrGen<Long>
upTo(long endExclusive)
Generates Longs within the interval specified with an inclusive lower bound and exclusive upper bound.SolrGen<Long>
upToAndIncluding(long endInclusive)
Generates Longs within the interval specified with an inclusive lower and upper bound.
-