org.elasticsearch.bootstrap
Class Bootstrap

java.lang.Object
  extended by org.elasticsearch.bootstrap.Bootstrap
Direct Known Subclasses:
ElasticSearch

public class Bootstrap
extends Object

A main entry point when starting from the command line.


Constructor Summary
Bootstrap()
           
 
Method Summary
static void close(String[] args)
           
 void destroy()
          hook for JSVC
 void init(String[] args)
          hook for JSVC
static void main(String[] args)
           
 void start()
          hook for JSVC
 void stop()
          hook for JSVC
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bootstrap

public Bootstrap()
Method Detail

init

public void init(String[] args)
          throws Exception
hook for JSVC

Throws:
Exception

start

public void start()
hook for JSVC


stop

public void stop()
hook for JSVC


destroy

public void destroy()
hook for JSVC


close

public static void close(String[] args)

main

public static void main(String[] args)


Copyright © 2009-2012. All Rights Reserved.