Class ConcurrentJarCreator.DeferredSupplier

  • All Implemented Interfaces:
    org.apache.commons.compress.parallel.ScatterGatherBackingStoreSupplier
    Enclosing class:
    ConcurrentJarCreator

    private static class ConcurrentJarCreator.DeferredSupplier
    extends java.lang.Object
    implements org.apache.commons.compress.parallel.ScatterGatherBackingStoreSupplier
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int threshold  
    • Constructor Summary

      Constructors 
      Constructor Description
      DeferredSupplier​(int threshold)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.commons.compress.parallel.ScatterGatherBackingStore get()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • threshold

        private int threshold
    • Constructor Detail

      • DeferredSupplier

        DeferredSupplier​(int threshold)
    • Method Detail

      • get

        public org.apache.commons.compress.parallel.ScatterGatherBackingStore get()
                                                                           throws java.io.IOException
        Specified by:
        get in interface org.apache.commons.compress.parallel.ScatterGatherBackingStoreSupplier
        Throws:
        java.io.IOException