public static class InputStream.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
InputStream |
build() |
NormalDistStats |
getExecTime() |
String |
getFromComponent() |
GroupingType |
getGroupingType() |
String |
getId() |
NormalDistStats |
getProcessTime() |
String |
getToComponent() |
InputStream.Builder |
withExecTime(NormalDistStats execTime) |
InputStream.Builder |
withFromComponent(String fromComponent) |
InputStream.Builder |
withGroupingType(Grouping grouping)
Add the grouping type based off of the thrift Grouping class.
|
InputStream.Builder |
withGroupingType(GroupingType groupingType) |
InputStream.Builder |
withId(String id) |
InputStream.Builder |
withProcessTime(NormalDistStats processTime) |
InputStream.Builder |
withToComponent(String toComponent) |
public String getFromComponent()
public InputStream.Builder withFromComponent(String fromComponent)
public String getToComponent()
public InputStream.Builder withToComponent(String toComponent)
public String getId()
public InputStream.Builder withId(String id)
public NormalDistStats getExecTime()
public InputStream.Builder withExecTime(NormalDistStats execTime)
public NormalDistStats getProcessTime()
public InputStream.Builder withProcessTime(NormalDistStats processTime)
public GroupingType getGroupingType()
public InputStream.Builder withGroupingType(GroupingType groupingType)
public InputStream.Builder withGroupingType(Grouping grouping)
Add the grouping type based off of the thrift Grouping class.
grouping
- the Grouping to extract the grouping type frompublic InputStream build()
Copyright © 2022 The Apache Software Foundation. All rights reserved.