Codota Logo
CheckpointCoordinatorGateway
Code IndexAdd Codota to your IDE (free)

How to use
CheckpointCoordinatorGateway
in
org.apache.flink.runtime.checkpoint

Best Java code snippets using org.apache.flink.runtime.checkpoint.CheckpointCoordinatorGateway (Showing top 8 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
SimpleDateFormat s =
  • Codota IconString pattern;new SimpleDateFormat(pattern)
  • Codota IconString template;Locale locale;new SimpleDateFormat(template, locale)
  • Codota Iconnew SimpleDateFormat()
  • Smart code suggestions by Codota
}
origin: com.alibaba.blink/flink-runtime

@Override
public void acknowledgeCheckpoint(
    JobID jobID,
    ExecutionAttemptID executionAttemptID,
    long checkpointId,
    CheckpointMetrics checkpointMetrics,
    TaskStateSnapshot subtaskState) {
  checkpointCoordinatorGateway.acknowledgeCheckpoint(
    jobID,
    executionAttemptID,
    checkpointId,
    checkpointMetrics,
    subtaskState);
}
origin: com.alibaba.blink/flink-runtime

@Override
public void declineCheckpoint(
    JobID jobID,
    ExecutionAttemptID executionAttemptID,
    long checkpointId, 
    Throwable cause) {
  checkpointCoordinatorGateway.declineCheckpoint(jobID, executionAttemptID, checkpointId, cause);
}
origin: org.apache.flink/flink-runtime_2.10

  @Override
  public void declineCheckpoint(
      JobID jobID,
      ExecutionAttemptID executionAttemptID,
      long checkpointId, 
      Throwable cause) {

    checkpointCoordinatorGateway.declineCheckpoint(jobID, executionAttemptID, checkpointId, cause);
  }
}
origin: org.apache.flink/flink-runtime_2.11

@Override
public void acknowledgeCheckpoint(
    JobID jobID,
    ExecutionAttemptID executionAttemptID,
    long checkpointId,
    CheckpointMetrics checkpointMetrics,
    TaskStateSnapshot subtaskState) {
  checkpointCoordinatorGateway.acknowledgeCheckpoint(
    jobID,
    executionAttemptID,
    checkpointId,
    checkpointMetrics,
    subtaskState);
}
origin: org.apache.flink/flink-runtime

  @Override
  public void declineCheckpoint(
      JobID jobID,
      ExecutionAttemptID executionAttemptID,
      long checkpointId,
      Throwable cause) {

    checkpointCoordinatorGateway.declineCheckpoint(new DeclineCheckpoint(jobID,
      executionAttemptID,
      checkpointId,
      cause));
  }
}
origin: org.apache.flink/flink-runtime_2.10

@Override
public void acknowledgeCheckpoint(
    JobID jobID,
    ExecutionAttemptID executionAttemptID,
    long checkpointId,
    CheckpointMetrics checkpointMetrics,
    SubtaskState subtaskState) {
  checkpointCoordinatorGateway.acknowledgeCheckpoint(
    jobID,
    executionAttemptID,
    checkpointId,
    checkpointMetrics,
    subtaskState);
}
origin: org.apache.flink/flink-runtime_2.11

  @Override
  public void declineCheckpoint(
      JobID jobID,
      ExecutionAttemptID executionAttemptID,
      long checkpointId,
      Throwable cause) {

    checkpointCoordinatorGateway.declineCheckpoint(new DeclineCheckpoint(jobID,
      executionAttemptID,
      checkpointId,
      cause));
  }
}
origin: org.apache.flink/flink-runtime

@Override
public void acknowledgeCheckpoint(
    JobID jobID,
    ExecutionAttemptID executionAttemptID,
    long checkpointId,
    CheckpointMetrics checkpointMetrics,
    TaskStateSnapshot subtaskState) {
  checkpointCoordinatorGateway.acknowledgeCheckpoint(
    jobID,
    executionAttemptID,
    checkpointId,
    checkpointMetrics,
    subtaskState);
}
org.apache.flink.runtime.checkpointCheckpointCoordinatorGateway

Most used methods

  • acknowledgeCheckpoint
  • declineCheckpoint

Popular in Java

  • Reading from database using SQL prepared statement
  • putExtra (Intent)
  • getSharedPreferences (Context)
  • onRequestPermissionsResult (Fragment)
  • ObjectMapper (com.fasterxml.jackson.databind)
    This mapper (or, data binder, or codec) provides functionality for converting between Java objects (
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • Set (java.util)
    A collection that contains no duplicate elements. More formally, sets contain no pair of elements e1
  • BlockingQueue (java.util.concurrent)
    A java.util.Queue that additionally supports operations that wait for the queue to become non-empty
  • Notification (javax.management)
  • ServletException (javax.servlet)
    Defines a general exception a servlet can throw when it encounters difficulty.
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now