target.apidocs.com.google.api.services.dataproc.model.RddOperationNode.html Maven / Gradle / Ivy
RddOperationNode (Cloud Dataproc API v1-rev20241025-2.0.0)
com.google.api.services.dataproc.model
Class RddOperationNode
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.dataproc.model.RddOperationNode
-
public final class RddOperationNode
extends com.google.api.client.json.GenericJson
A node in the RDD operation graph. Corresponds to a single RDD.
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 Cloud Dataproc 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
RddOperationNode()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
RddOperationNode
clone()
Boolean
getBarrier()
Boolean
getCached()
String
getCallsite()
String
getName()
Integer
getNodeId()
String
getOutputDeterministicLevel()
RddOperationNode
set(String fieldName,
Object value)
RddOperationNode
setBarrier(Boolean barrier)
RddOperationNode
setCached(Boolean cached)
RddOperationNode
setCallsite(String callsite)
RddOperationNode
setName(String name)
RddOperationNode
setNodeId(Integer nodeId)
RddOperationNode
setOutputDeterministicLevel(String outputDeterministicLevel)
-
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
-
getBarrier
public Boolean getBarrier()
- Returns:
- value or
null
for none
-
setBarrier
public RddOperationNode setBarrier(Boolean barrier)
- Parameters:
barrier
- barrier or null
for none
-
getCached
public Boolean getCached()
- Returns:
- value or
null
for none
-
setCached
public RddOperationNode setCached(Boolean cached)
- Parameters:
cached
- cached or null
for none
-
getCallsite
public String getCallsite()
- Returns:
- value or
null
for none
-
setCallsite
public RddOperationNode setCallsite(String callsite)
- Parameters:
callsite
- callsite or null
for none
-
getName
public String getName()
- Returns:
- value or
null
for none
-
setName
public RddOperationNode setName(String name)
- Parameters:
name
- name or null
for none
-
getNodeId
public Integer getNodeId()
- Returns:
- value or
null
for none
-
setNodeId
public RddOperationNode setNodeId(Integer nodeId)
- Parameters:
nodeId
- nodeId or null
for none
-
getOutputDeterministicLevel
public String getOutputDeterministicLevel()
- Returns:
- value or
null
for none
-
setOutputDeterministicLevel
public RddOperationNode setOutputDeterministicLevel(String outputDeterministicLevel)
- Parameters:
outputDeterministicLevel
- outputDeterministicLevel or null
for none
-
set
public RddOperationNode set(String fieldName,
Object value)
- Overrides:
set
in class com.google.api.client.json.GenericJson
-
clone
public RddOperationNode clone()
- Overrides:
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy