Package com.splunk.shuttl.archiver.archive

Examples of com.splunk.shuttl.archiver.archive.UnknownBucketFormatException


  private void logAndThrowUnknownFormatException(Bucket bucket,
      BucketFormat newFormat) {
    logger.debug(warn("Attempted to export bucket to newFormat",
        "Bucket was in an Unknown format", "Throwing exception", "bucket",
        bucket, "new_format", newFormat));
    throw new UnknownBucketFormatException();
  }
View Full Code Here

TOP

Related Classes of com.splunk.shuttl.archiver.archive.UnknownBucketFormatException

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.