Uses of Interface
org.apache.commons.compress.parallel.ScatterGatherBackingStoreSupplier
-
Packages that use ScatterGatherBackingStoreSupplier Package Description org.apache.commons.compress.archivers.zip Provides stream classes for reading and writing archives using the ZIP format. -
-
Uses of ScatterGatherBackingStoreSupplier in org.apache.commons.compress.archivers.zip
Classes in org.apache.commons.compress.archivers.zip that implement ScatterGatherBackingStoreSupplier Modifier and Type Class Description private static classParallelScatterZipCreator.DefaultBackingStoreSupplierFields in org.apache.commons.compress.archivers.zip declared as ScatterGatherBackingStoreSupplier Modifier and Type Field Description private ScatterGatherBackingStoreSupplierParallelScatterZipCreator. backingStoreSupplierMethods in org.apache.commons.compress.archivers.zip with parameters of type ScatterGatherBackingStoreSupplier Modifier and Type Method Description private ScatterZipOutputStreamParallelScatterZipCreator. createDeferred(ScatterGatherBackingStoreSupplier scatterGatherBackingStoreSupplier)Constructors in org.apache.commons.compress.archivers.zip with parameters of type ScatterGatherBackingStoreSupplier Constructor Description ParallelScatterZipCreator(java.util.concurrent.ExecutorService executorService, ScatterGatherBackingStoreSupplier backingStoreSupplier)Create a ParallelScatterZipCreatorParallelScatterZipCreator(java.util.concurrent.ExecutorService executorService, ScatterGatherBackingStoreSupplier backingStoreSupplier, int compressionLevel)Create a ParallelScatterZipCreator
-