public final class KeyRangeLocation
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Dataflow API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
KeyRangeLocation() |
| Modifier and Type | Method and Description |
|---|---|
KeyRangeLocation |
clone() |
String |
getDataDisk()
The name of the data disk where data for this range is stored.
|
String |
getDeliveryEndpoint()
The physical location of this range assignment to be used for streaming computation cross-
worker message delivery.
|
String |
getDeprecatedPersistentDirectory()
DEPRECATED.
|
String |
getEnd()
The end (exclusive) of the key range.
|
String |
getStart()
The start (inclusive) of the key range.
|
KeyRangeLocation |
set(String fieldName,
Object value) |
KeyRangeLocation |
setDataDisk(String dataDisk)
The name of the data disk where data for this range is stored.
|
KeyRangeLocation |
setDeliveryEndpoint(String deliveryEndpoint)
The physical location of this range assignment to be used for streaming computation cross-
worker message delivery.
|
KeyRangeLocation |
setDeprecatedPersistentDirectory(String deprecatedPersistentDirectory)
DEPRECATED.
|
KeyRangeLocation |
setEnd(String end)
The end (exclusive) of the key range.
|
KeyRangeLocation |
setStart(String start)
The start (inclusive) of the key range.
|
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 String getDataDisk()
null for nonepublic KeyRangeLocation setDataDisk(String dataDisk)
dataDisk - dataDisk or null for nonepublic String getDeliveryEndpoint()
null for nonepublic KeyRangeLocation setDeliveryEndpoint(String deliveryEndpoint)
deliveryEndpoint - deliveryEndpoint or null for nonepublic String getDeprecatedPersistentDirectory()
null for nonepublic KeyRangeLocation setDeprecatedPersistentDirectory(String deprecatedPersistentDirectory)
deprecatedPersistentDirectory - deprecatedPersistentDirectory or null for nonepublic String getEnd()
null for nonepublic KeyRangeLocation setEnd(String end)
end - end or null for nonepublic String getStart()
null for nonepublic KeyRangeLocation setStart(String start)
start - start or null for nonepublic KeyRangeLocation set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic KeyRangeLocation clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.