public static final class RangePartitioning.Range extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
RangePartitioning.Range.Builder
A builder for
Range objects. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Long |
getEnd()
Returns the end of range partitioning.
|
Long |
getInterval()
Returns the width of each interval.
|
Long |
getStart()
Returns the start of range partitioning.
|
int |
hashCode() |
static RangePartitioning.Range.Builder |
newBuilder()
Returns a builder for a Range object.
|
String |
toString() |
public Long getEnd()
public Long getInterval()
public Long getStart()
public static RangePartitioning.Range.Builder newBuilder()
Copyright © 2019 Google LLC. All rights reserved.