Class OverrideNodeVersionCommand

All Implemented Interfaces:
Closeable, AutoCloseable

public class OverrideNodeVersionCommand extends ElasticsearchNodeCommand
  • Constructor Details

    • OverrideNodeVersionCommand

      public OverrideNodeVersionCommand()
  • Method Details

    • processDataPaths

      protected void processDataPaths(Terminal terminal, Path[] paths, int nodeLockId, joptsimple.OptionSet options, Environment env) throws IOException
      Description copied from class: ElasticsearchNodeCommand
      Process the paths. Locks for the paths is held during this method invocation.
      Specified by:
      processDataPaths in class ElasticsearchNodeCommand
      Parameters:
      terminal - the terminal to use for messages
      paths - the paths of the node to process
      options - the command line options
      env - the env of the node to process
      Throws:
      IOException