org.apache.blur.utils
Class BlurUtilsTest

java.lang.Object
  extended by org.apache.blur.utils.BlurUtilsTest

public class BlurUtilsTest
extends Object


Constructor Summary
BlurUtilsTest()
           
 
Method Summary
 void testFetchDocuments()
           
 void testFetchDocumentsStrictFamilyOrder()
           
 void testFetchDocumentsWithoutFamily()
           
 void testHumanizeTime1()
           
 void testHumanizeTime2()
           
 void testHumanizeTime3()
           
 void testHumanizeTime4()
           
 void testHumanizeTime5()
           
 void testHumanizeTime6()
           
 void testValidateShardCount()
           
 void testValidateShardCountExtraDir()
           
 void testValidateShardCountTooFew()
           
 void testValidateShardCountTooMany()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlurUtilsTest

public BlurUtilsTest()
Method Detail

testHumanizeTime1

public void testHumanizeTime1()

testHumanizeTime2

public void testHumanizeTime2()

testHumanizeTime3

public void testHumanizeTime3()

testHumanizeTime4

public void testHumanizeTime4()

testHumanizeTime5

public void testHumanizeTime5()

testHumanizeTime6

public void testHumanizeTime6()

testValidateShardCount

public void testValidateShardCount()
                            throws IOException
Throws:
IOException

testValidateShardCountExtraDir

public void testValidateShardCountExtraDir()
                                    throws IOException
Throws:
IOException

testValidateShardCountTooFew

public void testValidateShardCountTooFew()
                                  throws IOException
Throws:
IOException

testValidateShardCountTooMany

public void testValidateShardCountTooMany()
                                   throws IOException
Throws:
IOException

testFetchDocuments

public void testFetchDocuments()
                        throws CorruptIndexException,
                               org.apache.lucene.store.LockObtainFailedException,
                               IOException
Throws:
CorruptIndexException
org.apache.lucene.store.LockObtainFailedException
IOException

testFetchDocumentsStrictFamilyOrder

public void testFetchDocumentsStrictFamilyOrder()
                                         throws CorruptIndexException,
                                                org.apache.lucene.store.LockObtainFailedException,
                                                IOException
Throws:
CorruptIndexException
org.apache.lucene.store.LockObtainFailedException
IOException

testFetchDocumentsWithoutFamily

public void testFetchDocumentsWithoutFamily()
                                     throws CorruptIndexException,
                                            org.apache.lucene.store.LockObtainFailedException,
                                            IOException
Throws:
CorruptIndexException
org.apache.lucene.store.LockObtainFailedException
IOException


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