Package org.lionsoul.ip2region
Class SearchTest
- java.lang.Object
-
- org.lionsoul.ip2region.SearchTest
-
public class SearchTest extends Object
-
-
Constructor Summary
Constructors Constructor Description SearchTest()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidbenchTest(String[] args)static SearchercreateSearcher(String dbPath, String cachePolicy)static voidmain(String[] args)static voidprintHelp(String[] args)static voidsearchTest(String[] args)
-
-
-
Method Detail
-
printHelp
public static void printHelp(String[] args)
-
createSearcher
public static Searcher createSearcher(String dbPath, String cachePolicy) throws IOException
- Throws:
IOException
-
searchTest
public static void searchTest(String[] args) throws IOException
- Throws:
IOException
-
benchTest
public static void benchTest(String[] args) throws IOException
- Throws:
IOException
-
main
public static void main(String[] args)
-
-