org.apache.blur.store.hdfs_v2
Class HdfsKeyValueStoreTest

java.lang.Object
  extended by org.apache.blur.store.hdfs_v2.HdfsKeyValueStoreTest

public class HdfsKeyValueStoreTest
extends Object


Constructor Summary
HdfsKeyValueStoreTest()
           
 
Method Summary
 void setup()
           
static void startCluster()
           
static void stopCluster()
           
 void testFileGC()
           
 void testFileRolling()
           
 void testPutGet()
           
 void testPutGetDelete()
           
 void testPutGetReopen()
           
 void testTwoKeyStoreInstancesWritingAtTheSameTime()
           
 void testTwoKeyStoreInstancesWritingAtTheSameTimeSmallFiles()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HdfsKeyValueStoreTest

public HdfsKeyValueStoreTest()
Method Detail

startCluster

public static void startCluster()

stopCluster

public static void stopCluster()

setup

public void setup()
           throws IOException
Throws:
IOException

testPutGet

public void testPutGet()
                throws IOException
Throws:
IOException

testPutGetDelete

public void testPutGetDelete()
                      throws IOException
Throws:
IOException

testPutGetReopen

public void testPutGetReopen()
                      throws IOException
Throws:
IOException

testFileRolling

public void testFileRolling()
                     throws IOException
Throws:
IOException

testFileGC

public void testFileGC()
                throws IOException
Throws:
IOException

testTwoKeyStoreInstancesWritingAtTheSameTime

public void testTwoKeyStoreInstancesWritingAtTheSameTime()
                                                  throws IOException
Throws:
IOException

testTwoKeyStoreInstancesWritingAtTheSameTimeSmallFiles

public void testTwoKeyStoreInstancesWritingAtTheSameTimeSmallFiles()
                                                            throws IOException
Throws:
IOException


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