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: http://code.google.com/p/google-http-java-client/wiki/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 |
getEnd()
The end (exclusive) of the key range.
|
java.lang.String |
getPersistentDirectory()
The location of the persistent state for this range, as a persistent directory in the worker
local filesystem.
|
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 |
setEnd(java.lang.String end)
The end (exclusive) of the key range.
|
KeyRangeLocation |
setPersistentDirectory(java.lang.String persistentDirectory)
The location of the persistent state for this range, as a persistent directory in the worker
local filesystem.
|
KeyRangeLocation |
setStart(java.lang.String start)
The start (inclusive) of the key range.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public 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 getEnd()
null
for nonepublic KeyRangeLocation setEnd(java.lang.String end)
end
- end or null
for nonepublic java.lang.String getPersistentDirectory()
null
for nonepublic KeyRangeLocation setPersistentDirectory(java.lang.String persistentDirectory)
persistentDirectory
- persistentDirectory 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.GenericJson
public KeyRangeLocation clone()
clone
in class com.google.api.client.json.GenericJson