public static interface AbstractKeyedStateBackend.PartitionStateFactory
Modifier and Type | Method and Description |
---|---|
<N,S extends org.apache.flink.api.common.state.State> |
get(N namespace,
org.apache.flink.api.common.typeutils.TypeSerializer<N> namespaceSerializer,
org.apache.flink.api.common.state.StateDescriptor<S,?> stateDescriptor) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.