Package oldes

Class OldElasticsearch


  • public class OldElasticsearch
    extends java.lang.Object
    Starts a version of Elasticsearch that has been unzipped into an empty directory, instructing it to ask the OS for an unused port, grepping the logs for the port it actually got, and writing a ports file with the port. This is only required for versions of Elasticsearch before 5.0 because they do not support writing a "ports" file.
    • Method Summary

      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OldElasticsearch

        public OldElasticsearch()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.IOException
        Throws:
        java.io.IOException