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

Examples of com.splunk.shuttl.archiver.endtoend.util.RawdataClusterArchivingTestHelpers.AssertsArchivePathDoesNotExist


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

TOP

Related Classes of com.splunk.shuttl.archiver.endtoend.util.RawdataClusterArchivingTestHelpers.AssertsArchivePathDoesNotExist

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.