Uses of Interface
org.apache.commons.compress.parallel.ScatterGatherBackingStoreSupplier
Packages that use ScatterGatherBackingStoreSupplier
Package
Description
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 ScatterGatherBackingStoreSupplierModifier and TypeClassDescriptionprivate static class
Fields in org.apache.commons.compress.archivers.zip declared as ScatterGatherBackingStoreSupplierModifier and TypeFieldDescriptionprivate final ScatterGatherBackingStoreSupplier
ParallelScatterZipCreator.backingStoreSupplier
Methods in org.apache.commons.compress.archivers.zip with parameters of type ScatterGatherBackingStoreSupplierModifier and TypeMethodDescriptionprivate ScatterZipOutputStream
ParallelScatterZipCreator.createDeferred
(ScatterGatherBackingStoreSupplier scatterGatherBackingStoreSupplier) Constructors in org.apache.commons.compress.archivers.zip with parameters of type ScatterGatherBackingStoreSupplierModifierConstructorDescriptionParallelScatterZipCreator
(ExecutorService executorService, ScatterGatherBackingStoreSupplier backingStoreSupplier) Create a ParallelScatterZipCreatorParallelScatterZipCreator
(ExecutorService executorService, ScatterGatherBackingStoreSupplier backingStoreSupplier, int compressionLevel) Create a ParallelScatterZipCreator