public interface RichFunction extends Function
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Tear-down method for the user function which called after the last call to the user function.
|
void |
open(RuntimeContext runtimeContext)
Initialization method for user function which called before the first call to the user
function.
|
loadCheckpoint, saveCheckpointvoid open(RuntimeContext runtimeContext)
runtimeContext - runtime contextvoid close()
Copyright © 2020. All rights reserved.