public class ComputationMetadata extends Object
Modifier and Type | Field and Description |
---|---|
protected Set<String> |
inputStreams |
protected String |
name |
protected Set<String> |
outputStreams |
Constructor and Description |
---|
ComputationMetadata(String name,
Set<String> inputStreams,
Set<String> outputStreams) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
Set<String> |
inputStreams()
List of streams to subscribe this computation to.
|
String |
name()
Globally unique identifier of the computation.
|
Set<String> |
outputStreams()
List of streams this computation may produce on.
|
String |
toString() |
protected final Set<String> inputStreams
protected final Set<String> outputStreams
public Set<String> inputStreams()
public Set<String> outputStreams()
Copyright © 2018 Nuxeo. All rights reserved.