Interface AbstractKeyedStateBackend.PartitionStateFactory

Enclosing class:
AbstractKeyedStateBackend<K>

public static interface AbstractKeyedStateBackend.PartitionStateFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    <N, S extends org.apache.flink.api.common.state.State>
    S
    get(N namespace, org.apache.flink.api.common.typeutils.TypeSerializer<N> namespaceSerializer, org.apache.flink.api.common.state.StateDescriptor<S,?> stateDescriptor)
     
  • Method Details

    • get

      <N, S extends org.apache.flink.api.common.state.State> S get(N namespace, org.apache.flink.api.common.typeutils.TypeSerializer<N> namespaceSerializer, org.apache.flink.api.common.state.StateDescriptor<S,?> stateDescriptor) throws Exception
      Throws:
      Exception