类 OperatorStateUtils


  • public class OperatorStateUtils
    extends Object
    Utility to deal with the states inside the operator.
    • 构造器详细资料

      • OperatorStateUtils

        public OperatorStateUtils()
    • 方法详细资料

      • getUniqueElement

        public static <T> Optional<T> getUniqueElement​(org.apache.flink.api.common.state.ListState<T> listState,
                                                       String stateName)
                                                throws Exception
        抛出:
        Exception