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

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

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

origin: org.apache.flink/flink-runtime_2.10

public JobCheckpointingSettings getJobCheckpointingSettings() {
  if (checkpointStatsTracker != null) {
    return checkpointStatsTracker.getSnapshottingSettings();
  } else {
    return null;
  }
}
org.apache.flink.runtime.checkpointCheckpointStatsTrackergetSnapshottingSettings

Javadoc

Returns the job's snapshotting settings which are derived from the CheckpointConfig.

Popular methods of CheckpointStatsTracker

  • createEmptyTaskStateStatsMap
    Creates an empty map with a TaskStateStats instance per task that is involved in the checkpoint.
  • createSnapshot
    Creates a new snapshot of the available stats.
  • 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.

Popular in Java

  • Making http post requests using okhttp
  • startActivity (Activity)
  • compareTo (BigDecimal)
  • notifyDataSetChanged (ArrayAdapter)
  • Color (java.awt)
    The Color class is used to encapsulate colors in the default sRGB color space or colors in arbitrary
  • Kernel (java.awt.image)
  • Collections (java.util)
    This class consists exclusively of static methods that operate on or return collections. It contains
  • ReentrantLock (java.util.concurrent.locks)
    A reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor
  • HttpServlet (javax.servlet.http)
    Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. A sub
  • LogFactory (org.apache.commons.logging)
    Factory for creating Log instances, with discovery and configuration features similar to that employ
  • From CI to AI: The AI layer in your organization
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