Package com.splunk.shuttl.archiver.filesystem.glacier

Examples of com.splunk.shuttl.archiver.filesystem.glacier.GlacierClient


    final LocalBucket realBucketThatGotThawed = archiveAndThawBucket(splunkHome);
    assertBucketWasSuccessfullyThawedAndImported(realBucketThatGotThawed);
  }

  private void setup(ArchiveConfiguration config) throws IllegalIndexException {
    GlacierClient client = new GlacierClient(new FakeArchiveTransferManager(
        createDirectory()), "vault", new HashMap<String, String>());
    LocalFileSystemPaths localFileSystemPaths = new LocalFileSystemPaths(
        createDirectory());

    GlacierArchiveFileSystem glacierArchive = getGlacierArchiveFileSystem(
View Full Code Here

TOP

Related Classes of com.splunk.shuttl.archiver.filesystem.glacier.GlacierClient

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.