Tabnine Logo
TaskStorageManager.stopStores
Code IndexAdd Tabnine to your IDE (free)

How to use
stopStores
method
in
org.apache.samza.storage.TaskStorageManager

Best Java code snippets using org.apache.samza.storage.TaskStorageManager.stopStores (Showing top 4 results out of 315)

origin: org.apache.samza/samza-core_2.11

/**
 * run the setup phase and restore all the task storages
 */
public void run() {
 setup();
 log.info("start recovering...");
 systemAdmins.start();
 for (TaskStorageManager taskStorageManager : taskStorageManagers) {
  taskStorageManager.init();
  taskStorageManager.stopStores();
  log.debug("restored " + taskStorageManager.toString());
 }
 systemAdmins.stop();
 log.info("successfully recovered in " + storeBaseDir.toString());
}
origin: org.apache.samza/samza-core_2.12

/**
 * run the setup phase and restore all the task storages
 */
public void run() {
 setup();
 log.info("start recovering...");
 systemAdmins.start();
 for (TaskStorageManager taskStorageManager : taskStorageManagers) {
  taskStorageManager.init();
  taskStorageManager.stopStores();
  log.debug("restored " + taskStorageManager.toString());
 }
 systemAdmins.stop();
 log.info("successfully recovered in " + storeBaseDir.toString());
}
origin: org.apache.samza/samza-core_2.10

/**
 * run the setup phase and restore all the task storages
 */
public void run() {
 setup();
 log.info("start recovering...");
 systemAdmins.start();
 for (TaskStorageManager taskStorageManager : taskStorageManagers) {
  taskStorageManager.init();
  taskStorageManager.stopStores();
  log.debug("restored " + taskStorageManager.toString());
 }
 systemAdmins.stop();
 log.info("successfully recovered in " + storeBaseDir.toString());
}
origin: org.apache.samza/samza-core

/**
 * run the setup phase and restore all the task storages
 */
public void run() {
 setup();
 log.info("start recovering...");
 systemAdmins.start();
 for (TaskStorageManager taskStorageManager : taskStorageManagers) {
  taskStorageManager.init();
  taskStorageManager.stopStores();
  log.debug("restored " + taskStorageManager.toString());
 }
 systemAdmins.stop();
 log.info("successfully recovered in " + storeBaseDir.toString());
}
org.apache.samza.storageTaskStorageManagerstopStores

Popular methods of TaskStorageManager

  • <init>
  • getStorePartitionDir
  • init

Popular in Java

  • Finding current android device location
  • notifyDataSetChanged (ArrayAdapter)
  • runOnUiThread (Activity)
  • onCreateOptionsMenu (Activity)
  • SocketException (java.net)
    This SocketException may be thrown during socket creation or setting options, and is the superclass
  • Permission (java.security)
    Legacy security code; do not use.
  • Date (java.util)
    A specific moment in time, with millisecond precision. Values typically come from System#currentTime
  • Map (java.util)
    A Map is a data structure consisting of a set of keys and values in which each key is mapped to a si
  • JTable (javax.swing)
  • Runner (org.openjdk.jmh.runner)
  • Top plugins for WebStorm
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