Examples of CopyByCallingRest


Examples of com.splunk.shuttl.archiver.endtoend.util.CopyByCallingRest

  @Parameters(value = { "shuttl.host", "shuttl.port", "shuttl.conf.dir",
      "splunk.home" })
  public void _callingCopyRestEndpointWithBucket_copiesTheBucketToStorageWithoutDeletingOriginal(
      final String shuttlHost, final String shuttlPort,
      final String shuttlConfDir, final String splunkHome) {
    CopyByCallingRest copyByCallingRest = new CopyByCallingRest(shuttlHost,
        shuttlPort);
    runTestWithSplunkHomeSet(shuttlConfDir, splunkHome, copyByCallingRest);
  }
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.