Package com.splunk.shuttl.archiver.archive

Examples of com.splunk.shuttl.archiver.archive.BucketDeleter.deleteBucket()


  }

  public static void deleteBuckets(LocalBucket... buckets) {
    BucketDeleter deleter = BucketDeleter.create();
    for (LocalBucket b : buckets)
      deleter.deleteBucket(b);
  }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.