Class DetachClusterCommand

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public class DetachClusterCommand
    extends ElasticsearchNodeCommand
    • Constructor Detail

      • DetachClusterCommand

        public DetachClusterCommand()
    • Method Detail

      • processNodePaths

        protected void processNodePaths​(Terminal terminal,
                                        java.nio.file.Path[] dataPaths,
                                        Environment env)
                                 throws java.io.IOException
        Description copied from class: ElasticsearchNodeCommand
        Process the paths. Locks for the paths is held during this method invocation.
        Specified by:
        processNodePaths in class ElasticsearchNodeCommand
        Parameters:
        terminal - the terminal to use for messages
        dataPaths - the paths of the node to process
        env - the env of the node to process
        Throws:
        java.io.IOException