Package com.splunk.shuttl.archiver.archive

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


          data));
    } catch (TransactionException e) {
      logger.error(did("Tried to transactionally transfer"
          + " the bucketSize metadata to the archive.", e,
          "The transaction to complete.", "bucket", bucket));
      throw new FailedToArchiveBucketException(e);
    }
  }
View Full Code Here

TOP

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

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.