Tabnine Logo
SaveNamespaceContext.cancel
Code IndexAdd Tabnine to your IDE (free)

How to use
cancel
method
in
org.apache.hadoop.hdfs.server.namenode.SaveNamespaceContext

Best Java code snippets using org.apache.hadoop.hdfs.server.namenode.SaveNamespaceContext.cancel (Showing top 1 results out of 315)

origin: com.facebook.hadoop/hadoop-core

 public void cancelSaveNamespace(String reason) {
  saveNamespaceContext.cancel(reason);
  InjectionHandler.processEvent(InjectionEvent.FSIMAGE_CANCEL_REQUEST_RECEIVED);
 }
}
org.apache.hadoop.hdfs.server.namenodeSaveNamespaceContextcancel

Javadoc

Requests that the current saveNamespace operation be canceled if it is still running.

Popular methods of SaveNamespaceContext

  • <init>
  • checkCancelled
  • getErrorSDs
  • getSourceNamesystem
  • getTxId
  • reportErrorOnStorageDirectory
  • markComplete
  • clear
  • isCancelled
  • set

Popular in Java

  • Creating JSON documents from java classes using gson
  • getSharedPreferences (Context)
  • getResourceAsStream (ClassLoader)
  • requestLocationUpdates (LocationManager)
  • 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 Set is a data structure which does not allow duplicate elements.
  • AtomicInteger (java.util.concurrent.atomic)
    An int value that may be updated atomically. See the java.util.concurrent.atomic package specificati
  • JTable (javax.swing)
  • IOUtils (org.apache.commons.io)
    General IO stream manipulation utilities. This class provides static utility methods for input/outpu
  • Option (scala)
  • Top Vim plugins
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