target.apidocs.com.google.api.services.dataflow.model.StreamingComputationConfig.html Maven / Gradle / Ivy
StreamingComputationConfig (Dataflow API v1b3-rev20231112-2.0.0)
com.google.api.services.dataflow.model
Class StreamingComputationConfig
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.dataflow.model.StreamingComputationConfig
-
public final class StreamingComputationConfig
extends com.google.api.client.json.GenericJson
Configuration information for a single streaming computation.
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
- Author:
- Google, Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
StreamingComputationConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
StreamingComputationConfig
clone()
String
getComputationId()
Unique identifier for this computation.
List<ParallelInstruction>
getInstructions()
Instructions that comprise the computation.
String
getStageName()
Stage name of this computation.
String
getSystemName()
System defined name for this computation.
Map<String,String>
getTransformUserNameToStateFamily()
Map from user name of stateful transforms in this stage to their state family.
StreamingComputationConfig
set(String fieldName,
Object value)
StreamingComputationConfig
setComputationId(String computationId)
Unique identifier for this computation.
StreamingComputationConfig
setInstructions(List<ParallelInstruction> instructions)
Instructions that comprise the computation.
StreamingComputationConfig
setStageName(String stageName)
Stage name of this computation.
StreamingComputationConfig
setSystemName(String systemName)
System defined name for this computation.
StreamingComputationConfig
setTransformUserNameToStateFamily(Map<String,String> transformUserNameToStateFamily)
Map from user name of stateful transforms in this stage to their state family.
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Method Detail
-
getComputationId
public String getComputationId()
Unique identifier for this computation.
- Returns:
- value or
null
for none
-
setComputationId
public StreamingComputationConfig setComputationId(String computationId)
Unique identifier for this computation.
- Parameters:
computationId
- computationId or null
for none
-
getInstructions
public List<ParallelInstruction> getInstructions()
Instructions that comprise the computation.
- Returns:
- value or
null
for none
-
setInstructions
public StreamingComputationConfig setInstructions(List<ParallelInstruction> instructions)
Instructions that comprise the computation.
- Parameters:
instructions
- instructions or null
for none
-
getStageName
public String getStageName()
Stage name of this computation.
- Returns:
- value or
null
for none
-
setStageName
public StreamingComputationConfig setStageName(String stageName)
Stage name of this computation.
- Parameters:
stageName
- stageName or null
for none
-
getSystemName
public String getSystemName()
System defined name for this computation.
- Returns:
- value or
null
for none
-
setSystemName
public StreamingComputationConfig setSystemName(String systemName)
System defined name for this computation.
- Parameters:
systemName
- systemName or null
for none
-
getTransformUserNameToStateFamily
public Map<String,String> getTransformUserNameToStateFamily()
Map from user name of stateful transforms in this stage to their state family.
- Returns:
- value or
null
for none
-
setTransformUserNameToStateFamily
public StreamingComputationConfig setTransformUserNameToStateFamily(Map<String,String> transformUserNameToStateFamily)
Map from user name of stateful transforms in this stage to their state family.
- Parameters:
transformUserNameToStateFamily
- transformUserNameToStateFamily or null
for none
-
set
public StreamingComputationConfig set(String fieldName,
Object value)
- Overrides:
set
in class com.google.api.client.json.GenericJson
-
clone
public StreamingComputationConfig clone()
- Overrides:
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2023 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy