Package oldes
Class OldElasticsearch
- java.lang.Object
-
- oldes.OldElasticsearch
-
public class OldElasticsearch extends java.lang.ObjectStarts 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 aportsfile with the port. This is only required for versions of Elasticsearch before 5.0 because they do not support writing a "ports" file.
-
-
Constructor Summary
Constructors Constructor Description OldElasticsearch()
-
Method Summary
Modifier and Type Method Description static voidmain(java.lang.String[] args)
-