org.apache.blur.manager.indexserver
Class SafeModeTest

java.lang.Object
  extended by org.apache.blur.manager.indexserver.SafeModeTest

public class SafeModeTest
extends Object


Constructor Summary
SafeModeTest()
           
 
Method Summary
 void setup()
           
static void startZooKeeper()
           
static void stopZooKeeper()
           
 void teardown()
           
 void testBasicStartup()
           
 void testBasicStartupWithMinimum()
           
 void testExtraNodeStartup()
           
 void testSecondNodeStartup()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SafeModeTest

public SafeModeTest()
Method Detail

startZooKeeper

public static void startZooKeeper()
                           throws IOException
Throws:
IOException

stopZooKeeper

public static void stopZooKeeper()
                          throws InterruptedException
Throws:
InterruptedException

setup

public void setup()
           throws IOException
Throws:
IOException

teardown

public void teardown()
              throws org.apache.zookeeper.KeeperException,
                     InterruptedException
Throws:
org.apache.zookeeper.KeeperException
InterruptedException

testBasicStartup

public void testBasicStartup()
                      throws IOException,
                             InterruptedException,
                             org.apache.zookeeper.KeeperException
Throws:
IOException
InterruptedException
org.apache.zookeeper.KeeperException

testBasicStartupWithMinimum

public void testBasicStartupWithMinimum()
                                 throws IOException,
                                        InterruptedException,
                                        org.apache.zookeeper.KeeperException
Throws:
IOException
InterruptedException
org.apache.zookeeper.KeeperException

testExtraNodeStartup

public void testExtraNodeStartup()
                          throws IOException,
                                 InterruptedException,
                                 org.apache.zookeeper.KeeperException
Throws:
IOException
InterruptedException
org.apache.zookeeper.KeeperException

testSecondNodeStartup

public void testSecondNodeStartup()
                           throws IOException,
                                  InterruptedException,
                                  org.apache.zookeeper.KeeperException
Throws:
IOException
InterruptedException
org.apache.zookeeper.KeeperException


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.