public static final class RangePartitioning.Range extends GenericJson
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Range() |
Modifier and Type | Method and Description |
---|---|
RangePartitioning.Range |
clone() |
Long |
getEnd()
[TrustedTester] [Required] The end of range partitioning, exclusive.
|
Long |
getInterval()
[TrustedTester] [Required] The width of each interval.
|
Long |
getStart()
[TrustedTester] [Required] The start of range partitioning, inclusive.
|
RangePartitioning.Range |
set(String fieldName,
Object value) |
RangePartitioning.Range |
setEnd(Long end)
[TrustedTester] [Required] The end of range partitioning, exclusive.
|
RangePartitioning.Range |
setInterval(Long interval)
[TrustedTester] [Required] The width of each interval.
|
RangePartitioning.Range |
setStart(Long start)
[TrustedTester] [Required] The start of range partitioning, inclusive.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public Long getEnd()
null
for nonepublic RangePartitioning.Range setEnd(Long end)
end
- end or null
for nonepublic Long getInterval()
null
for nonepublic RangePartitioning.Range setInterval(Long interval)
interval
- interval or null
for nonepublic Long getStart()
null
for nonepublic RangePartitioning.Range setStart(Long start)
start
- start or null
for nonepublic RangePartitioning.Range set(String fieldName, Object value)
set
in class GenericJson
public RangePartitioning.Range clone()
clone
in class GenericJson
Copyright © 2011–2019 Google. All rights reserved.