Class ParallelScatterZipCreator.DefaultBackingStoreSupplier
- java.lang.Object
-
- org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator.DefaultBackingStoreSupplier
-
- All Implemented Interfaces:
ScatterGatherBackingStoreSupplier
- Enclosing class:
- ParallelScatterZipCreator
private static class ParallelScatterZipCreator.DefaultBackingStoreSupplier extends java.lang.Object implements ScatterGatherBackingStoreSupplier
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.concurrent.atomic.AtomicInteger
storeNum
-
Constructor Summary
Constructors Modifier Constructor Description private
DefaultBackingStoreSupplier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScatterGatherBackingStore
get()
Create a ScatterGatherBackingStore.
-
-
-
Method Detail
-
get
public ScatterGatherBackingStore get() throws java.io.IOException
Description copied from interface:ScatterGatherBackingStoreSupplier
Create a ScatterGatherBackingStore.- Specified by:
get
in interfaceScatterGatherBackingStoreSupplier
- Returns:
- a ScatterGatherBackingStore, not null
- Throws:
java.io.IOException
- when something fails
-
-