congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
CheckpointStatsTracker.createSnapshot
Code IndexAdd Tabnine to your IDE (free)

How to use
createSnapshot
method
in
org.apache.flink.runtime.checkpoint.CheckpointStatsTracker

Best Java code snippets using org.apache.flink.runtime.checkpoint.CheckpointStatsTracker.createSnapshot (Showing top 4 results out of 315)

origin: org.apache.flink/flink-runtime

@Override
public CheckpointStatsSnapshot getCheckpointStatsSnapshot() {
  if (checkpointStatsTracker != null) {
    return checkpointStatsTracker.createSnapshot();
  } else {
    return null;
  }
}
origin: org.apache.flink/flink-runtime_2.10

@Override
public CheckpointStatsSnapshot getCheckpointStatsSnapshot() {
  if (checkpointStatsTracker != null) {
    return checkpointStatsTracker.createSnapshot();
  } else {
    return null;
  }
}
origin: org.apache.flink/flink-runtime_2.11

@Override
public CheckpointStatsSnapshot getCheckpointStatsSnapshot() {
  if (checkpointStatsTracker != null) {
    return checkpointStatsTracker.createSnapshot();
  } else {
    return null;
  }
}
origin: com.alibaba.blink/flink-runtime

@Override
public CheckpointStatsSnapshot getCheckpointStatsSnapshot() {
  if (checkpointStatsTracker != null) {
    return checkpointStatsTracker.createSnapshot();
  } else {
    return null;
  }
}
org.apache.flink.runtime.checkpointCheckpointStatsTrackercreateSnapshot

Javadoc

Creates a new snapshot of the available stats.

Popular methods of CheckpointStatsTracker

  • createEmptyTaskStateStatsMap
    Creates an empty map with a TaskStateStats instance per task that is involved in the checkpoint.
  • registerMetrics
    Register the exposed metrics.
  • reportRestoredCheckpoint
    Callback when a checkpoint is restored.
  • getJobCheckpointingConfiguration
    Returns the job's checkpointing configuration which is derived from the CheckpointConfig.
  • getSnapshottingSettings
    Returns the job's snapshotting settings which are derived from the CheckpointConfig.

Popular in Java

  • Reading from database using SQL prepared statement
  • onRequestPermissionsResult (Fragment)
  • setContentView (Activity)
  • getSupportFragmentManager (FragmentActivity)
  • Component (java.awt)
    A component is an object having a graphical representation that can be displayed on the screen and t
  • Kernel (java.awt.image)
  • FileOutputStream (java.io)
    An output stream that writes bytes to a file. If the output file exists, it can be replaced or appen
  • Semaphore (java.util.concurrent)
    A counting semaphore. Conceptually, a semaphore maintains a set of permits. Each #acquire blocks if
  • SSLHandshakeException (javax.net.ssl)
    The exception that is thrown when a handshake could not be completed successfully.
  • JComboBox (javax.swing)
  • Top plugins for Android Studio
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now