org.apache.hadoop.hive.shims
Interface JettyShims.Server

Enclosing interface:
JettyShims

public static interface JettyShims.Server

Server.


Method Summary
 void addWar(String war, String mount)
           
 void join()
           
 void start()
           
 void stop()
           
 

Method Detail

addWar

void addWar(String war,
            String mount)

start

void start()
           throws Exception
Throws:
Exception

join

void join()
          throws InterruptedException
Throws:
InterruptedException

stop

void stop()
          throws Exception
Throws:
Exception


Copyright © 2013 The Apache Software Foundation