Uses of Interface
org.apache.flink.runtime.checkpoint.LastStateConnectionStateListener
-
Packages that use LastStateConnectionStateListener Package Description org.apache.flink.runtime.checkpoint -
-
Uses of LastStateConnectionStateListener in org.apache.flink.runtime.checkpoint
Classes in org.apache.flink.runtime.checkpoint that implement LastStateConnectionStateListener Modifier and Type Class Description classDefaultLastStateConnectionStateListenerA simple ConnectionState listener that remembers the last state.Constructors in org.apache.flink.runtime.checkpoint with parameters of type LastStateConnectionStateListener Constructor Description ZooKeeperCheckpointIDCounter(org.apache.flink.shaded.curator5.org.apache.curator.framework.CuratorFramework client, LastStateConnectionStateListener connectionStateListener)Creates aZooKeeperCheckpointIDCounterinstance.
-