Class DefaultVertexAttemptNumberStore

java.lang.Object
org.apache.flink.runtime.executiongraph.DefaultVertexAttemptNumberStore
All Implemented Interfaces:
MutableVertexAttemptNumberStore, VertexAttemptNumberStore

public class DefaultVertexAttemptNumberStore extends Object implements MutableVertexAttemptNumberStore
Maintains the attempt number per subtask.
  • Constructor Details

    • DefaultVertexAttemptNumberStore

      public DefaultVertexAttemptNumberStore()
  • Method Details