Package com.splunk.shuttl.archiver.thaw

Examples of com.splunk.shuttl.archiver.thaw.BucketFormatChooser


    PathResolver pathResolver = new PathResolver(csvConfig);
    ArchivedIndexesLister indexesLister = new ArchivedIndexesLister(
        pathResolver, localFileSystem);
    bucketsLister = new ArchiveBucketsLister(localFileSystem, indexesLister,
        pathResolver);
    BucketFormatChooser bucketFormatChooser = new BucketFormatChooser(csvConfig);
    bucketFormatResolver = new BucketFormatResolver(pathResolver,
        localFileSystem, bucketFormatChooser);

    bucket = TUtilsBucket.createRealBucket();
  }
View Full Code Here

TOP

Related Classes of com.splunk.shuttl.archiver.thaw.BucketFormatChooser

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.