Package com.splunk.shuttl.archiver.bucketlock.SimpleFileLock

Examples of com.splunk.shuttl.archiver.bucketlock.SimpleFileLock.NotLockedException


      LocalBucket bucket, List<BucketLock> bucketLocks) {
    this.bucketShuttler = bucketShuttler;
    this.bucket = bucket;
    this.bucketLocks = bucketLocks;
    if (!locksAreLocked())
      throw new NotLockedException("Bucket Lock has to be locked already"
          + " before archiving bucket");
  }
View Full Code Here

TOP

Related Classes of com.splunk.shuttl.archiver.bucketlock.SimpleFileLock.NotLockedException

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.