Package net.sf.katta.tool

Examples of net.sf.katta.tool.SampleIndexGenerator.createIndex()


  @Override
  protected void afterClusterStart() throws Exception {
    _indexWithOneShard = new File("build/testdir/oneShardedIndex");
    FileUtil.deleteFolder(_indexWithOneShard);
    SampleIndexGenerator sampleIndexGenerator = new SampleIndexGenerator();
    sampleIndexGenerator.createIndex(new String[] { "a", "b", "c" }, _indexWithOneShard.getAbsolutePath(), 2, 3);
  }

  @Test
  public void testEqualDistributionWhenMoreNodesThenShards() throws Exception {
    int replicationCount = 1;
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.