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 Google 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.Flags| Constructor and Description |
|---|
KeyRangeLocation() |
| Modifier and Type | Method and Description |
|---|---|
KeyRangeLocation |
clone() |
java.lang.String |
getDataDisk()
The name of the data disk where data for this range is stored.
|
java.lang.String |
getDeliveryEndpoint()
The physical location of this range assignment to be used for streaming computation cross-
worker message delivery.
|
java.lang.String |
getDeprecatedPersistentDirectory()
DEPRECATED.
|
java.lang.String |
getEnd()
The end (exclusive) of the key range.
|
java.lang.String |
getStart()
The start (inclusive) of the key range.
|
KeyRangeLocation |
set(java.lang.String fieldName,
java.lang.Object value) |
KeyRangeLocation |
setDataDisk(java.lang.String dataDisk)
The name of the data disk where data for this range is stored.
|
KeyRangeLocation |
setDeliveryEndpoint(java.lang.String deliveryEndpoint)
The physical location of this range assignment to be used for streaming computation cross-
worker message delivery.
|
KeyRangeLocation |
setDeprecatedPersistentDirectory(java.lang.String deprecatedPersistentDirectory)
DEPRECATED.
|
KeyRangeLocation |
setEnd(java.lang.String end)
The end (exclusive) of the key range.
|
KeyRangeLocation |
setStart(java.lang.String start)
The start (inclusive) of the key range.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getDataDisk()
null for nonepublic KeyRangeLocation setDataDisk(java.lang.String dataDisk)
dataDisk - dataDisk or null for nonepublic java.lang.String getDeliveryEndpoint()
null for nonepublic KeyRangeLocation setDeliveryEndpoint(java.lang.String deliveryEndpoint)
deliveryEndpoint - deliveryEndpoint or null for nonepublic java.lang.String getDeprecatedPersistentDirectory()
null for nonepublic KeyRangeLocation setDeprecatedPersistentDirectory(java.lang.String deprecatedPersistentDirectory)
deprecatedPersistentDirectory - deprecatedPersistentDirectory or null for nonepublic java.lang.String getEnd()
null for nonepublic KeyRangeLocation setEnd(java.lang.String end)
end - end or null for nonepublic java.lang.String getStart()
null for nonepublic KeyRangeLocation setStart(java.lang.String start)
start - start or null for nonepublic KeyRangeLocation set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic KeyRangeLocation clone()
clone in class com.google.api.client.json.GenericJson