Package com.splunk.shuttl.archiver.endtoend.util.ReplicatedClusterArchivingTestHelpers

Examples of com.splunk.shuttl.archiver.endtoend.util.ReplicatedClusterArchivingTestHelpers.AssertsArchivePathExists


      String slave1Host, String slave1Port, String slave2Host,
      String slave2Port, String slave2ShuttlPort, String splunkUser,
      String splunkPass, final String splunkHome) {
    runClusterArchivingTest(slave1Host, slave1Port, slave2Host, slave2Port,
        slave2ShuttlPort, splunkUser, splunkPass, splunkHome,
        new FullReplicatedBucketProvider(index), new AssertsArchivePathExists());
  }
View Full Code Here

TOP

Related Classes of com.splunk.shuttl.archiver.endtoend.util.ReplicatedClusterArchivingTestHelpers.AssertsArchivePathExists

Copyright © 2018 www.massapicom. 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.