| 程序包 | 说明 |
|---|---|
| org.apache.flink.ml.operator.stream | |
| org.apache.flink.ml.operator.stream.source | |
| org.apache.flink.ml.pipeline |
| 限定符和类型 | 类和说明 |
|---|---|
class |
StreamOperator<T extends StreamOperator<T>>
Base class of stream algorithm operators.
|
| 限定符和类型 | 方法和说明 |
|---|---|
<S extends StreamOperator<?>> |
StreamOperator.link(S next)
Link to another
StreamOperator. |
| 限定符和类型 | 方法和说明 |
|---|---|
protected static StreamOperator<?> |
StreamOperator.checkAndGetFirst(StreamOperator<?>... inputs) |
static StreamOperator<?> |
StreamOperator.fromTable(org.apache.flink.table.api.Table table)
create a new StreamOperator from table.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected static StreamOperator<?> |
StreamOperator.checkAndGetFirst(StreamOperator<?>... inputs) |
abstract T |
StreamOperator.linkFrom(StreamOperator<?>... inputs)
Link from others
StreamOperator. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
TableSourceStreamOp
Transform the Table to SourceStreamOp.
|
| 限定符和类型 | 方法和说明 |
|---|---|
TableSourceStreamOp |
TableSourceStreamOp.linkFrom(StreamOperator<?>... inputs) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract StreamOperator |
TransformerBase.transform(StreamOperator input)
Applies the transformer on the input streaming data from StreamOperator, and returns the
streaming result data with StreamOperator.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected M |
EstimatorBase.fit(StreamOperator input)
Online learning and produce
ModelBase series which fit the streaming records from the
given StreamOperator. |
protected abstract StreamOperator |
TransformerBase.transform(StreamOperator input)
Applies the transformer on the input streaming data from StreamOperator, and returns the
streaming result data with StreamOperator.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.