public static final class RangePartitioning.Range.Builder extends Object
Range
objects.Modifier and Type | Method and Description |
---|---|
RangePartitioning.Range |
build()
Creates a
Range object. |
RangePartitioning.Range.Builder |
setEnd(Long end)
[Required] The end of range partitioning, exclusive.
|
RangePartitioning.Range.Builder |
setInterval(Long interval)
[Required] The width of each interval.
|
RangePartitioning.Range.Builder |
setStart(Long start)
[Required] The start of range partitioning, inclusive.
|
public RangePartitioning.Range.Builder setEnd(Long end)
null
.public RangePartitioning.Range.Builder setInterval(Long interval)
null
.public RangePartitioning.Range.Builder setStart(Long start)
null
.public RangePartitioning.Range build()
Range
object.Copyright © 2019 Google LLC. All rights reserved.