public class Node extends DefaultResourceDeclarer<Node> implements Serializable
Modifier and Type | Field and Description |
---|---|
Fields |
allOutputFields |
int |
creationIndex |
String |
name |
Integer |
parallelismHint |
NodeStateInfo |
stateInfo |
String |
streamId |
Constructor and Description |
---|
Node(String streamId,
String name,
Fields allOutputFields) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
shortString() |
String |
toString() |
addSharedMemory, getResources, getSharedMemory, setCPULoad, setMemoryLoad, setMemoryLoad
public String name
public Fields allOutputFields
public String streamId
public Integer parallelismHint
public NodeStateInfo stateInfo
public int creationIndex
Copyright © 2022 The Apache Software Foundation. All rights reserved.