コード例 #1
0
 public MiniAccumuloClusterImpl create(
     AccumuloClusterHarness testBase,
     AuthenticationToken token,
     MiniClusterConfigurationCallback callback)
     throws Exception {
   return create(
       testBase.getClass().getName(), testBase.testName.getMethodName(), token, callback);
 }
コード例 #2
0
 public MiniAccumuloClusterImpl create(
     AccumuloClusterHarness testBase, AuthenticationToken token, TestingKdc kdc) throws Exception {
   return create(
       testBase.getClass().getName(), testBase.testName.getMethodName(), token, testBase, kdc);
 }