public static final class RangePartitioning.Range
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Range() |
| Modifier and Type | Method and Description |
|---|---|
RangePartitioning.Range |
clone() |
Long |
getEnd()
[Experimental] The end of range partitioning, exclusive.
|
Long |
getInterval()
[Experimental] The width of each interval.
|
Long |
getStart()
[Experimental] The start of range partitioning, inclusive.
|
RangePartitioning.Range |
set(String fieldName,
Object value) |
RangePartitioning.Range |
setEnd(Long end)
[Experimental] The end of range partitioning, exclusive.
|
RangePartitioning.Range |
setInterval(Long interval)
[Experimental] The width of each interval.
|
RangePartitioning.Range |
setStart(Long start)
[Experimental] The start of range partitioning, inclusive.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic 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 com.google.api.client.json.GenericJsonpublic RangePartitioning.Range clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.