| 类 | 说明 |
|---|---|
| Mapper |
Abstract class for mappers.
|
| MapperAdapter |
A class that helps adapt a
Mapper to a MapFunction so that the mapper can run in
Flink. |
| ModelMapper |
An abstract class for
Mappers with a model. |
| ModelMapperAdapter |
A class that adapts a
ModelMapper to a Flink RichMapFunction so the model can be
loaded in a Flink job. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.