Class MultiplexedStreamObjectInfoListenerThread
java.lang.Object
fr.gouv.vitam.storage.engine.server.distribution.impl.bulk.MultiplexedStreamObjectInfoListenerThread
- All Implemented Interfaces:
Callable<List<ObjectInfo>>
public class MultiplexedStreamObjectInfoListenerThread
extends Object
implements Callable<List<ObjectInfo>>
-
Constructor Summary
ConstructorsConstructorDescriptionMultiplexedStreamObjectInfoListenerThread
(int tenantId, String requestId, InputStream inputStream, DigestType digestType, List<String> objectIds) -
Method Summary
-
Constructor Details
-
MultiplexedStreamObjectInfoListenerThread
public MultiplexedStreamObjectInfoListenerThread(int tenantId, String requestId, InputStream inputStream, DigestType digestType, List<String> objectIds)
-
-
Method Details
-
call
- Specified by:
call
in interfaceCallable<List<ObjectInfo>>
- Throws:
IOException
InvalidParseOperationException
-