Package com.splunk.shuttl.archiver.copy

Examples of com.splunk.shuttl.archiver.copy.IndexStoragePaths


            localFileSystemPaths));
    GetsBucketsFromArchive getsBucketsFromArchive = new GetsBucketsFromArchive(
        thawBucketTransferer, BucketImportController.create(),
        bucketSizeResolver);
    return new BucketThawer(listsBucketsFiltered, getsBucketsFromArchive,
        new LocalBucketStorage(new IndexStoragePaths(splunkIndexesLayer)),
        new ThawBucketLocker(localFileSystemPaths));
  }
View Full Code Here

TOP

Related Classes of com.splunk.shuttl.archiver.copy.IndexStoragePaths

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.