Class MultiplexedStreamTransferThread
java.lang.Object
fr.gouv.vitam.storage.engine.server.distribution.impl.bulk.MultiplexedStreamTransferThread
- All Implemented Interfaces:
Callable<StorageBulkPutResult>
public class MultiplexedStreamTransferThread
extends Object
implements Callable<StorageBulkPutResult>
-
Constructor Summary
ConstructorDescriptionMultiplexedStreamTransferThread
(int tenantId, String requestId, DataCategory dataCategory, List<String> objectIds, InputStream inputStream, long size, Driver driver, StorageOffer storageOffer, DigestType digestType) -
Method Summary
-
Constructor Details
-
MultiplexedStreamTransferThread
public MultiplexedStreamTransferThread(int tenantId, String requestId, DataCategory dataCategory, List<String> objectIds, InputStream inputStream, long size, Driver driver, StorageOffer storageOffer, DigestType digestType)
-
-
Method Details
-
call
- Specified by:
call
in interfaceCallable<StorageBulkPutResult>
- Throws:
Exception
-