@PublicEvolving public interface FunctionInitializationContext extends ManagedInitializationContext
Operator state is available to all functions, while keyed state is only available for functions after keyBy.
For the purpose of initialization, the context signals if the state is empty or was restored from a previous execution.
getKeyedStateStore, getOperatorStateStore, isRestored
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.