コード例 #1
0
ファイル: TestBase.java プロジェクト: kakao/hbase-tools
 public TestBase(Class c) {
   tablePrefix = "UNIT_TEST_" + c.getSimpleName();
 }